!6 Update package to version 4.4.0

From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2024-03-01 10:11:08 +00:00 committed by Gitee
commit efe8ba8903
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 3 deletions

Binary file not shown.

BIN
pycares-4.4.0.tar.gz Normal file

Binary file not shown.

View File

@ -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 <jiangxinyu@kylinos.cn> - 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 <wenzhiwei@kylinos.cn> - 4.3.0-1
- update to 4.3.0