From dc1c03296e1a946c5ea5c494406d25fd5cf96de0a8ab8ac79ae46ee1eecef307 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Wed, 23 Nov 2022 16:21:03 +0000 Subject: [PATCH 1/2] - Update to 65.6.1: * #3689: Document that distutils.cfg might be ignored unless SETUPTOOLS_USE_DISTUTILS=stdlib. * #3678: Improve clib builds reproducibility by sorting sources -- by :user:`danigm`, fixing bsc#1201127 * #3684: Improved exception/traceback when invalid entry-points are specified. * #3690: Fixed logging errors: 'underlying buffer has been detached' (issue #1631). * #3693: Merge pypa/distutils@3e9d47e with compatibility fix for distutils.log.Log. * #3704: Fix temporary build directories interference with auto-discovery. - v65.6.0: * #3674: Sync with pypa/distutils@e0787fa, including pypa/distutils#183 updating distutils to use the Python logging framework. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=233 --- python-setuptools.changes | 19 +++++++++++++++++++ python-setuptools.spec | 2 +- setuptools-65.5.1.tar.gz | 3 --- setuptools-65.6.1.tar.gz | 3 +++ 4 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 setuptools-65.5.1.tar.gz create mode 100644 setuptools-65.6.1.tar.gz diff --git a/python-setuptools.changes b/python-setuptools.changes index 2caa2ed..8aee8e8 100644 --- a/python-setuptools.changes +++ b/python-setuptools.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Nov 23 16:16:25 UTC 2022 - Daniel Garcia + +- Update to 65.6.1: + * #3689: Document that distutils.cfg might be ignored unless + SETUPTOOLS_USE_DISTUTILS=stdlib. + * #3678: Improve clib builds reproducibility by sorting sources -- by + :user:`danigm`, fixing bsc#1201127 + * #3684: Improved exception/traceback when invalid entry-points are + specified. + * #3690: Fixed logging errors: 'underlying buffer has been detached' (issue + #1631). + * #3693: Merge pypa/distutils@3e9d47e with compatibility fix for + distutils.log.Log. + * #3704: Fix temporary build directories interference with auto-discovery. +- v65.6.0: + * #3674: Sync with pypa/distutils@e0787fa, including pypa/distutils#183 + updating distutils to use the Python logging framework. + ------------------------------------------------------------------- Mon Nov 14 09:53:11 UTC 2022 - Daniel Garcia diff --git a/python-setuptools.spec b/python-setuptools.spec index ea1c4f8..07287e2 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -37,7 +37,7 @@ # in order to avoid rewriting for subpackage generator %define mypython python Name: python-setuptools%{psuffix} -Version: 65.5.1 +Version: 65.6.1 Release: 0 Summary: Download, build, install, upgrade, and uninstall Python packages License: Apache-2.0 AND MIT AND BSD-2-Clause AND Python-2.0 diff --git a/setuptools-65.5.1.tar.gz b/setuptools-65.5.1.tar.gz deleted file mode 100644 index 28a6100..0000000 --- a/setuptools-65.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e197a19aa8ec9722928f2206f8de752def0e4c9fc6953527360d1c36d94ddb2f -size 2616576 diff --git a/setuptools-65.6.1.tar.gz b/setuptools-65.6.1.tar.gz new file mode 100644 index 0000000..1111214 --- /dev/null +++ b/setuptools-65.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1da770a0ee69681e4d2a8196d0b30c16f25d1c8b3d3e755baaedc90f8db04963 +size 2617393 From 0b6fdbe0d75d479ebd1639eb71fa1f96c07ca34c02d04ff8436804a0a1bc602d Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Thu, 24 Nov 2022 11:02:22 +0000 Subject: [PATCH 2/2] - Update to 65.6.3: * #3709: Fix condition to patch distutils.dist.log to only apply when using distutils from the stdlib. - v65.6.2 * No significant changes. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=234 --- python-setuptools.changes | 9 +++++++++ python-setuptools.spec | 2 +- setuptools-65.6.1.tar.gz | 3 --- setuptools-65.6.3.tar.gz | 3 +++ 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 setuptools-65.6.1.tar.gz create mode 100644 setuptools-65.6.3.tar.gz diff --git a/python-setuptools.changes b/python-setuptools.changes index 8aee8e8..7ba24d2 100644 --- a/python-setuptools.changes +++ b/python-setuptools.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Nov 24 11:00:28 UTC 2022 - Daniel Garcia + +- Update to 65.6.3: + * #3709: Fix condition to patch distutils.dist.log to only apply when using + distutils from the stdlib. +- v65.6.2 + * No significant changes. + ------------------------------------------------------------------- Wed Nov 23 16:16:25 UTC 2022 - Daniel Garcia diff --git a/python-setuptools.spec b/python-setuptools.spec index 07287e2..c3dc7ce 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -37,7 +37,7 @@ # in order to avoid rewriting for subpackage generator %define mypython python Name: python-setuptools%{psuffix} -Version: 65.6.1 +Version: 65.6.3 Release: 0 Summary: Download, build, install, upgrade, and uninstall Python packages License: Apache-2.0 AND MIT AND BSD-2-Clause AND Python-2.0 diff --git a/setuptools-65.6.1.tar.gz b/setuptools-65.6.1.tar.gz deleted file mode 100644 index 1111214..0000000 --- a/setuptools-65.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1da770a0ee69681e4d2a8196d0b30c16f25d1c8b3d3e755baaedc90f8db04963 -size 2617393 diff --git a/setuptools-65.6.3.tar.gz b/setuptools-65.6.3.tar.gz new file mode 100644 index 0000000..431947c --- /dev/null +++ b/setuptools-65.6.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7620757bf984b58deaf32fc8a4577a9bbc0850cf92c20e1ce41c38c19e5fb75 +size 2617699