!9 upgrade package for openstack yoga

From: @liksh 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-08-02 10:46:42 +00:00 committed by Gitee
commit 241e3407ef
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 8 additions and 4 deletions

Binary file not shown.

BIN
dulwich-0.20.32.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,12 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-dulwich Name: python-dulwich
Version: 0.20.20 Version: 0.20.32
Release: 2 Release: 1
Summary: Python Git Library Summary: Python Git Library
License: Apachev2 or GPLv2+ or GPLv2 License: Apachev2 or GPLv2+ or GPLv2
URL: https://www.dulwich.io/ URL: https://www.dulwich.io/
Source0: https://files.pythonhosted.org/packages/74/a8/6e7cba1c5a37169e7f79343b6ab4a1f58ba4b9ddcc1322e561f9b193f759/dulwich-0.20.20.tar.gz #Source0: https://files.pythonhosted.org/packages/74/a8/6e7cba1c5a37169e7f79343b6ab4a1f58ba4b9ddcc1322e561f9b193f759/dulwich-0.20.20.tar.gz
Source0: %_sourcedir/dulwich-%{version}.tar.gz
%description %description
Python Git Library. Python Git Library.
@ -29,7 +30,7 @@ Python Git Library.
%prep %prep
%autosetup -n dulwich-0.20.20 %autosetup -n dulwich-%{version}
%build %build
%py3_build %py3_build
@ -69,6 +70,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Sun Jul 24 2022 liksh <liks11@chinaunicom.com.cn> - 0.20.32-1
- Upgrade to 0.20.32 for openstack yoga
* Wed Aug 04 2021 chenyanpanHW <chenyanpan@huawei.com> - 0.20.20-2 * Wed Aug 04 2021 chenyanpanHW <chenyanpan@huawei.com> - 0.20.20-2
- DESC: delete BuildRequires gdb - DESC: delete BuildRequires gdb