-
Notifications
You must be signed in to change notification settings - Fork 71
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
Invalid version referenced in pypyodbc package pypyodbc-1.3.5.2.zip #50
Comments
I am seeing the same problem... The current available versions on pypi are 1.2.1, 1.3.0, 1.3.1, 1.3.2, 1.3.3.1, 1.3.4.3, 1.3.5.2. However pypi installs the following:
This results in the package being reinstalled for versions > 1.3.2. I'm going to stick to 1.3.2 for now since 1.3.3 is for time out support, 1.3.4 seems to be a re-release and 1.3.5 is not mentioned in the history page. |
This also leads to the odd situation that |
This issue appears to have been fixed by commit 042c6fd so it should no longer be a problem after the next release. |
AIUI, the next release will use the version number defined here: Still looks as if version 1.3.6.x will report as version 1.3.6, without patchlevel. |
@jiangwen365 it might be time to release a 1.3.6 version. Thanks in advance! |
Any comments on how to actually install 1.3.5.2? |
@matiasmlforever - My impression was that
|
The current versioning scheme with four components doesn't comply with PEP 440: The smoothest path forward would be to release a version 1.4.0, and then stick to three components. I don't have time to come up with a PR though :-( |
Note that this might report it "Successfully installed pypyodbc-1.0.5" due to an incorrect version in Also this didn't help me convince pipenv the pypyodbc is properly installed. I ended up using the fork that's being set up in #107:
|
The pypi package pypyodbc-1.3.5.2.zip still has version 1.3.4 referenced in it's setup.py which leads to following warning message when upgrading with pip:
Requested pypyodbc==1.3.5.2 from https://pypi.python.org/packages/ea/48/bb5412846df5b8f97d42ac24ac36a6b77a802c2778e217adc0d3ec1ee7bf/pypyodbc-1.3.5.2.zip#md5=9f262beb1aebf7556fce26cad2c5d462 (from -r requirements.txt (line 15)), but installing version 1.3.4
I guess it is best to keep the version in setup.py in sync with the pypi package version.
The text was updated successfully, but these errors were encountered: