diff --git a/pycares-4.3.0.tar.gz b/pycares-4.3.0.tar.gz deleted file mode 100644 index de2c115..0000000 Binary files a/pycares-4.3.0.tar.gz and /dev/null differ diff --git a/pycares-4.4.0.tar.gz b/pycares-4.4.0.tar.gz new file mode 100644 index 0000000..891af04 Binary files /dev/null and b/pycares-4.4.0.tar.gz differ diff --git a/python-pycares.spec b/python-pycares.spec index 6fc09be..7844ea3 100644 --- a/python-pycares.spec +++ b/python-pycares.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pycares -Version: 4.3.0 +Version: 4.4.0 Release: 1 Summary: Python interface for c-ares License: MIT URL: http://github.com/saghul/pycares -Source0: https://files.pythonhosted.org/packages/01/50/e3015e6e03a3cf64113f509e8b86b71af37169b59ccedfcb182f3d031329/pycares-4.3.0.tar.gz +Source0: https://files.pythonhosted.org/packages/1b/8f/daf60bbc06f4a3cd1cfb0ab807057151287df6f5c78f2e0d298acc9193ac/pycares-4.4.0.tar.gz Requires: python3-cffi Requires: python3-idna @@ -15,7 +15,7 @@ pycares is a Python module which provides an interface to c-ares.c-ares is a C l %package -n python3-pycares Summary: Python interface for c-ares -Provides: python-pycares +Provides: python-pycares = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-cffi @@ -70,6 +70,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Mar 01 2024 jiangxinyu - 4.4.0-1 +- Update package to version 4.4.0 + Bump GitHub Actions versions and fix warnings in the process + * Thu Dec 15 2022 wenzhiwei - 4.3.0-1 - update to 4.3.0