!2 Update package with version 2.1.8

From: @desert-sailor 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2024-03-05 02:20:48 +00:00 committed by Gitee
commit 574f70b726
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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.}
Name: python-%{pypi_name}
Version: 2.1.5
Version: 2.1.8
Release: 1
Summary: The build backend used by PDM that supports latest packaging standards
License: MIT
@ -45,5 +45,13 @@ Summary: The build backend used by PDM that supports latest packaging standards
%{python3_sitelib}/pdm_backend-*.dist-info/
%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
- Package init