diff --git a/apipkg-3.0.1.tar.gz b/apipkg-3.0.1.tar.gz deleted file mode 100644 index 370c3fd..0000000 Binary files a/apipkg-3.0.1.tar.gz and /dev/null differ diff --git a/apipkg-3.0.2.tar.gz b/apipkg-3.0.2.tar.gz new file mode 100644 index 0000000..658cb32 Binary files /dev/null and b/apipkg-3.0.2.tar.gz differ diff --git a/python-apipkg.spec b/python-apipkg.spec index 2dd77e5..5d99f9e 100644 --- a/python-apipkg.spec +++ b/python-apipkg.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-apipkg -Version: 3.0.1 -Release: 2 +Version: 3.0.2 +Release: 1 Summary: Namespace control and lazy-import mechanism License: MIT -URL: ttps://github.com/pytest-dev/apipkg -Source0: https://files.pythonhosted.org/packages/dc/d8/1883595b81446c61380bdfe10e67f593508c688692b2ce6bf9cc1dc4d007/apipkg-3.0.1.tar.gz +URL: https://github.com/pytest-dev/apipkg +Source0: https://files.pythonhosted.org/packages/2e/2c/717870bddbb588428093de4bfbce59c58d29b56bff76ecd422fd1724ae72/apipkg-3.0.2.tar.gz BuildArch: noarch %description @@ -46,7 +46,7 @@ and common command-line completion tools. %pyproject_build %install -%pyproject_install apipkg==%{version} +%pyproject_install install -d -m755 %{buildroot}/%{_pkgdocdir} if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi @@ -81,6 +81,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Nov 13 2023 jiangxinyu - 3.0.2-1 +- Update package to version 3.0.2 + * Thu Apr 27 2023 caodongxia - 3.0.1-2 - Adapting to the pyproject.toml compilation mode