diff --git a/pycurl-7.45.4.tar.gz b/pycurl-7.45.4.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e0f34407e55c73e31644eb07fa1c452da2e9fee8 Binary files /dev/null and b/pycurl-7.45.4.tar.gz differ diff --git a/python-pycurl.spec b/python-pycurl.spec index 6943b3b79f1a5d7fa56884ee118c41a16b5243ba..242bcd4869c3408d6898f13443d7f115d81daed2 100644 --- a/python-pycurl.spec +++ b/python-pycurl.spec @@ -1,14 +1,14 @@ -%define anolis_release 4 +%define anolis_release 1 %global modname pycurl Name: python-%{modname} -Version: 7.45.2 +Version: 7.45.4 Release: %{anolis_release}%{?dist} Summary: A Python interface to libcurl License: LGPLv2+ or MIT URL: http://pycurl.io/ -Source0: https://files.pythonhosted.org/packages/a8/af/24d3acfa76b867dbd8f1166853c18eefc890fc5da03a48672b38ea77ddae/pycurl-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/p/pycurl/pycurl-7.45.4.tar.gz # drop link-time vs. run-time TLS backend check (#1446850) Patch1: 0001-python-pycurl-7.45.1-tls-backend.patch @@ -47,6 +47,7 @@ BuildRequires: python3-flaky BuildRequires: python3-pytest %global pytest pytest BuildRequires: python3-setuptools +BuildRequires: libcurl-full Requires: libcurl >= %{libcurl_ver} %description -n python3-%{modname} @@ -94,6 +95,10 @@ rm -fvr tests/__pycache__ %{python3_sitearch}/%{modname}-%{version}-*.egg-info %changelog +* Mon Nov 17 2025 wenyuzifang - 7.45.4-1 +- Updated to version 7.45.4 to fix xxxxxx + + * Tue Mar 26 2024 Liwei Ge - 7.45.2-4 - rebuild with python3.11