diff --git a/pycares-4.0.0.tar.gz b/pycares-4.0.0.tar.gz deleted file mode 100644 index e09ef729f3f0a3b72d4ed0757781dfa7794fc625..0000000000000000000000000000000000000000 Binary files a/pycares-4.0.0.tar.gz and /dev/null differ diff --git a/pycares-4.2.2.tar.gz b/pycares-4.2.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..564803891aeacfdd7ed87006b03c7701d4b2d2e9 Binary files /dev/null and b/pycares-4.2.2.tar.gz differ diff --git a/python-pycares.spec b/python-pycares.spec index 52536e4f3c95fa45adf0c5bc9950d90c64997590..ab5056f442e8dea1a97c9cf65daadd1c7f5601fa 100644 --- a/python-pycares.spec +++ b/python-pycares.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pycares -Version: 4.0.0 -Release: 2 +Version: 4.2.2 +Release: 1 Summary: Python interface for c-ares License: MIT URL: http://github.com/saghul/pycares -Source0: https://files.pythonhosted.org/packages/25/5a/ed8cc3340b7e83a5e572b5d27387a968a7e52b1e3c269442076ca902b7ba/pycares-4.0.0.tar.gz +Source0: https://files.pythonhosted.org/packages/ac/a3/21594384c2398420dd7f6e8656aeb5a2c15128ddf2b85ef5f4403342e18d/pycares-4.2.2.tar.gz Requires: python3-cffi Requires: python3-idna @@ -30,7 +30,7 @@ Provides: python3-pycares-doc Development documents and examples for pycares %prep -%autosetup -n pycares-4.0.0 +%autosetup -n pycares-%{version} %build %py3_build @@ -70,6 +70,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Oct 18 2022 wangjunqi - 4.2.2-1 +- Upgrade package to version 4.2.2 + * Wed Aug 04 2021 chenyanpanHW - 4.0.0-2 - DESC: delete BuildRequires gdb