diff --git a/dulwich-0.20.20.tar.gz b/dulwich-0.20.20.tar.gz deleted file mode 100644 index 5318d3eda6332cbc80c67ce65c6fe4fee07858c6..0000000000000000000000000000000000000000 Binary files a/dulwich-0.20.20.tar.gz and /dev/null differ diff --git a/dulwich-0.20.32.tar.gz b/dulwich-0.20.32.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..0339e7de4c497cbbfc4a89cc2050e549d7ce4235 Binary files /dev/null and b/dulwich-0.20.32.tar.gz differ diff --git a/python-dulwich.spec b/python-dulwich.spec index b2e0c7b42f2517c67ae8f1cb1b10cfd93e4990cc..d406a24c3516c989a9f6e7ba99bcd8c8988a6fb1 100755 --- a/python-dulwich.spec +++ b/python-dulwich.spec @@ -1,11 +1,12 @@ %global _empty_manifest_terminate_build 0 Name: python-dulwich -Version: 0.20.20 -Release: 2 +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/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 Python Git Library. @@ -29,7 +30,7 @@ Python Git Library. %prep -%autosetup -n dulwich-0.20.20 +%autosetup -n dulwich-%{version} %build %py3_build @@ -69,6 +70,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sun Jul 24 2022 liksh - 0.20.32-1 +- Upgrade to 0.20.32 for openstack yoga + * Wed Aug 04 2021 chenyanpanHW - 0.20.20-2 - DESC: delete BuildRequires gdb