From a9f25afd533d5e1242af8850d05660a754d572ebf9e3903ce45e8cb2424ab36f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 20 Dec 2020 09:37:48 +0000 Subject: [PATCH] - 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 --- packaging-20.4.tar.gz | 3 --- packaging-20.8.tar.gz | 3 +++ python-packaging.changes | 15 +++++++++++++++ python-packaging.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 packaging-20.4.tar.gz create mode 100644 packaging-20.8.tar.gz diff --git a/packaging-20.4.tar.gz b/packaging-20.4.tar.gz deleted file mode 100644 index 98fe245..0000000 --- a/packaging-20.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4357f74f47b9c12db93624a82154e9b120fa8293699949152b22065d556079f8 -size 74402 diff --git a/packaging-20.8.tar.gz b/packaging-20.8.tar.gz new file mode 100644 index 0000000..8360d9c --- /dev/null +++ b/packaging-20.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78598185a7008a470d64526a8059de9aaa449238f280fc9eb6b13ba6c4109093 +size 79359 diff --git a/python-packaging.changes b/python-packaging.changes index c504f49..4978825 100644 --- a/python-packaging.changes +++ b/python-packaging.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun Dec 20 09:37:07 UTC 2020 - Dirk Müller + +- 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 diff --git a/python-packaging.spec b/python-packaging.spec index 5a919ec..298b80e 100644 --- a/python-packaging.spec +++ b/python-packaging.spec @@ -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