Bug 1443577
Summary: | python-docker-2.4.2 is available | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Upstream Release Monitoring <upstream-release-monitoring> |
Component: | python-docker | Assignee: | Tomas Tomecek <ttomecek> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | apevec, jdulaney, marianne, roman, ttomecek |
Target Milestone: | --- | Keywords: | FutureFeature, Triaged |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | python-docker-2.4.2-1.fc26 | Doc Type: | Enhancement |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-07-07 23:05:58 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Upstream Release Monitoring
2017-04-19 13:54:09 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 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/ 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 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/ 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 python-docker-2.4.2-1.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2017-e699fab400 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 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. *** Bug 1466074 has been marked as a duplicate of this bug. *** *** Bug 1465754 has been marked as a duplicate of this bug. *** > 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
> 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...
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. 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 |