Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 0.7.5.post1 breaks some downstream packages #286

Closed
sqlalchemy-bot opened this issue Mar 19, 2015 · 6 comments
Closed

Version 0.7.5.post1 breaks some downstream packages #286

sqlalchemy-bot opened this issue Mar 19, 2015 · 6 comments
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@sqlalchemy-bot
Copy link

Migrated issue, originally created by kevgliss (@kevgliss)

Not sure if this is better to file here or in the packages themselves...

For instance flask-script uses:
alembic_version = tuple([int(v) for v in alembic_version.split('.')])

To get the current alembic version, the post1 postfix breaks this assumption.

@sqlalchemy-bot
Copy link
Author

Michael Bayer (@zzzeek) wrote:

they have to be fixed.

@sqlalchemy-bot
Copy link
Author

Michael Bayer (@zzzeek) wrote:

the release is 0.7.5 and ".post1" is allowed. pypi has forced the issue here so we'll all have to adjust.

@sqlalchemy-bot
Copy link
Author

Changes by Michael Bayer (@zzzeek):

  • added labels: wontfix
  • changed status to closed

@sqlalchemy-bot
Copy link
Author

kevgliss (@kevgliss) wrote:

Sounds good, will file with those projects. Thanks.

@sqlalchemy-bot
Copy link
Author

robyoung (@robyoung) wrote:

Hi @zzzeek, could you point me to a bit more context on this commit please?

@sqlalchemy-bot
Copy link
Author

Michael Bayer (@zzzeek) wrote:

pypa/packaging.python.org#145

@sqlalchemy-bot sqlalchemy-bot added bug Something isn't working wontfix This will not be worked on labels Nov 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant