!4 Update package

From: @Wangjunqi123 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2022-10-27 02:42:10 +00:00 committed by Gitee
commit 8179a8b743
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
pycares-4.2.2.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-pycares Name: python-pycares
Version: 4.0.0 Version: 4.2.2
Release: 2 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/25/5a/ed8cc3340b7e83a5e572b5d27387a968a7e52b1e3c269442076ca902b7ba/pycares-4.0.0.tar.gz Source0: https://files.pythonhosted.org/packages/ac/a3/21594384c2398420dd7f6e8656aeb5a2c15128ddf2b85ef5f4403342e18d/pycares-4.2.2.tar.gz
Requires: python3-cffi Requires: python3-cffi
Requires: python3-idna Requires: python3-idna
@ -30,7 +30,7 @@ Provides: python3-pycares-doc
Development documents and examples for pycares Development documents and examples for pycares
%prep %prep
%autosetup -n pycares-4.0.0 %autosetup -n pycares-%{version}
%build %build
%py3_build %py3_build
@ -70,6 +70,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Tue Oct 18 2022 wangjunqi <wangjunqi@kylinos.cn> - 4.2.2-1
- Upgrade package to version 4.2.2
* Wed Aug 04 2021 chenyanpanHW <chenyanpan@huawei.com> - 4.0.0-2 * Wed Aug 04 2021 chenyanpanHW <chenyanpan@huawei.com> - 4.0.0-2
- DESC: delete BuildRequires gdb - DESC: delete BuildRequires gdb