!8 Update package to version 3.0.2
From: @jxy_git Reviewed-by: @yangzhao_kl Signed-off-by: @yangzhao_kl
This commit is contained in:
commit
f00a740635
Binary file not shown.
BIN
apipkg-3.0.2.tar.gz
Normal file
BIN
apipkg-3.0.2.tar.gz
Normal file
Binary file not shown.
@ -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 <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
|
||||
- Adapting to the pyproject.toml compilation mode
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user