Easily build and distribute Python packages
Go to file
Miro Hrončok d01f5faf1f Adjust the setup.py install deprecation notice when building RPM packages
Before:

    /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
    !!

            ********************************************************************************
            Please avoid running ``setup.py`` directly.
            Instead, use pypa/build, pypa/installer, pypa/build or
            other standards-based tools.

            See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
            ********************************************************************************

    !!

After:

    /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
    !!

            ********************************************************************************
            Please avoid running ``setup.py`` directly.
            Instead, use pypa/build, pypa/installer, pypa/build or
            other standards-based tools.

            Follow the current Python packaging guidelines when building
            Python RPM packages.

            See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html
            and https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/ for details.
            ********************************************************************************

    !!
2023-05-16 11:59:27 +02:00
tests Fedora CI: Fix Python 3.10 and add Python 3.11 2022-06-27 22:57:08 +00:00
.gitignore Upgrade to 45.2.0, no longer supports Python 2 2020-02-26 14:20:52 +01:00
Adjust-the-setup.py-install-deprecation-message.patch Adjust the setup.py install deprecation notice when building RPM packages 2023-05-16 11:59:27 +02:00
python-setuptools.rpmlintrc Update rpmlintrc for rpmlint 2 2022-10-13 14:34:04 +02:00
python-setuptools.spec Adjust the setup.py install deprecation notice when building RPM packages 2023-05-16 11:59:27 +02:00
Remove-optional-or-unpackaged-test-deps.patch Update to 67.6.1 2023-04-20 20:23:17 +02:00
sources Update to 67.7.2 2023-04-24 23:43:41 +02:00