[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: SGE-Pygame mysteriously downgraded on PyPI
From: |
Ludovic Courtès |
Subject: |
Re: SGE-Pygame mysteriously downgraded on PyPI |
Date: |
Wed, 04 Oct 2017 16:32:25 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Hi!
Kei Kebreau <address@hidden> skribis:
> I don't know if anyone else has noticed, but it seems that our
> sge-pygame package is failing to build because the package version on
> PyPI has downgraded from 1.5.1 to 1.5.
How can that downgrade lead to a build failure of our package though?
> I'm not sure why this has happened, as the recommended version on the
> SGE-Pygame website is still 1.5.1. This gives me two questions:
Indeed:
--8<---------------cut here---------------start------------->8---
$ guix refresh python-sge-pygame
gnu/packages/game-development.scm:279:13: warning: 1.5.1 is greater than the
latest known version of python-sge-pygame (1.5)
--8<---------------cut here---------------end--------------->8---
> 1. Do we have a protocol for dealing with this sort of issue?
No.
> 2. As I've had no luck searching on my own, where can one keep track of
> the reasons behind changes like this on PyPI?
No idea. That’s a weird situation!
Ludo’.