From 0609ac5b3e1949a151be5e9ce43f0608a4737dc172be4f61b678aa831f769444 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 23 Feb 2023 14:09:44 +0000 Subject: [PATCH] - update to 0.21.3: * Add support for ``worktreeconfig`` extension. * Deprecate ``Commit.extra``; the Git project specifically discourages adding custom lines, and the contents of ``Commit.extra`` are unpredictable as contents may be different between different versions of Dulwich with support for different headers. ``Commit._extra`` still exists. OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/python-dulwich?expand=0&rev=24 --- dulwich-0.21.2.tar.gz | 3 --- dulwich-0.21.3.tar.gz | 3 +++ python-dulwich.changes | 12 ++++++++++++ python-dulwich.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 dulwich-0.21.2.tar.gz create mode 100644 dulwich-0.21.3.tar.gz diff --git a/dulwich-0.21.2.tar.gz b/dulwich-0.21.2.tar.gz deleted file mode 100644 index 4d7af2b..0000000 --- a/dulwich-0.21.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d865ae7fd9497d64ce345a6784ff1775b01317fba9632ef9d2dfd7978f1b0d4f -size 436949 diff --git a/dulwich-0.21.3.tar.gz b/dulwich-0.21.3.tar.gz new file mode 100644 index 0000000..4b41b55 --- /dev/null +++ b/dulwich-0.21.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ca3b453d767eb83b3ec58f0cfcdc934875a341cdfdb0dc55c1431c96608cf83 +size 437815 diff --git a/python-dulwich.changes b/python-dulwich.changes index 1b26963..71c10b4 100644 --- a/python-dulwich.changes +++ b/python-dulwich.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Feb 23 14:08:40 UTC 2023 - Dirk Müller + +- update to 0.21.3: + * Add support for ``worktreeconfig`` extension. + * Deprecate ``Commit.extra``; the Git project specifically + discourages adding custom lines, and the contents of + ``Commit.extra`` are unpredictable as contents + may be different between different versions of Dulwich + with support for different headers. + ``Commit._extra`` still exists. + ------------------------------------------------------------------- Wed Feb 1 20:31:19 UTC 2023 - Lukas Müller diff --git a/python-dulwich.spec b/python-dulwich.spec index 0e9c39d..04af8f1 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.2 +Version: 0.21.3 Release: 0 Summary: Pure-Python Git Library License: Apache-2.0 OR GPL-2.0-or-later