From eb2a593fc725f2a3f4546a4c78fa1eecfaa5ca1ace6637e75c2904a415d27aab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20M=C3=BCller?= Date: Mon, 21 Nov 2022 18:07:11 +0000 Subject: [PATCH] Accepting request 1037168 from home:expeehaa:branches:devel:tools:scm MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to version 0.20.50. * Fix Repo.reset_index. Previously, it instead took the union with the given tree. (Christian Sattler, #1072) * Add -b argument to dulwich clone. (Jelmer Vernooij) * On Windows, provide a hint about developer mode when creating symlinks fails due to a permission error. (Jelmer Vernooij, #1005) * Add new ObjectID type in dulwich.objects, currently just an alias for bytes. (Jelmer Vernooij) * Support repository format version 1. (Jelmer Vernooij, #1056) * Support \r\n line endings with continuations when parsing configuration files. (Jelmer Vernooij) * Fix handling of SymrefLoop in RefsContainer.setitem. (Dominic Davis-Foster, Jelmer Vernooij) OBS-URL: https://build.opensuse.org/request/show/1037168 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/python-dulwich?expand=0&rev=18 --- dulwich-0.20.46.tar.gz | 3 --- dulwich-0.20.50.tar.gz | 3 +++ python-dulwich.changes | 12 ++++++++++++ python-dulwich.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 dulwich-0.20.46.tar.gz create mode 100644 dulwich-0.20.50.tar.gz diff --git a/dulwich-0.20.46.tar.gz b/dulwich-0.20.46.tar.gz deleted file mode 100644 index 3299d09..0000000 --- a/dulwich-0.20.46.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f0e88ffff5db1523d93d92f1525fe5fa161318ffbaad502c1b9b3be7a067172 -size 426530 diff --git a/dulwich-0.20.50.tar.gz b/dulwich-0.20.50.tar.gz new file mode 100644 index 0000000..9a279bd --- /dev/null +++ b/dulwich-0.20.50.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50a941796b2c675be39be728d540c16b5b7ce77eb9e1b3f855650ece6832d2be +size 430389 diff --git a/python-dulwich.changes b/python-dulwich.changes index a64915a..ea07318 100644 --- a/python-dulwich.changes +++ b/python-dulwich.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Nov 21 17:53:09 UTC 2022 - Lukas Müller + +- Update to version 0.20.50. + * Fix Repo.reset_index. Previously, it instead took the union with the given tree. (Christian Sattler, #1072) + * Add -b argument to dulwich clone. (Jelmer Vernooij) + * On Windows, provide a hint about developer mode when creating symlinks fails due to a permission error. (Jelmer Vernooij, #1005) + * Add new ObjectID type in dulwich.objects, currently just an alias for bytes. (Jelmer Vernooij) + * Support repository format version 1. (Jelmer Vernooij, #1056) + * Support \r\n line endings with continuations when parsing configuration files. (Jelmer Vernooij) + * Fix handling of SymrefLoop in RefsContainer.setitem. (Dominic Davis-Foster, Jelmer Vernooij) + ------------------------------------------------------------------- Mon Sep 12 20:10:46 UTC 2022 - Dirk Müller diff --git a/python-dulwich.spec b/python-dulwich.spec index d8d0d08..64ca5fd 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.20.46 +Version: 0.20.50 Release: 0 Summary: Pure-Python Git Library License: Apache-2.0 OR GPL-2.0-or-later