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.7.0.tar.gz b/hole-0.7.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..b62f98134d70521a6b975df8972991a650b0f1c4 Binary files /dev/null and b/hole-0.7.0.tar.gz differ diff --git a/python-hole.spec b/python-hole.spec index dfc76c0ab02f86e0062c9d496c8890f8147c3e1d..334774575758ca2703542c5a5dde81410b5b7d6c 100644 --- a/python-hole.spec +++ b/python-hole.spec @@ -1,16 +1,30 @@ %global _empty_manifest_terminate_build 0 Name: python-hole -Version: 0.5.1 +Version: 0.7.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/48/30/b9c8207e4fab8f6b26ff903066ec2a150fdb373335fc71d779b06ef522ca/hole-0.7.0.tar.gz BuildArch: noarch +Requires: python3-aiohttp +Requires: python3-async-timeout %description -Python API for interacting with a *hole instance. +Python API for interacting with a xyz-hole instance. You know the thing that is +blocking Ads by manipulating your DNS requests and run on your single board +computer or on other hardware with different operating systems. +This module is consuming the details provided by the endpoint ``api.php`` only +for now. +If you wonder why the weird name and that the usage of xzy-hole instead of the +real name, please contact the trademark holder. They were unhappy with original +name of the module and came up with very funny ideas which were not feasible +or match the existing naming standards. Also, it should remind us that a +community is a vital part of every Open Source project. +This module is not supported or endorsed by that particular trademark holder. +The development happens independently, they are not providing resources and +the module may no longer work if they breaking their API endpoint. %package -n python3-hole Summary: Python API for interacting with *hole. @@ -18,16 +32,40 @@ Provides: python-hole BuildRequires: python3-devel BuildRequires: python3-setuptools %description -n python3-hole -Python API for interacting with a *hole instance. +Python API for interacting with a xyz-hole instance. You know the thing that is +blocking Ads by manipulating your DNS requests and run on your single board +computer or on other hardware with different operating systems. +This module is consuming the details provided by the endpoint ``api.php`` only +for now. +If you wonder why the weird name and that the usage of xzy-hole instead of the +real name, please contact the trademark holder. They were unhappy with original +name of the module and came up with very funny ideas which were not feasible +or match the existing naming standards. Also, it should remind us that a +community is a vital part of every Open Source project. +This module is not supported or endorsed by that particular trademark holder. +The development happens independently, they are not providing resources and +the module may no longer work if they breaking their API endpoint. %package help Summary: Development documents and examples for hole Provides: python3-hole-doc %description help -Python API for interacting with a *hole instance. +Python API for interacting with a xyz-hole instance. You know the thing that is +blocking Ads by manipulating your DNS requests and run on your single board +computer or on other hardware with different operating systems. +This module is consuming the details provided by the endpoint ``api.php`` only +for now. +If you wonder why the weird name and that the usage of xzy-hole instead of the +real name, please contact the trademark holder. They were unhappy with original +name of the module and came up with very funny ideas which were not feasible +or match the existing naming standards. Also, it should remind us that a +community is a vital part of every Open Source project. +This module is not supported or endorsed by that particular trademark holder. +The development happens independently, they are not providing resources and +the module may no longer work if they breaking their API endpoint. %prep -%autosetup -n hole-0.5.1 +%autosetup -n hole-0.7.0 %build %py3_build @@ -67,5 +105,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog + +* Tue Aug 09 2022 liukuo - 0.7.0-1 +- Update version to 0.7.0 + * Wed Sep 01 2021 Python_Bot - 0.5.1-1 - Package Init