diff --git a/hole-0.5.1.tar.gz b/hole-0.5.1.tar.gz deleted file mode 100644 index eac40d4c7ea08f7c90eee83b8e7ce95b87b21b94..0000000000000000000000000000000000000000 Binary files a/hole-0.5.1.tar.gz and /dev/null differ diff --git a/hole-0.8.0.tar.gz b/hole-0.8.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..634b3649014fc1ab40ecc86322dc9e57ad40682a Binary files /dev/null and b/hole-0.8.0.tar.gz differ diff --git a/python-hole.spec b/python-hole.spec index dfc76c0ab02f86e0062c9d496c8890f8147c3e1d..31e650d0bf2b286ebc7092be9ac3919fd00da5a6 100644 --- a/python-hole.spec +++ b/python-hole.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-hole -Version: 0.5.1 +Version: 0.8.0 Release: 1 Summary: Python API for interacting with *hole. License: MIT URL: https://github.com/fabaff/python-hole -Source0: https://files.pythonhosted.org/packages/7b/f2/1de945b05165193ca4f0f1466f97151a5c434b07c9a6b08f44927f29ad82/hole-0.5.1.tar.gz +Source0: https://files.pythonhosted.org/packages/7b/f2/1de945b05165193ca4f0f1466f97151a5c434b07c9a6b08f44927f29ad82/hole-0.8.0.tar.gz BuildArch: noarch @@ -27,7 +27,7 @@ Provides: python3-hole-doc Python API for interacting with a *hole instance. %prep -%autosetup -n hole-0.5.1 +%autosetup -n hole-0.8.0 %build %py3_build @@ -67,5 +67,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Jul 6 2023 sunhui - 0.8.0-1 +- Update package to version 0.8.0 + * Wed Sep 01 2021 Python_Bot - 0.5.1-1 - Package Init