jplana / python-etcd

A python client for etcd
Other
522 stars 210 forks source link

please update 2.6 support bug fix to pypi #193

Closed bagel closed 7 years ago

bagel commented 8 years ago

Collecting python-etcd Using cached python-etcd-0.4.3.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "/tmp/pip-build-9NRDkU/python-etcd/setup.py", line 12, in if sys.version_info.major == 2: AttributeError: 'tuple' object has no attribute 'major'

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-9NRDkU/python-etcd/

I saw this bug had been fixed, but pypi not update, please update. thanks!

nichenke commented 8 years ago

We could really use a new release to pick up other changes - refresh(), etc.

adeck commented 8 years ago

+1 for pushing 0.4.3 to pip.

lavagetto commented 7 years ago

Already done :)