Update package with version 2.1.8

This commit is contained in:
desert-sailor 2024-03-05 09:09:32 +08:00
parent ad353de520
commit eae894414e
3 changed files with 9 additions and 1 deletions

Binary file not shown.

BIN
pdm_backend-2.1.8.tar.gz Normal file

Binary file not shown.

View File

@ -6,7 +6,7 @@ This is the backend for PDM projects that is fully-compatible with PEP 517 spec,
but you can also use it alone. It reads the metadata of PEP 621 format and coverts it to Core metadata.} but you can also use it alone. It reads the metadata of PEP 621 format and coverts it to Core metadata.}
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 2.1.5 Version: 2.1.8
Release: 1 Release: 1
Summary: The build backend used by PDM that supports latest packaging standards Summary: The build backend used by PDM that supports latest packaging standards
License: MIT License: MIT
@ -45,5 +45,13 @@ Summary: The build backend used by PDM that supports latest packaging standards
%{python3_sitelib}/pdm_backend-*.dist-info/ %{python3_sitelib}/pdm_backend-*.dist-info/
%changelog %changelog
* Tue Mar 5 2024 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 2.1.8-1
- Update package with version 2.1.8
Bugfix: Can't include nested data files in built wheel.
Rename tag-pattern to tag_regex in the docs.
Copytree handle existing dirs.
Normalize the dist info name in the wheel.
Path to uri expansion in dependency string.
* Fri Aug 11 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 2.1.5-1 * Fri Aug 11 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 2.1.5-1
- Package init - Package init