Update package to version 3.0.2

This commit is contained in:
jxy_git 2023-11-13 17:24:36 +08:00
parent 496a69ea46
commit 0a45567702
3 changed files with 8 additions and 5 deletions

Binary file not shown.

BIN
apipkg-3.0.2.tar.gz Normal file

Binary file not shown.

View File

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