diff --git a/packaging-24.1.tar.gz b/packaging-24.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..cd3e2a7bcfe33b5eb59af77bd17d3a3380ed9472 Binary files /dev/null and b/packaging-24.1.tar.gz differ diff --git a/python-packaging.spec b/python-packaging.spec index 5aa3a69add26fc940d35fa5a0aa27e12739926de..3b017efd2ec0135003dc10a1db3aab59f4377cfa 100644 --- a/python-packaging.spec +++ b/python-packaging.spec @@ -2,7 +2,7 @@ %bcond_without test Name: python-packaging -Version: 23.2 +Version: 24.1 Release: 1 Summary: Core utilities for Python packages License: BSD and ASL 2.0 @@ -99,6 +99,13 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sat Sep 21 2024 kaijie Gu - 24.1-1 +- Update package with version 24.1 + Add support for Python 3.13 + Fix typo in _parser docstring + Modernise type annotations using FA rules from ruff + Document markers.default_environment() + * Mon Mar 4 2024 Dongxing Wang - 23.2-1 - Update package with version 23.2 Add python 3.12 support.