Compare commits

..

No commits in common. "005ade905d5ea6cf3206b698376b84932d1b44f3" and "241e3407ef8df78135c72d6cf9b8be90d32cdce4" have entirely different histories.

3 changed files with 10 additions and 29 deletions

BIN
dulwich-0.20.32.tar.gz Normal file

Binary file not shown.

Binary file not shown.

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

@ -1,37 +1,33 @@
%global _empty_manifest_terminate_build 0
Name: python-dulwich
Version: 0.21.6
Version: 0.20.32
Release: 1
Summary: Python Git Library
License: Apachev2 or GPLv2+ or GPLv2
URL: https://www.dulwich.io/
Source0: https://files.pythonhosted.org/packages/57/e0/1b5f95c2651284a5d4fdfb2cc5ecad57fb694084cce59d9d4acb7ac30ecf/dulwich-0.21.6.tar.gz
#Source0: https://files.pythonhosted.org/packages/74/a8/6e7cba1c5a37169e7f79343b6ab4a1f58ba4b9ddcc1322e561f9b193f759/dulwich-0.20.20.tar.gz
Source0: %_sourcedir/dulwich-%{version}.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.
Python Git Library.
%package -n python3-dulwich
Summary: Python Git Library
Provides: python-dulwich = %{version}-%{release}
Provides: python-dulwich
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-cffi
BuildRequires: gcc
%description -n python3-dulwich
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.
Python Git Library.
%package help
Summary: Development documents and examples for dulwich
Provides: python3-dulwich-doc
%description help
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.
Python Git Library.
%prep
%autosetup -n dulwich-%{version}
@ -74,21 +70,6 @@ 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