diff --git a/dulwich-0.22.3.tar.gz b/dulwich-0.22.3.tar.gz deleted file mode 100644 index e7b7326cee0df7d27d20891035c784fe0f04f668..0000000000000000000000000000000000000000 Binary files a/dulwich-0.22.3.tar.gz and /dev/null differ diff --git a/dulwich-0.22.4.tar.gz b/dulwich-0.22.4.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..13c06c68b65ce11b633e1907e77b34aca3efe200 Binary files /dev/null and b/dulwich-0.22.4.tar.gz differ diff --git a/python-dulwich.spec b/python-dulwich.spec index 95709e6f425b2ae03f3fe01472cf07e764f1a40d..61ae800a5e20dc09df6fe29e1ce5765218d2e471 100644 --- a/python-dulwich.spec +++ b/python-dulwich.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-dulwich -Version: 0.22.3 +Version: 0.22.4 Release: 1 Summary: Python Git Library License: Apachev2 or GPLv2+ or GPLv2 URL: https://www.dulwich.io/ -Source0: https://files.pythonhosted.org/packages/da/47/c8bf38f8874829730775fbe5510b54087ff8529dbb9612bd144b76376ea7/dulwich-0.22.3.tar.gz +Source0: https://files.pythonhosted.org/packages/source/d/dulwich/dulwich-%{version}.tar.gz %description @@ -75,6 +75,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Nov 05 2024 zhangyulong - 0.22.4-1 +- Update package to version 0.22.4 + -Fix confusing "Possible areas for improvement"in docs + -GitClient.get_refs() doesnot return peeled refs anymore(git protocol v2) + -Publish Python 3.13 wheels + * Thu Oct 24 2024 dongqi - 0.22.3-1 - Update versionto 0.22.3 - Fix typing error from mypy