14
0

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
This commit is contained in:
2022-07-16 22:07:12 +00:00
committed by Git OBS Bridge
parent 495df21772
commit 2ec3700a89
4 changed files with 16 additions and 4 deletions

View File

@@ -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