diff --git a/pep517-0.13.0.tar.gz b/pep517-0.13.0.tar.gz deleted file mode 100644 index f24e1c6f25da9d89317384eebe3184e5002f3914..0000000000000000000000000000000000000000 Binary files a/pep517-0.13.0.tar.gz and /dev/null differ diff --git a/pep517-0.13.1.tar.gz b/pep517-0.13.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..5ce8fd20202cf9a6868628cb74683349e771bf83 Binary files /dev/null and b/pep517-0.13.1.tar.gz differ diff --git a/python-pep517.spec b/python-pep517.spec index 4c9631832a2036c022c654b1fd84908798a10a31..77634583e87daf925e6fff8c330506fd4904be89 100644 --- a/python-pep517.spec +++ b/python-pep517.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pep517 -Version: 0.13.0 -Release: 3 +Version: 0.13.1 +Release: 1 Summary: Wrappers to build Python packages using PEP 517 hooks License: MIT -URL: https://github.com/pypa/pep517 -Source0: https://files.pythonhosted.org/packages/4d/19/e11fcc88288f68ae48e3aa9cf5a6fd092a88e629cb723465666c44d487a0/pep517-0.13.0.tar.gz +URL: https://github.com/pypa/pyproject-hooks +Source0: https://files.pythonhosted.org/packages/source/p/pep517/pep517-%{version}.tar.gz BuildArch: noarch %description @@ -14,6 +14,7 @@ Wrappers to build Python packages using PEP 517 hooks %package -n python3-pep517 Summary: Wrappers to build Python packages using PEP 517 hooks Provides: python-pep517 +Provides: python3-pyproject-hooks BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pip @@ -30,6 +31,7 @@ Wrappers to build Python packages using PEP 517 hooks %package help Summary: Development documents and examples for pep517 Provides: python3-pep517-doc +Provides: python3-pyproject-hooks-doc %description help Wrappers to build Python packages using PEP 517 hooks @@ -75,6 +77,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sun Feb 18 2024 xu_ping <707078654@qq.com> - 0.13.1-1 +- Upgrade version to 0.13.1 + * Tue Apr 25 2023 caodongxia - 0.13.0-3 - Adapting to the pyproject.toml compilation mode diff --git a/python-pep517.yaml b/python-pep517.yaml index bc4d14f2bfde4d6b3637bff02b8e895d57743ff1..7ef7f0a74cc14ffa5e21c69e38473e043853d558 100644 --- a/python-pep517.yaml +++ b/python-pep517.yaml @@ -1,5 +1,5 @@ version_control: github -src_repo: OpenMandrivaAssociation/python-pep517 -tag_prefix: "^release-" +src_repo: pypa/pyproject-hooks +tag_prefix: "^v" separator: "." -git_url: https://github.com/OpenMandrivaAssociation/python-pep517.git +git_url: https://github.com/pypa/pyproject-hooks.git