- 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()``

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-packaging?expand=0&rev=46
This commit is contained in:
Dirk Mueller 2021-03-08 22:40:04 +00:00 committed by Git OBS Bridge
parent a9f25afd53
commit 3fc200ffa0
4 changed files with 13 additions and 5 deletions

View File

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

3
packaging-20.9.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5b327ac1320dc863dca72f4514ecc086f31186744b84a230374cc1fd776feae5
size 81267

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Feb 2 01:02:21 UTC 2021 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

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