diff --git a/argparse-manpage-4.1.tar.gz b/argparse-manpage-4.1.tar.gz deleted file mode 100644 index 5b43abd11654d3e993c8a2e73eb3d1ff99e51229..0000000000000000000000000000000000000000 Binary files a/argparse-manpage-4.1.tar.gz and /dev/null differ diff --git a/argparse-manpage-4.3.tar.gz b/argparse-manpage-4.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..6feed119243ee98ef1804e40e9be9f1c88f4fdda Binary files /dev/null and b/argparse-manpage-4.3.tar.gz differ diff --git a/python-argparse-manpage.spec b/python-argparse-manpage.spec index 96eb625bf0c36bf083fef8f40cb4ccab8dab8b60..04174d93ed5155f6bbe5ee32d6815f55af545223 100644 --- a/python-argparse-manpage.spec +++ b/python-argparse-manpage.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-argparse-manpage -Version: 4.1 +Version: 4.3 Release: 1 Summary: Build manual page from python's ArgumentParser object. License: Apache-2.0 URL: https://github.com/praiskup/argparse-manpage -Source0: https://files.pythonhosted.org/packages/6c/96/b53e86c3479d03f62338ede7430c32ec9b6bf189c83a5008b7d346dc00af/argparse-manpage-4.1.tar.gz +Source0: https://files.pythonhosted.org/packages/d3/5f/3353e1dd33fcb3801cfe7e6412ad9d75202fc642679d105015e361aceef7/argparse-manpage-4.3.tar.gz BuildArch: noarch %description @@ -16,6 +16,8 @@ Summary: Build manual page from python's ArgumentParser object. Provides: python-argparse-manpage = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: python3-tomli +BuildRequires: python3-toml %description -n python3-argparse-manpage Automatically build manpage from argparse @@ -69,6 +71,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sun Jun 25 2023 jiangxinyu - 4.3-1 +- Update package to version 4.3 + * Fri Apr 28 2023 wubijie - 4.1-1 - Update package to version 4.1