From ea86e7831a434ed599c53c29878d66b0dda3ce26ee6adba9ebd1dde5fc445dd7 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 7 May 2023 18:52:38 +0000 Subject: [PATCH 1/2] - 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. OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/python-dulwich?expand=0&rev=26 --- dulwich-0.21.3.tar.gz | 3 --- dulwich-0.21.5.tar.gz | 3 +++ python-dulwich.changes | 14 ++++++++++++++ python-dulwich.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 dulwich-0.21.3.tar.gz create mode 100644 dulwich-0.21.5.tar.gz 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 From 941835098c716268b31965d140041be216d5898daf2d85401df8b0f40430e854 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 8 May 2023 08:19:15 +0000 Subject: [PATCH 2/2] Accepting request 1085414 from home:ojkastl_buildservice:Branch_systemsmanagement_ansible add sle15_python_module_pythons OBS-URL: https://build.opensuse.org/request/show/1085414 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/python-dulwich?expand=0&rev=27 --- python-dulwich.changes | 5 +++++ python-dulwich.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-dulwich.changes b/python-dulwich.changes index 8a97303..7519cbe 100644 --- a/python-dulwich.changes +++ b/python-dulwich.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 8 06:49:41 UTC 2023 - Johannes Kastl + +- add sle15_python_module_pythons + ------------------------------------------------------------------- Sun May 7 18:52:16 UTC 2023 - Dirk Müller diff --git a/python-dulwich.spec b/python-dulwich.spec index 296958f..30aefca 100644 --- a/python-dulwich.spec +++ b/python-dulwich.spec @@ -22,9 +22,8 @@ %bcond_with test %endif +%{?sle15_python_module_pythons} %define oldpython python -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 Name: python-dulwich Version: 0.21.5 Release: 0