From 5ac8aa9ef46a677835d1b52429ab7c2e9f74d61ec56c14dec1dfb25e39e6809b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20M=C3=BCller?= Date: Thu, 19 Jan 2023 13:54:30 +0000 Subject: [PATCH] Accepting request 1059604 from home:expeehaa:branches:devel:tools:scm - Update to version 0.21.2. * Fix early file close bug in dulwich.pack.extend_pack. (@jelmer) - Update to version 0.21.1. * Factor out dulwich.pack.extend_pack. (@jelmer) - Update to version 0.21.0. * Pack internals have been significantly refactored, including significant low-level API changes. As a consequence of this, Dulwich now reuses pack deltas when communicating with remote servers, which brings a big boost to network performance. (@jelmer) * Add 'pack-refs' command. (@danchr) * Handle more errors when trying to read a ref (@danchr) * Allow for reuse of existing deltas while creating pack files (@stspdotname) * cli: fix argument parsing for pack-objects --stdout (@stspdotname) * cli: open pack-objects output files in binary mode to avoid write() error (@stspdotname) * Bump minimum python version to 3.7. (@jelmer) * honor no_proxy environment variable (#1098, @afaul) * In HTTP Git Client, allow missing Content-Type. (@jelmer) * Fix --pure builds (@jelmer, #1093) * Allow passing abbrev to describe (#1084, @nanonyme) OBS-URL: https://build.opensuse.org/request/show/1059604 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/python-dulwich?expand=0&rev=20 --- dulwich-0.20.50.tar.gz | 3 --- dulwich-0.21.2.tar.gz | 3 +++ python-dulwich.changes | 22 ++++++++++++++++++++++ python-dulwich.spec | 4 ++-- 4 files changed, 27 insertions(+), 5 deletions(-) delete mode 100644 dulwich-0.20.50.tar.gz create mode 100644 dulwich-0.21.2.tar.gz diff --git a/dulwich-0.20.50.tar.gz b/dulwich-0.20.50.tar.gz deleted file mode 100644 index 9a279bd..0000000 --- a/dulwich-0.20.50.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50a941796b2c675be39be728d540c16b5b7ce77eb9e1b3f855650ece6832d2be -size 430389 diff --git a/dulwich-0.21.2.tar.gz b/dulwich-0.21.2.tar.gz new file mode 100644 index 0000000..4d7af2b --- /dev/null +++ b/dulwich-0.21.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d865ae7fd9497d64ce345a6784ff1775b01317fba9632ef9d2dfd7978f1b0d4f +size 436949 diff --git a/python-dulwich.changes b/python-dulwich.changes index ea07318..ca07d9f 100644 --- a/python-dulwich.changes +++ b/python-dulwich.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Thu Jan 19 12:02:56 UTC 2023 - Lukas Müller + +- Update to version 0.21.2. + * Fix early file close bug in dulwich.pack.extend_pack. (@jelmer) +- Update to version 0.21.1. + * Factor out dulwich.pack.extend_pack. (@jelmer) +- Update to version 0.21.0. + * Pack internals have been significantly refactored, including significant low-level API changes. + As a consequence of this, Dulwich now reuses pack deltas when + communicating with remote servers, which brings a big boost to network performance. (@jelmer) + * Add 'pack-refs' command. (@danchr) + * Handle more errors when trying to read a ref (@danchr) + * Allow for reuse of existing deltas while creating pack files (@stspdotname) + * cli: fix argument parsing for pack-objects --stdout (@stspdotname) + * cli: open pack-objects output files in binary mode to avoid write() error (@stspdotname) + * Bump minimum python version to 3.7. (@jelmer) + * honor no_proxy environment variable (#1098, @afaul) + * In HTTP Git Client, allow missing Content-Type. (@jelmer) + * Fix --pure builds (@jelmer, #1093) + * Allow passing abbrev to describe (#1084, @nanonyme) + ------------------------------------------------------------------- Mon Nov 21 17:53:09 UTC 2022 - Lukas Müller diff --git a/python-dulwich.spec b/python-dulwich.spec index 64ca5fd..a0c2779 100644 --- a/python-dulwich.spec +++ b/python-dulwich.spec @@ -1,7 +1,7 @@ # # spec file for package python-dulwich # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-dulwich -Version: 0.20.50 +Version: 0.21.2 Release: 0 Summary: Pure-Python Git Library License: Apache-2.0 OR GPL-2.0-or-later