diff --git a/packaging-19.2.tar.gz b/packaging-19.2.tar.gz deleted file mode 100644 index 6a907a3..0000000 --- a/packaging-19.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28b924174df7a2fa32c1953825ff29c61e2f5e082343165438812f00d3a7fc47 -size 59110 diff --git a/packaging-20.1.tar.gz b/packaging-20.1.tar.gz new file mode 100644 index 0000000..13a4e85 --- /dev/null +++ b/packaging-20.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e665345f9eef0c621aa0bf2f8d78cf6d21904eef16a93f020240b704a57f1334 +size 72955 diff --git a/python-packaging.changes b/python-packaging.changes index a945b89..cfc0e7b 100644 --- a/python-packaging.changes +++ b/python-packaging.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed Feb 5 13:45:06 UTC 2020 - Ondřej Súkup + +- Update to 20.1 + * Fix a bug caused by reuse of an exhausted iterator. + * Add type hints + * Add proper trove classifiers for PyPy support + * Scale back depending on ctypes for manylinux support detection + * Use sys.implementation.name where appropriate for packaging.tags + * Expand upon the API provded by packaging.tags + * Officially support Python 3.8 + * Add major, minor, and micro aliases to packaging.version.Version + * Properly mark packaging has being fully typed by adding a py.typed file + ------------------------------------------------------------------- Tue Oct 8 09:22:51 UTC 2019 - Tomáš Chvátal diff --git a/python-packaging.spec b/python-packaging.spec index 611fe11..a28c4ee 100644 --- a/python-packaging.spec +++ b/python-packaging.spec @@ -1,7 +1,7 @@ # # spec file for package python-packaging # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ %bcond_with test %endif Name: python-packaging%{psuffix} -Version: 19.2 +Version: 20.1 Release: 0 Summary: Core utilities for Python packages License: Apache-2.0