pip3 install under Cygwin32 does not upgrade #9

Closed
opened 2018-01-05 05:33:35 +00:00 by import_bot · 2 comments
Collaborator

I have 0.1.1 installed and wanted to upgrade to something newer. This is under Cygwin 32bit.

$ pip3 list
atticmatic (0.1.1)
borgbackup (0.24.0+1.g8223790)
Cython (0.22)
lxml (3.4.4)
msgpack-python (0.4.6)
pip (7.1.0)
setuptools (15.2)
wheel (0.24.0)

$ pip3 search atticmatic
atticmatic - A wrapper script for Attic/Borg backup software that creates and prunes backups
INSTALLED: 0.1.1
LATEST: 0.1.5

$ pip3 install --upgrade atticmatic
Requirement already up-to-date: atticmatic in /usr/lib/python3.4/site-packages

$ pip3 install --verbose --upgrade atticmatic
Getting page https://pypi.python.org/simple/atticmatic/
1 location(s) to search for versions of atticmatic:


Imported from Taiga issue 8 (done). Created on 2015-08-11T09:33:04+0000 by Thomas Harold.

I have 0.1.1 installed and wanted to upgrade to something newer. This is under Cygwin 32bit. $ pip3 list atticmatic (0.1.1) borgbackup (0.24.0+1.g8223790) Cython (0.22) lxml (3.4.4) msgpack-python (0.4.6) pip (7.1.0) setuptools (15.2) wheel (0.24.0) $ pip3 search atticmatic atticmatic - A wrapper script for Attic/Borg backup software that creates and prunes backups INSTALLED: 0.1.1 LATEST: 0.1.5 $ pip3 install --upgrade atticmatic Requirement already up-to-date: atticmatic in /usr/lib/python3.4/site-packages $ pip3 install --verbose --upgrade atticmatic Getting page https://pypi.python.org/simple/atticmatic/ 1 location(s) to search for versions of atticmatic: * https://pypi.python.org/simple/atticmatic/ Getting page https://pypi.python.org/simple/atticmatic/ Analyzing links from page https://pypi.python.org/simple/atticmatic/ Skipping link https://pypi.python.org/packages/2.7/a/atticmatic/atticmatic-0.1.5-py27-none-any.whl#md5=ee2fbdf303496a71c718d9cadee89212 (from https://pypi.python.org/simple/atticmatic/); it is not compatible with this Python Installed version (0.1.1) is most up-to-date (past versions: none) Requirement already up-to-date: atticmatic in /usr/lib/python3.4/site-packages Cleaning up... --- Imported from Taiga issue 8 (done). Created on 2015-08-11T09:33:04+0000 by Thomas Harold.
import_bot added the
bug
label 2018-01-05 05:33:35 +00:00
Author
Collaborator

I just uploaded a source distribution in addition to a wheel, so it should be fixed now. Thanks for reporting the problem!


Comment on 2015-08-11T15:37:25+0000 by Dan Helfman.

I just uploaded a source distribution in addition to a wheel, so it should be fixed now. Thanks for reporting the problem! --- Comment on 2015-08-11T15:37:25+0000 by Dan Helfman.
Author
Collaborator

Yep, confirmed to be working in Cygwin.


Comment on 2015-08-11T16:03:08+0000 by Thomas Harold.

Yep, confirmed to be working in Cygwin. --- Comment on 2015-08-11T16:03:08+0000 by Thomas Harold.
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: borgmatic-collective/borgmatic#9
No description provided.