From 37ce1c4c7638bdc2c88c0c932e4a50e449bf070cbf1d5aabe56f9e1bb8f9b052 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Tue, 6 Aug 2019 05:00:23 +0000 Subject: [PATCH] - update to 19.1: * Add the ``packaging.tags`` module. * Correctly handle two-digit versions in ``python_version`` OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-packaging?expand=0&rev=25 --- packaging-19.0.tar.gz | 3 --- packaging-19.1.tar.gz | 3 +++ python-packaging.changes | 7 +++++++ python-packaging.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 packaging-19.0.tar.gz create mode 100644 packaging-19.1.tar.gz diff --git a/packaging-19.0.tar.gz b/packaging-19.0.tar.gz deleted file mode 100644 index 4695224..0000000 --- a/packaging-19.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c98a5d0be38ed775798ece1b9727178c4469d9c3b4ada66e8e6b7849f8732af -size 48608 diff --git a/packaging-19.1.tar.gz b/packaging-19.1.tar.gz new file mode 100644 index 0000000..4dd3b91 --- /dev/null +++ b/packaging-19.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c491ca87294da7cc01902edbe30a5bc6c4c28172b5138ab4e4aa1b9d7bfaeafe +size 57886 diff --git a/python-packaging.changes b/python-packaging.changes index d3c41ca..189e4fb 100644 --- a/python-packaging.changes +++ b/python-packaging.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Aug 6 04:58:54 UTC 2019 - Thomas Bechtold + +- update to 19.1: + * Add the ``packaging.tags`` module. + * Correctly handle two-digit versions in ``python_version`` + ------------------------------------------------------------------- Sat Mar 9 04:56:34 UTC 2019 - John Vandenberg diff --git a/python-packaging.spec b/python-packaging.spec index 20dc4b3..295b61e 100644 --- a/python-packaging.spec +++ b/python-packaging.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_with test Name: python-packaging -Version: 19.0 +Version: 19.1 Release: 0 Summary: Core utilities for Python packages License: Apache-2.0