Bug 1443577 - python-docker-2.4.2 is available
Summary: python-docker-2.4.2 is available
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: python-docker
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Tomas Tomecek
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 1466074 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-04-19 13:54 UTC by Upstream Release Monitoring
Modified: 2017-07-10 09:59 UTC (History)
5 users (show)

Fixed In Version: python-docker-2.4.2-1.fc26
Clone Of:
Environment:
Last Closed: 2017-07-07 23:05:58 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Upstream Release Monitoring 2017-04-19 13:54:09 UTC
Latest upstream release: 2.2.1
Current version/release in rawhide: 1.10.6-3.fc26
URL: https://pypi.python.org/pypi/docker-py

Please consult the package updates policy before you issue an update to a stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at: https://fedoraproject.org/wiki/Upstream_release_monitoring

Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream.

Based on the information from anitya:  https://release-monitoring.org/project/3847/

Comment 1 Upstream Release Monitoring 2017-04-19 13:54:20 UTC
One or more of the new sources for this package are identical to the old sources. It's likely this package does not use the version macro in its Source URLs. If possible, please update the specfile to include the version macro in the Source URLs

Comment 2 Upstream Release Monitoring 2017-06-28 12:12:42 UTC
Latest upstream release: 2.4.0
Current version/release in rawhide: 1.10.6-3.fc26
URL: https://pypi.python.org/pypi/docker-py

Please consult the package updates policy before you issue an update to a stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at: https://fedoraproject.org/wiki/Upstream_release_monitoring

Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream.

Based on the information from anitya:  https://release-monitoring.org/project/3847/

Comment 3 Upstream Release Monitoring 2017-06-28 12:12:46 UTC
One or more of the new sources for this package are identical to the old sources. It's likely this package does not use the version macro in its Source URLs. If possible, please update the specfile to include the version macro in the Source URLs

Comment 4 Upstream Release Monitoring 2017-06-29 00:13:11 UTC
Latest upstream release: 2.4.2
Current version/release in rawhide: 1.10.6-3.fc26
URL: https://pypi.python.org/pypi/docker-py

Please consult the package updates policy before you issue an update to a stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at: https://fedoraproject.org/wiki/Upstream_release_monitoring

Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream.

Based on the information from anitya:  https://release-monitoring.org/project/3847/

Comment 5 Upstream Release Monitoring 2017-06-29 00:13:15 UTC
One or more of the new sources for this package are identical to the old sources. It's likely this package does not use the version macro in its Source URLs. If possible, please update the specfile to include the version macro in the Source URLs

Comment 6 Fedora Update System 2017-06-30 08:59:01 UTC
python-docker-2.4.2-1.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2017-e699fab400

Comment 7 Fedora Update System 2017-06-30 20:26:18 UTC
python-docker-2.4.2-1.fc26 has been pushed to the Fedora 26 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-e699fab400

Comment 8 Alan Pevec 2017-07-04 16:36:34 UTC
python-docker-py should be retired as it was replaced by python-docker
but python-docker is missing Obsoletes/Provides for the proper upgrade path:
https://fedoraproject.org/wiki/Packaging:Guidelines#Renaming.2FReplacing_Existing_Packages

Now when upgrading f25 to f26 we end up with file-level conflicts:

Error: Transaction check error:
  file /usr/lib/python2.7/site-packages/docker/__init__.py from install of python2-docker-2.4.2-1.fc26.noarch conflicts with file from package python-docker-py-1.10.6-1.fc25.noarch
...

This should be f26 blocker IMHO.

Comment 9 Alan Pevec 2017-07-04 17:19:16 UTC
*** Bug 1466074 has been marked as a duplicate of this bug. ***

Comment 10 Alan Pevec 2017-07-04 17:31:17 UTC
*** Bug 1465754 has been marked as a duplicate of this bug. ***

Comment 11 Alan Pevec 2017-07-04 19:12:18 UTC
> Now when upgrading f25 to f26 we end up with file-level conflicts:

This could be also solved by the f25 update to python-docker-py with Provides: python2-docker-py which is missing in python-docker-py-1.10.6-1.fc25:

# rpm -q --provides python-docker-py
python-docker-py = 1.10.6-1.fc25
python2.7dist(docker-py) = 1.10.6
python2dist(docker-py) = 1.10.6

while f26 package obsoletes only python2-docker-py:

# rpm -qp --obsoletes ./python2-docker-2.4.2-1.fc26.noarch.rpm
python-docker < 2.4.2-1.fc26
python2-docker-py < 1:2.0

Comment 12 Alan Pevec 2017-07-05 00:24:56 UTC
> This could be also solved by the f25 update to python-docker-py with
> Provides: python2-docker-py

Does not work, Obsoletes kick-in only for updates, yum install would ignore it and try installing and fail on file conflicts...

Comment 13 Fedora Update System 2017-07-07 23:05:58 UTC
python-docker-2.4.2-1.fc26 has been pushed to the Fedora 26 stable repository. If problems still persist, please make note of it in this bug report.

Comment 14 Tomas Tomecek 2017-07-10 09:59:08 UTC
We can't retire b/c there are still packages which requires python-docker-py:

```
$ dnf repoquery --whatrequires python-docker-py
flr-0:0.0.4-1.fc27.noarch
python-atomic-reactor-0:1.6.19-6.fc26.noarch
python2-docker-squash-0:1.0.5-4.fc26.noarch
```

Retiring is my goal for F27.


I updated python-docker-py-1* with the provide you suggested:

https://bodhi.fedoraproject.org/updates/FEDORA-2017-9dd49fe665
https://bodhi.fedoraproject.org/updates/FEDORA-2017-89ff09bf40


Note You need to log in before you can comment on or make changes to this bug.