diff --git a/hole-0.8.0.tar.gz b/hole-0.8.0.tar.gz deleted file mode 100644 index 634b3649014fc1ab40ecc86322dc9e57ad40682a..0000000000000000000000000000000000000000 Binary files a/hole-0.8.0.tar.gz and /dev/null differ diff --git a/hole-0.9.0.tar.gz b/hole-0.9.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e3cc439c736915277d2fb7ce5f95bdd94846430a Binary files /dev/null and b/hole-0.9.0.tar.gz differ diff --git a/python-hole.spec b/python-hole.spec index 31e650d0bf2b286ebc7092be9ac3919fd00da5a6..6711859ec5e6614f71437ceeebfc35b285f204e1 100644 --- a/python-hole.spec +++ b/python-hole.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-hole -Version: 0.8.0 +Version: 0.9.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.8.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/h/hole/hole-%{version}.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.8.0 +%autosetup -n hole-%{version} %build %py3_build @@ -67,6 +67,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Jun 20 2025 jinshuaiyu - 0.9.0-1 +- Update package to version 0.9.0 +- Don't depend on async-timeout for Python 3.11+ + * Thu Jul 6 2023 sunhui - 0.8.0-1 - Update package to version 0.8.0