Sync from SUSE:SLFO:Main python-packaging revision db69a114e50754a32f9a8ca29b48d812
This commit is contained in:
parent
c9e0d93920
commit
db64d707ac
BIN
packaging-23.1.tar.gz
(Stored with Git LFS)
BIN
packaging-23.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
packaging-24.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
packaging-24.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,55 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 20 12:41:21 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 24.1:
|
||||||
|
* No unreleased changes.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 16 09:28:29 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 24.0:
|
||||||
|
* Do specifier matching correctly when the specifier contains
|
||||||
|
an epoch number and has more components than the version
|
||||||
|
(:issue:`683`)
|
||||||
|
* Support the experimental --disable-gil builds in
|
||||||
|
packaging.tags (:issue:`727`)
|
||||||
|
* BREAKING: Make optional metadata.Metadata attributes default
|
||||||
|
to None (:issue:`733`)
|
||||||
|
* Fix errors when trying to access the
|
||||||
|
description_content_type, keywords, and requires_python
|
||||||
|
attributes on metadata.Metadata when those values have not
|
||||||
|
been provided (:issue:`733`)
|
||||||
|
* Fix a bug preventing the use of the built in ExceptionGroup
|
||||||
|
on versions of Python that support it (:issue:`725`)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 9 12:05:35 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||||
|
|
||||||
|
- Update ot 23.2:
|
||||||
|
* parse_marker should consume the entire source string in #687
|
||||||
|
* Create a Security Policy file in #695
|
||||||
|
* Add python 3.12 to CI in #689
|
||||||
|
* Remove URL validation from requirement parsing in #684
|
||||||
|
* Add types for packaging.version._Version in #665
|
||||||
|
* Add PyPy 3.10 to CI in #699
|
||||||
|
* Remove unused argument in _manylinux._is_compatible in #700
|
||||||
|
* Canonicalize names for requirements comparison in #696
|
||||||
|
* Add platform tag support for LoongArch in #693
|
||||||
|
* Ability to install armv7l manylinux/musllinux wheels on armv8l in #690
|
||||||
|
* Include CHANGELOG.rst in sdist in #704
|
||||||
|
* Update pyupgrade to Python 3.7+ in #580
|
||||||
|
* Fix version pattern pre-releases in #705
|
||||||
|
* Fix typos found by codespell in #706
|
||||||
|
* Support enriched metadata in #686
|
||||||
|
* Correct rST syntax in CHANGELOG.rst in #709
|
||||||
|
* fix: platform tag for GraalPy in #711
|
||||||
|
* Document that this library uses a calendar-based versioning scheme in #717
|
||||||
|
* fix: Update copyright date for docs in #713
|
||||||
|
* Bump pip version to avoid known vulnerabilities in #720
|
||||||
|
* Typing annotations fixed in version.py in #723
|
||||||
|
* parse_{sdist,wheel}_filename: don't raise InvalidVersion in #721
|
||||||
|
* Fix code blocks in CHANGELOG.md in #724
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 21 12:28:53 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Fri Apr 21 12:28:53 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package python-packaging
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -53,7 +53,7 @@ ExclusiveArch: do-not-build
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: %{pprefix}-packaging%{?psuffix}
|
Name: %{pprefix}-packaging%{?psuffix}
|
||||||
Version: 23.1
|
Version: 24.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Core utilities for Python packages
|
Summary: Core utilities for Python packages
|
||||||
License: Apache-2.0 AND BSD-2-Clause
|
License: Apache-2.0 AND BSD-2-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user