Update package with version 23.2

This commit is contained in:
desert-sailor 2024-03-04 17:58:28 +08:00
parent 1588bf8803
commit 4a8a82209d
2 changed files with 10 additions and 2 deletions

BIN
packaging-23.2.tar.gz Normal file

Binary file not shown.

View File

@ -2,12 +2,12 @@
%bcond_without test %bcond_without test
Name: python-packaging Name: python-packaging
Version: 23.1 Version: 23.2
Release: 1 Release: 1
Summary: Core utilities for Python packages Summary: Core utilities for Python packages
License: BSD and ASL 2.0 License: BSD and ASL 2.0
URL: https://github.com/pypa/packaging URL: https://github.com/pypa/packaging
Source0: https://files.pythonhosted.org/packages/source/p/packaging/packaging-23.1.tar.gz Source0: https://files.pythonhosted.org/packages/source/p/packaging/packaging-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
Reusable core utilities for various Python Packaging interoperability specifications. Reusable core utilities for various Python Packaging interoperability specifications.
@ -99,6 +99,14 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Mon Mar 4 2024 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 23.2-1
- Update package with version 23.2
Add python 3.12 support.
Add types for packaging.version._Version.
Add platform tag support for LoongArch.
Update pyupgrade to Python 3.7+
Support enriched metadata.
* Thu May 11 2023 liyanan <thistleslyn@163.com> - 23.1-1 * Thu May 11 2023 liyanan <thistleslyn@163.com> - 23.1-1
- update version to 23.1 - update version to 23.1