From f0524bfac3992dcb11e0447e46f2d6bef263aca3e4389bfceb4a875d589af946 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 20 May 2021 17:23:26 +0000 Subject: [PATCH] Accepting request 894165 from devel:languages:python - update to 0.20.21: * Add basic support for a GcsObjectStore that stores pack files in gcs. * In porcelain.push, default to local active branch. * Support fetching symrefs. OBS-URL: https://build.opensuse.org/request/show/894165 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dulwich?expand=0&rev=39 --- dulwich-0.20.20.tar.gz | 3 --- dulwich-0.20.21.tar.gz | 3 +++ python-dulwich.changes | 9 +++++++++ python-dulwich.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 dulwich-0.20.20.tar.gz create mode 100644 dulwich-0.20.21.tar.gz diff --git a/dulwich-0.20.20.tar.gz b/dulwich-0.20.20.tar.gz deleted file mode 100644 index 3f738bd..0000000 --- a/dulwich-0.20.20.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:426959b9705fadcc6c820e5adf3291d71a48aba0afccf7411422e3308f115f87 -size 397197 diff --git a/dulwich-0.20.21.tar.gz b/dulwich-0.20.21.tar.gz new file mode 100644 index 0000000..18b5567 --- /dev/null +++ b/dulwich-0.20.21.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac764c9a9b80fa61afe3404d5270c5060aa57f7f087b11a95395d3b76f3b71fd +size 399232 diff --git a/python-dulwich.changes b/python-dulwich.changes index 9337ed9..a0fe514 100644 --- a/python-dulwich.changes +++ b/python-dulwich.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue May 18 21:55:33 UTC 2021 - Dirk Müller + +- update to 0.20.21: + * Add basic support for a GcsObjectStore that stores + pack files in gcs. + * In porcelain.push, default to local active branch. + * Support fetching symrefs. + ------------------------------------------------------------------- Thu Apr 22 20:19:33 UTC 2021 - Dirk Müller diff --git a/python-dulwich.spec b/python-dulwich.spec index a06f9cb..3b4f20f 100644 --- a/python-dulwich.spec +++ b/python-dulwich.spec @@ -20,7 +20,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-dulwich -Version: 0.20.20 +Version: 0.20.21 Release: 0 Summary: Pure-Python Git Library License: Apache-2.0 OR GPL-2.0-or-later