From ae597c0eb48528d51da0049bd9d05579ba2ac1473e059b84971ba6019e63ab15 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 11 Jan 2022 20:17:08 +0000 Subject: [PATCH] Accepting request 945421 from devel:languages:python - update to 0.20.30: * Support staging submodules. * Drop deprecated Index.iterblobs and iter_fresh_blobs. * Unify clone behaviour of ``Repo.clone`` and ``porcelain.clone``, and add branch parameter for clone. * Fix hook test on Mac OSX / Linux when dulwich is not installed system-wide. * Cope with gecos being unset. * Allow adding files to repository in pre-commit hook. * Raise SubmoduleEncountered in ``tree_lookup_path``. OBS-URL: https://build.opensuse.org/request/show/945421 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dulwich?expand=0&rev=44 --- dulwich-0.20.26.tar.gz | 3 --- dulwich-0.20.30.tar.gz | 3 +++ python-dulwich.changes | 15 +++++++++++++++ python-dulwich.spec | 4 ++-- 4 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 dulwich-0.20.26.tar.gz create mode 100644 dulwich-0.20.30.tar.gz diff --git a/dulwich-0.20.26.tar.gz b/dulwich-0.20.26.tar.gz deleted file mode 100644 index e17978f..0000000 --- a/dulwich-0.20.26.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38aa50f859c8ea53071a049c3f1d5cc54f7dc60a4136a1ab631756a79f6582b5 -size 416070 diff --git a/dulwich-0.20.30.tar.gz b/dulwich-0.20.30.tar.gz new file mode 100644 index 0000000..01961f3 --- /dev/null +++ b/dulwich-0.20.30.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42c090a96bf617ba198611257b0333b07c37bce6975fb4c090b32e309c534e41 +size 417219 diff --git a/python-dulwich.changes b/python-dulwich.changes index 08565ce..ea4da87 100644 --- a/python-dulwich.changes +++ b/python-dulwich.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Jan 10 22:22:13 UTC 2022 - Dirk Müller + +- update to 0.20.30: + * Support staging submodules. + * Drop deprecated Index.iterblobs and iter_fresh_blobs. + * Unify clone behaviour of ``Repo.clone`` and + ``porcelain.clone``, and add branch parameter for + clone. + * Fix hook test on Mac OSX / Linux when dulwich is + not installed system-wide. + * Cope with gecos being unset. + * Allow adding files to repository in pre-commit hook. + * Raise SubmoduleEncountered in ``tree_lookup_path``. + ------------------------------------------------------------------- Sat Nov 13 20:25:50 UTC 2021 - Dirk Müller diff --git a/python-dulwich.spec b/python-dulwich.spec index 5f95842..8e8de44 100644 --- a/python-dulwich.spec +++ b/python-dulwich.spec @@ -1,7 +1,7 @@ # # spec file for package python-dulwich # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-dulwich -Version: 0.20.26 +Version: 0.20.30 Release: 0 Summary: Pure-Python Git Library License: Apache-2.0 OR GPL-2.0-or-later