diff --git a/packaging-20.8.tar.gz b/packaging-20.8.tar.gz deleted file mode 100644 index 8360d9c..0000000 --- a/packaging-20.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78598185a7008a470d64526a8059de9aaa449238f280fc9eb6b13ba6c4109093 -size 79359 diff --git a/packaging-20.9.tar.gz b/packaging-20.9.tar.gz new file mode 100644 index 0000000..51d2d13 --- /dev/null +++ b/packaging-20.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b327ac1320dc863dca72f4514ecc086f31186744b84a230374cc1fd776feae5 +size 81267 diff --git a/python-packaging.changes b/python-packaging.changes index 4978825..70fda87 100644 --- a/python-packaging.changes +++ b/python-packaging.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Feb 2 01:02:21 UTC 2021 - Dirk Müller + +- update to 20.9: + * Run [isort](https://pypi.org/project/isort/) over the code base (:issue:`377`) + * Add support for the ``macosx_10_*_universal2`` platform tags (:issue:`379`) + * Introduce ``packaging.utils.parse_wheel_filename()`` and ``parse_sdist_filename()`` + ------------------------------------------------------------------- Sun Dec 20 09:37:07 UTC 2020 - Dirk Müller diff --git a/python-packaging.spec b/python-packaging.spec index 298b80e..56bd30b 100644 --- a/python-packaging.spec +++ b/python-packaging.spec @@ -1,7 +1,7 @@ # # spec file for package python-packaging # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 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: 20.8 +Version: 20.9 Release: 0 Summary: Core utilities for Python packages License: Apache-2.0