Update package to version 4.4.0
This commit is contained in:
parent
cec6ed37e7
commit
01de0f02c4
Binary file not shown.
BIN
pycares-4.4.0.tar.gz
Normal file
BIN
pycares-4.4.0.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-pycares
|
Name: python-pycares
|
||||||
Version: 4.3.0
|
Version: 4.4.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Python interface for c-ares
|
Summary: Python interface for c-ares
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://github.com/saghul/pycares
|
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-cffi
|
||||||
Requires: python3-idna
|
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
|
%package -n python3-pycares
|
||||||
Summary: Python interface for c-ares
|
Summary: Python interface for c-ares
|
||||||
Provides: python-pycares
|
Provides: python-pycares = %{version}-%{release}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-cffi
|
BuildRequires: python3-cffi
|
||||||
@ -70,6 +70,10 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Dec 15 2022 wenzhiwei <wenzhiwei@kylinos.cn> - 4.3.0-1
|
||||||
- update to 4.3.0
|
- update to 4.3.0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user