diff --git a/argh-0.28.1.tar.gz b/argh-0.28.1.tar.gz deleted file mode 100644 index 6c635aa..0000000 Binary files a/argh-0.28.1.tar.gz and /dev/null differ diff --git a/argh-0.30.4.tar.gz b/argh-0.30.4.tar.gz new file mode 100644 index 0000000..4aeac76 Binary files /dev/null and b/argh-0.30.4.tar.gz differ diff --git a/python-argh.spec b/python-argh.spec index a8dca71..003c833 100644 --- a/python-argh.spec +++ b/python-argh.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-argh -Version: 0.28.1 -Release: 2 +Version: 0.30.4 +Release: 1 Summary: An unobtrusive argparse wrapper with natural syntax License: LGPL-3.0 and GPL-3.0 URL: http://github.com/neithere/argh/ @@ -32,7 +32,7 @@ Argh: The Natural CLI %pyproject_build %install -%pyproject_install argh==%{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 @@ -45,6 +45,9 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Mon Nov 13 2023 jiangxinyu - 0.30.4-1 +- Update package to version 0.30.4 + * Tue Apr 25 2023 jiangxinyu - 0.28.1-2 - Use pyproject to compile package