diff --git a/dulwich-0.24.1.tar.gz b/dulwich-0.24.1.tar.gz deleted file mode 100644 index c4a8de11cc732395828bd382e3a44ab5505bc331..0000000000000000000000000000000000000000 Binary files a/dulwich-0.24.1.tar.gz and /dev/null differ diff --git a/dulwich-0.24.2.tar.gz b/dulwich-0.24.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..553d8a2d8993e09e6bd5bd34abf294c49882eeaa Binary files /dev/null and b/dulwich-0.24.2.tar.gz differ diff --git a/python-dulwich.spec b/python-dulwich.spec index df82d208405139831fb71a40e8cc0df9826ab9ba..079c034472c8481c36ec06f6cb036e8279ca9659 100644 --- a/python-dulwich.spec +++ b/python-dulwich.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-dulwich -Version: 0.24.1 +Version: 0.24.2 Release: 1 Summary: Python Git Library License: Apachev2 or GPLv2+ or GPLv2 @@ -75,6 +75,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Oct 09 2025 lifeifei - 0.24.2-1 +- update package to 0.24.2 + Fix merge functionality to gracefully handle missing optional merge3 dependency + Fix worktree CLI tests to properly change to repository directory. + Add filter server support. + * Thu Aug 14 2025 zhang_wenyu - 0.24.1-1 - Update package to version 0.24.1 - Require ``typing_extensions`` on Python 3.10.