Accepting request 907692 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/907692 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-setuptools?expand=0&rev=66
This commit is contained in:
commit
4be85d7486
@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 22 01:33:08 UTC 2021 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- update to version 57.4.0:
|
||||
* Changes
|
||||
+ #2722: Added support for SETUPTOOLS_EXT_SUFFIX environment
|
||||
variable to override the suffix normally detected from the
|
||||
sysconfig module.
|
||||
|
||||
- changes from version 57.3.0:
|
||||
* Changes
|
||||
+ #2465: Documentation is now published using the Furo theme.
|
||||
|
||||
- changes from version 57.2.0:
|
||||
* Changes
|
||||
+ #2724: Added detection of Windows ARM64 build environments using
|
||||
the VSCMD_ARG_TGT_ARCH environment variable.
|
||||
|
||||
- changes from version 57.1.0:
|
||||
* Changes
|
||||
+ #2692: Globs are now sorted in 'license_files' restoring
|
||||
reproducibility by eliminating variance from disk order.
|
||||
+ #2714: Update to distutils at pypa/distutils@e2627b7.
|
||||
+ #2715: Removed reliance on deprecated ssl.match_hostname by
|
||||
removing the ssl support. Now any index operations rely on the
|
||||
native SSL implementation.
|
||||
* Documentation changes
|
||||
+ #2604: Revamped the backward/cross tool compatibility section to
|
||||
remove some confusion. Add some examples and the version since
|
||||
when entry_points are supported in declarative
|
||||
configuration. Tried to make the reading flow a bit leaner,
|
||||
gather some informations that were a bit dispersed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 5 09:22:44 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
|
@ -36,7 +36,7 @@
|
||||
# in order to avoid rewriting for subpackage generator
|
||||
%define mypython python
|
||||
Name: python-setuptools%{psuffix}
|
||||
Version: 57.0.0
|
||||
Version: 57.4.0
|
||||
Release: 0
|
||||
Summary: Download, build, install, upgrade, and uninstall Python packages
|
||||
License: MIT
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:401cbf33a7bf817d08014d51560fc003b895c4cdc1a5b521ad2969e928a07535
|
||||
size 2144749
|
3
setuptools-57.4.0.tar.gz
Normal file
3
setuptools-57.4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6bac238ffdf24e8806c61440e755192470352850f3419a52f26ffe0a1a64f465
|
||||
size 2141309
|
Loading…
Reference in New Issue
Block a user