forked from pool/python-packaging
Accepting request 857114 from devel:languages:python
- update to 20.8: * Revert back to setuptools for compatibility purposes for some Linux distros (:issue:`363`) * Do not insert an underscore in wheel tags when the interpreter version number is more than 2 digits (:issue:`372`) * Fix flit configuration, to include LICENSE files (:issue:`357`) * Make `intel` a recognized CPU architecture for the `universal` macOS platform tag (:issue:`361`) * Add some missing type hints to `packaging.requirements` (issue:`350`) * Officially support Python 3.9 (:issue:`343`) * Deprecate the ``LegacyVersion`` and ``LegacySpecifier`` classes (:issue:`321`) * Handle ``OSError`` on non-dynamic executables when attempting to resolve the glibc version string. OBS-URL: https://build.opensuse.org/request/show/857114 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-packaging?expand=0&rev=18
This commit is contained in:
commit
93a4db5b40
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4357f74f47b9c12db93624a82154e9b120fa8293699949152b22065d556079f8
|
||||
size 74402
|
3
packaging-20.8.tar.gz
Normal file
3
packaging-20.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:78598185a7008a470d64526a8059de9aaa449238f280fc9eb6b13ba6c4109093
|
||||
size 79359
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 20 09:37:07 UTC 2020 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 20.8:
|
||||
* Revert back to setuptools for compatibility purposes for some Linux distros (:issue:`363`)
|
||||
* Do not insert an underscore in wheel tags when the interpreter version number
|
||||
is more than 2 digits (:issue:`372`)
|
||||
* Fix flit configuration, to include LICENSE files (:issue:`357`)
|
||||
* Make `intel` a recognized CPU architecture for the `universal` macOS platform tag (:issue:`361`)
|
||||
* Add some missing type hints to `packaging.requirements` (issue:`350`)
|
||||
* Officially support Python 3.9 (:issue:`343`)
|
||||
* Deprecate the ``LegacyVersion`` and ``LegacySpecifier`` classes (:issue:`321`)
|
||||
* Handle ``OSError`` on non-dynamic executables when attempting to resolve
|
||||
the glibc version string.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 16:35:59 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
%bcond_with test
|
||||
%endif
|
||||
Name: python-packaging%{psuffix}
|
||||
Version: 20.4
|
||||
Version: 20.8
|
||||
Release: 0
|
||||
Summary: Core utilities for Python packages
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user