Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
005ade905d
!15 Update package to version 0.21.6
From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-10-27 09:36:34 +00:00
jxy_git
eec3495e92 Update package to version 0.21.6 2023-10-27 08:54:10 +08:00
openeuler-ci-bot
51864a9542
!14 Update package to version 0.21.5
From: @ccdxx 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-06-25 09:25:21 +00:00
chendexi
f76a6bc189 Update package to version 0.21.5 2023-06-25 15:47:09 +08:00
openeuler-ci-bot
867da1bbb7
!13 Update package to version 0.21.3
From: @wubijie123 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2023-02-25 01:19:16 +00:00
wubijie
e3b57521be Update package to version 0.21.3 2023-02-24 14:49:45 +08:00
openeuler-ci-bot
621240eeb3
!12 Update package to version 0.20.50
From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2022-11-24 08:30:28 +00:00
jxy_git
db93d11e5b Update package to version 0.20.50 2022-11-24 14:12:21 +08:00
openeuler-ci-bot
ba45576c75
!11 Upgrade package to version 0.20.46
From: @Gzx1999 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2022-09-24 07:15:02 +00:00
Gzx1999
c1cb68afa9 Upgrade package to version 0.20.46 2022-09-24 10:37:00 +08:00
3 changed files with 29 additions and 10 deletions

Binary file not shown.

BIN
dulwich-0.21.6.tar.gz Normal file

Binary file not shown.

39
python-dulwich.spec Executable file → Normal file
View File

@ -1,33 +1,37 @@
%global _empty_manifest_terminate_build 0
Name: python-dulwich
Version: 0.20.32
Version: 0.21.6
Release: 1
Summary: Python Git Library
License: Apachev2 or GPLv2+ or GPLv2
URL: https://www.dulwich.io/
#Source0: https://files.pythonhosted.org/packages/74/a8/6e7cba1c5a37169e7f79343b6ab4a1f58ba4b9ddcc1322e561f9b193f759/dulwich-0.20.20.tar.gz
Source0: %_sourcedir/dulwich-%{version}.tar.gz
%description
Python Git Library.
Source0: https://files.pythonhosted.org/packages/57/e0/1b5f95c2651284a5d4fdfb2cc5ecad57fb694084cce59d9d4acb7ac30ecf/dulwich-0.21.6.tar.gz
%description
This is the Dulwich project.
It aims to provide an interface to git repos (both local and remote) that
doesn't call out to git directly but instead uses pure Python.
%package -n python3-dulwich
Summary: Python Git Library
Provides: python-dulwich
Provides: python-dulwich = %{version}-%{release}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-cffi
BuildRequires: gcc
%description -n python3-dulwich
Python Git Library.
This is the Dulwich project.
It aims to provide an interface to git repos (both local and remote) that
doesn't call out to git directly but instead uses pure Python.
%package help
Summary: Development documents and examples for dulwich
Provides: python3-dulwich-doc
%description help
Python Git Library.
This is the Dulwich project.
It aims to provide an interface to git repos (both local and remote) that
doesn't call out to git directly but instead uses pure Python.
%prep
%autosetup -n dulwich-%{version}
@ -70,6 +74,21 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Thu Oct 26 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 0.21.6-1
- Update package to version 0.21.6
* Sun Jun 25 2023 chendexi <chendexi@kylinos.cn> - 0.21.5-1
- Update package to version 0.21.5
* Fri Feb 24 2023 wubijie <wubijie@kylinos.cn> - 0.21.3-1
- Update package to version 0.21.3
* Thu Nov 24 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 0.20.50-1
- Update package to version 0.20.50
* Sat Sep 24 2022 guozhengxin <guozhengxin@kylinos.cn> - 0.20.46-1
- Upgrade package to version 0.20.46
* Sun Jul 24 2022 liksh <liks11@chinaunicom.com.cn> - 0.20.32-1
- Upgrade to 0.20.32 for openstack yoga