Bug 1853597
Summary: | python-setuptools-49.2.0 is available | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Upstream Release Monitoring <upstream-release-monitoring> |
Component: | python-setuptools | Assignee: | Miro Hrončok <mhroncok> |
Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | cstratak, infra-sig, lewk, mhroncok, ngompa13, python-sig, randy, rkuska, thrnciar, torsava |
Target Milestone: | --- | Keywords: | FutureFeature, Triaged |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-07-29 09:57:53 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: | |||
Attachments: |
Description
Upstream Release Monitoring
2020-07-03 09:22:06 UTC
An unexpected error occurred while creating the scratch build and has been automatically reported. Sorry! Latest upstream release: 48.0.0 Current version/release in rawhide: 46.4.0-4.fc33 URL: https://pypi.python.org/pypi/setuptools Please consult the package updates policy before you issue an update to a stable branch: https://docs.fedoraproject.org/en-US/fesco/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/4021/ Created attachment 1699860 [details]
[patch] Update to 48.0.0 (#1853597)
the-new-hotness/release-monitoring.org's scratch build of python-setuptools-48.0.0-1.fc32.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=46519471 Latest upstream release: 49.0.0 Current version/release in rawhide: 46.4.0-4.fc33 URL: https://pypi.python.org/pypi/setuptools Please consult the package updates policy before you issue an update to a stable branch: https://docs.fedoraproject.org/en-US/fesco/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/4021/ Created attachment 1699885 [details]
[patch] Update to 49.0.0 (#1853597)
the-new-hotness/release-monitoring.org's scratch build of python-setuptools-49.0.0-1.fc32.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=46531599 Latest upstream release: 49.1.0 Current version/release in rawhide: 46.4.0-4.fc33 URL: https://pypi.python.org/pypi/setuptools Please consult the package updates policy before you issue an update to a stable branch: https://docs.fedoraproject.org/en-US/fesco/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/4021/ Created attachment 1699897 [details]
[patch] Update to 49.1.0 (#1853597)
the-new-hotness/release-monitoring.org's scratch build of python-setuptools-49.1.0-1.fc32.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=46537113 The following "hack" in pythondistdeps.py RPM dependnecy generator will stop working with this setuptools version: # pkg_resources use platform.python_version to evaluate if a # dependency is relevant based on environment markers [1], # e.g. requirement `argparse;python_version<"2.7"` # # Since we're running this script on one Python version while # possibly evaluating packages for different versions, we mock the # platform.python_version function. Discussed upstream [2]. # # [1] https://www.python.org/dev/peps/pep-0508/#environment-markers # [2] https://github.com/pypa/setuptools/pull/1275 import platform platform.python_version = lambda: dist.py_version According to my testing. The code has: def default_environment(): if hasattr(sys, "implementation"): iver = format_full_version(sys.implementation.version) implementation_name = sys.implementation.name else: iver = "0" implementation_name = "" return { "implementation_name": implementation_name, "implementation_version": iver, "os_name": os.name, "platform_machine": platform.machine(), "platform_release": platform.release(), "platform_system": platform.system(), "platform_version": platform.version(), "python_full_version": platform.python_version(), "platform_python_implementation": platform.python_implementation(), "python_version": ".".join(platform.python_version_tuple()[:2]), "sys_platform": sys.platform, } FWIW it is already broken on rawhide since setuptools 42+, sorry for panicking. Latest upstream release: 49.1.1 Current version/release in rawhide: 46.4.0-4.fc33 URL: https://pypi.python.org/pypi/setuptools Please consult the package updates policy before you issue an update to a stable branch: https://docs.fedoraproject.org/en-US/fesco/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/4021/ Created attachment 1700639 [details]
[patch] Update to 49.1.1 (#1853597)
the-new-hotness/release-monitoring.org's scratch build of python-setuptools-49.1.1-1.fc32.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=46949561 Latest upstream release: 49.1.2 Current version/release in rawhide: 46.4.0-4.fc33 URL: https://pypi.python.org/pypi/setuptools Please consult the package updates policy before you issue an update to a stable branch: https://docs.fedoraproject.org/en-US/fesco/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/4021/ Created attachment 1700678 [details]
[patch] Update to 49.1.2 (#1853597)
the-new-hotness/release-monitoring.org's scratch build of python-setuptools-49.1.2-1.fc32.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=46986161 Latest upstream release: 49.1.3 Current version/release in rawhide: 46.4.0-4.fc33 URL: https://pypi.python.org/pypi/setuptools Please consult the package updates policy before you issue an update to a stable branch: https://docs.fedoraproject.org/en-US/fesco/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/4021/ Created attachment 1700716 [details]
[patch] Update to 49.1.3 (#1853597)
the-new-hotness/release-monitoring.org's scratch build of python-setuptools-49.1.3-1.fc32.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=47041488 Latest upstream release: 49.2.0 Current version/release in rawhide: 46.4.0-4.fc33 URL: https://pypi.python.org/pypi/setuptools Please consult the package updates policy before you issue an update to a stable branch: https://docs.fedoraproject.org/en-US/fesco/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/4021/ Created attachment 1700737 [details]
[patch] Update to 49.2.0 (#1853597)
the-new-hotness/release-monitoring.org's scratch build of python-setuptools-49.2.0-1.fc32.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=47056711 Updated to python-setuptools 49.1.3 and skipping this release intentionally, see https://src.fedoraproject.org/rpms/python-setuptools/pull-request/43 |