- 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/package/show/devel:languages:python/python-packaging?expand=0&rev=44
This commit is contained in:
Dirk Mueller 2020-12-20 09:37:48 +00:00 committed by Git OBS Bridge
parent bed30c1bba
commit a9f25afd53
4 changed files with 19 additions and 4 deletions

View File

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:78598185a7008a470d64526a8059de9aaa449238f280fc9eb6b13ba6c4109093
size 79359

View File

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

View File

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