| Issue 272: | 3.0.5 source dist | |
| 2 people starred this issue and may be notified of changes. | Back to list |
I cannot find a source distribution for version 3.0.5. I am trying to make it from a git clone but the version handling in setup.py lost me. Could you provide a source dist for 3.0.5 ? Also, the last version on pypi is 3.0.3 (http://pypi.python.org/pypi/pyodbc/3.0.3), and http://pypi.python.org/pypi/pyodbc says 'not found()'. It is a bit confusing. Thanks, Christophe
Jun 22, 2012
#1
dkleeham...@gmail.com
Jun 24, 2012
Hi,
I did a clone a checkout the 3.0.5 tag, then I run "python setup.py sdist", but I get this :
Traceback (most recent call last):
File "setup.py", line 276, in <module>
main()
File "setup.py", line 61, in main
version_str, version = get_version()
File "setup.py", line 218, in get_version
name, numbers = _get_version_git()
File "setup.py", line 261, in _get_version_git
branch = re.search(r'\* (\w+)', result).group(1)
AttributeError: 'NoneType' object has no attribute 'group'
It seems from the way the version is handled in setup.py that I cannot build the sdist from a tag.
Meanwhile I am using a head version, but having an official source release of the latest version on pypi would be nice for users running python 2.5 under linux.
Also, did you see the pypi page : http://pypi.python.org/pypi/pyodbc ?
Thanks,
Christophe
Jun 26, 2012
Just seen the 3.0.6 release, solving my issue (although I cannot close it). Thanks, Christophe
Jun 26, 2012
Thanks for notifying us.
Status:
Complete
|