diff --git a/dulwich-0.21.3.tar.gz b/dulwich-0.21.3.tar.gz deleted file mode 100644 index 4b41b55..0000000 --- a/dulwich-0.21.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ca3b453d767eb83b3ec58f0cfcdc934875a341cdfdb0dc55c1431c96608cf83 -size 437815 diff --git a/dulwich-0.21.5.tar.gz b/dulwich-0.21.5.tar.gz new file mode 100644 index 0000000..9f1bf5a --- /dev/null +++ b/dulwich-0.21.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70955e4e249ddda6e34a4636b90f74e931e558f993b17c52570fa6144b993103 +size 441948 diff --git a/python-dulwich.changes b/python-dulwich.changes index 71c10b4..8a97303 100644 --- a/python-dulwich.changes +++ b/python-dulwich.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun May 7 18:52:16 UTC 2023 - Dirk Müller + +- update to 0.21.5: + * Be more tolerant to non-3-length tuple versions. + * Support ``core.symlinks=false``. + * Deprecate ``dulwich.objects.parse_commit``. + * Fix fetching into MemoryRepo. + * Support ``init.defaultBranch`` config. + * Fix ``ObjectStore.iterobjects_subset()`` when + hex shas are passed for objects that live in packs. + * client: Handle absolute path as redirect location in HTTP + client. + ------------------------------------------------------------------- Thu Feb 23 14:08:40 UTC 2023 - Dirk Müller diff --git a/python-dulwich.spec b/python-dulwich.spec index 04af8f1..296958f 100644 --- a/python-dulwich.spec +++ b/python-dulwich.spec @@ -26,7 +26,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-dulwich -Version: 0.21.3 +Version: 0.21.5 Release: 0 Summary: Pure-Python Git Library License: Apache-2.0 OR GPL-2.0-or-later