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.9.0.tar.gz b/pycares-4.9.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..71d2e4217e0f1241ea0d65e11a8911e40b7f59f7 Binary files /dev/null and b/pycares-4.9.0.tar.gz differ diff --git a/python-pycares.spec b/python-pycares.spec index 52536e4f3c95fa45adf0c5bc9950d90c64997590..3e326ffc9cb341f2a5fd4906f6f34ce210cd6bfc 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.9.0 +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: %{pypi_source pycares} 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 @@ -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,22 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Jun 19 2025 yaoxin <1024769339@qq.com> - 4.9.0-1 +- Update to 4.9.0 for fix CVE-2025-48945 + +* Fri Mar 21 2025 Ge Wang - 4.5.0-1 +- Update package to version 4.5.0 + +* 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 + +* 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 diff --git a/python-pycares.yaml b/python-pycares.yaml new file mode 100644 index 0000000000000000000000000000000000000000..17b30341852457b8530fe0d5562f4f6440ca2c42 --- /dev/null +++ b/python-pycares.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: saghul/pycares +tag_prefix: ^v +separator: .