Bug 1853597

Summary: python-setuptools-49.2.0 is available
Product: [Fedora] Fedora Reporter: Upstream Release Monitoring <upstream-release-monitoring>
Component: python-setuptoolsAssignee: Miro Hrončok <mhroncok>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: 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 Flags
[patch] Update to 48.0.0 (#1853597)
none
[patch] Update to 49.0.0 (#1853597)
none
[patch] Update to 49.1.0 (#1853597)
none
[patch] Update to 49.1.1 (#1853597)
none
[patch] Update to 49.1.2 (#1853597)
none
[patch] Update to 49.1.3 (#1853597)
none
[patch] Update to 49.2.0 (#1853597) none

Description Upstream Release Monitoring 2020-07-03 09:22:06 UTC
Latest upstream release: 47.3.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/

Comment 1 Upstream Release Monitoring 2020-07-03 09:22:36 UTC
An unexpected error occurred while creating the scratch build and has been automatically reported. Sorry!

Comment 2 Upstream Release Monitoring 2020-07-03 15:22:36 UTC
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/

Comment 3 Upstream Release Monitoring 2020-07-03 15:22:39 UTC
Created attachment 1699860 [details]
[patch] Update to 48.0.0 (#1853597)

Comment 4 Upstream Release Monitoring 2020-07-03 15:31:06 UTC
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

Comment 5 Upstream Release Monitoring 2020-07-03 19:51:46 UTC
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/

Comment 6 Upstream Release Monitoring 2020-07-03 19:51:49 UTC
Created attachment 1699885 [details]
[patch] Update to 49.0.0 (#1853597)

Comment 7 Upstream Release Monitoring 2020-07-03 19:53:43 UTC
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

Comment 8 Upstream Release Monitoring 2020-07-03 22:31:48 UTC
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/

Comment 9 Upstream Release Monitoring 2020-07-03 22:31:52 UTC
Created attachment 1699897 [details]
[patch] Update to 49.1.0 (#1853597)

Comment 10 Upstream Release Monitoring 2020-07-03 22:34:36 UTC
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

Comment 11 Miro Hrončok 2020-07-10 12:57:28 UTC
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,
    }

Comment 12 Miro Hrončok 2020-07-10 13:15:02 UTC
FWIW it is already broken on rawhide since setuptools 42+, sorry for panicking.

Comment 13 Miro Hrončok 2020-07-10 13:17:10 UTC
Fix: https://github.com/rpm-software-management/rpm/pull/1308

Comment 14 Upstream Release Monitoring 2020-07-10 18:23:11 UTC
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/

Comment 15 Upstream Release Monitoring 2020-07-10 18:23:15 UTC
Created attachment 1700639 [details]
[patch] Update to 49.1.1 (#1853597)

Comment 16 Upstream Release Monitoring 2020-07-10 18:28:14 UTC
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

Comment 17 Upstream Release Monitoring 2020-07-11 06:33:27 UTC
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/

Comment 18 Upstream Release Monitoring 2020-07-11 06:33:30 UTC
Created attachment 1700678 [details]
[patch] Update to 49.1.2 (#1853597)

Comment 19 Upstream Release Monitoring 2020-07-11 06:38:55 UTC
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

Comment 20 Upstream Release Monitoring 2020-07-12 09:30:10 UTC
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/

Comment 21 Upstream Release Monitoring 2020-07-12 09:30:16 UTC
Created attachment 1700716 [details]
[patch] Update to 49.1.3 (#1853597)

Comment 22 Upstream Release Monitoring 2020-07-12 09:35:06 UTC
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

Comment 23 Upstream Release Monitoring 2020-07-12 16:23:34 UTC
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/

Comment 24 Upstream Release Monitoring 2020-07-12 16:23:37 UTC
Created attachment 1700737 [details]
[patch] Update to 49.2.0 (#1853597)

Comment 25 Upstream Release Monitoring 2020-07-12 16:26:49 UTC
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

Comment 27 Miro Hrončok 2020-07-29 09:57:53 UTC
Updated to python-setuptools 49.1.3 and skipping this release intentionally, see https://src.fedoraproject.org/rpms/python-setuptools/pull-request/43