From 2ec3700a89d906984c38f4efb61f30522da85c5a8810137ac0aa29af0edb2653 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 16 Jul 2022 22:07:12 +0000 Subject: [PATCH] Accepting request 989589 from home:apersaud:branches:devel:languages:python - update to version 63.2.0: * Changes + #3395: Included a performance optimization: setuptools.build_meta no longer tries to :func:`compile` the setup script code before :func:`exec`-ing it. * Misc + #3435: Corrected issue in macOS framework builds on Python 3.9 not installed by homebrew (pypa/distutils#158). OBS-URL: https://build.opensuse.org/request/show/989589 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=225 --- python-setuptools.changes | 12 ++++++++++++ python-setuptools.spec | 2 +- setuptools-63.1.0.tar.gz | 3 --- setuptools-63.2.0.tar.gz | 3 +++ 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 setuptools-63.1.0.tar.gz create mode 100644 setuptools-63.2.0.tar.gz diff --git a/python-setuptools.changes b/python-setuptools.changes index 39eb979..849eb0b 100644 --- a/python-setuptools.changes +++ b/python-setuptools.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Jul 16 15:54:03 UTC 2022 - Arun Persaud + +- update to version 63.2.0: + * Changes + + #3395: Included a performance optimization: + setuptools.build_meta no longer tries to :func:`compile` the + setup script code before :func:`exec`-ing it. + * Misc + + #3435: Corrected issue in macOS framework builds on Python 3.9 + not installed by homebrew (pypa/distutils#158). + ------------------------------------------------------------------- Thu Jul 14 15:53:33 UTC 2022 - Ben Greiner diff --git a/python-setuptools.spec b/python-setuptools.spec index ec03b0d..600abc3 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -38,7 +38,7 @@ # in order to avoid rewriting for subpackage generator %define mypython python Name: python-setuptools%{psuffix} -Version: 63.1.0 +Version: 63.2.0 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-63.1.0.tar.gz b/setuptools-63.1.0.tar.gz deleted file mode 100644 index c9053fb..0000000 --- a/setuptools-63.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:16923d366ced322712c71ccb97164d07472abeecd13f3a6c283f6d5d26722793 -size 2599380 diff --git a/setuptools-63.2.0.tar.gz b/setuptools-63.2.0.tar.gz new file mode 100644 index 0000000..8ce6000 --- /dev/null +++ b/setuptools-63.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c04b44a57a6265fe34a4a444e965884716d34bae963119a76353434d6f18e450 +size 2605892