diff --git a/dulwich-0.21.7.tar.gz b/dulwich-0.21.7.tar.gz deleted file mode 100644 index 2b46a7a8e919d006948d19c240d71697bb8778eb..0000000000000000000000000000000000000000 Binary files a/dulwich-0.21.7.tar.gz and /dev/null differ diff --git a/dulwich-0.22.1.tar.gz b/dulwich-0.22.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..97d7a90c69766519e52091853cc1c7ce0bad6cc2 Binary files /dev/null and b/dulwich-0.22.1.tar.gz differ diff --git a/python-dulwich.spec b/python-dulwich.spec index 8479bfbb5b08fea47bd8b822a84d11d06be9f800..31c3a504c75fc29c4505e024dda7093d6054bc69 100644 --- a/python-dulwich.spec +++ b/python-dulwich.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-dulwich -Version: 0.21.7 +Version: 0.22.1 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.7.tar.gz +Source0: %{pypi_source dulwich} %description @@ -18,6 +18,7 @@ Summary: Python Git Library Provides: python-dulwich = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: python3-setuptools-rust BuildRequires: python3-cffi BuildRequires: gcc %description -n python3-dulwich @@ -74,6 +75,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Aug 15 2024 Ge Wang - 0.22.1-1 +- Update package to version 0.22.1 + * Sun Apr 07 2024 GuoCe - 0.21.7-1 - Update package to version 0.21.7 - Support credentials in proxy URL and fix some issues.