From cab3bf0eae09ba226bd2feda4499406bac92a55b7fa3f1931d01d65ca2ef8040 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 29 Oct 2020 08:45:10 +0000 Subject: [PATCH] Accepting request 834874 from devel:languages:python - update to 0.20.6: * Add a ``RefsContainer.watch`` interface. * Fix pushing of new branches from porcelain.push. * Honor shallows when pushing from a shallow clone. * Fix porcelain.path_to_tree_path for Python 3.5. OBS-URL: https://build.opensuse.org/request/show/834874 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dulwich?expand=0&rev=33 --- dulwich-0.20.5.tar.gz | 3 --- dulwich-0.20.6.tar.gz | 3 +++ python-dulwich.changes | 9 +++++++++ python-dulwich.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 dulwich-0.20.5.tar.gz create mode 100644 dulwich-0.20.6.tar.gz diff --git a/dulwich-0.20.5.tar.gz b/dulwich-0.20.5.tar.gz deleted file mode 100644 index 469fe79..0000000 --- a/dulwich-0.20.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98484ede022da663c96b54bc8dcdb4407072cb50efd5d20d58ca4e7779931305 -size 384166 diff --git a/dulwich-0.20.6.tar.gz b/dulwich-0.20.6.tar.gz new file mode 100644 index 0000000..8dbb299 --- /dev/null +++ b/dulwich-0.20.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e593f514b8ac740b4ceeb047745b4719bfc9f334904245c6edcb3a9d002f577b +size 388660 diff --git a/python-dulwich.changes b/python-dulwich.changes index 4ffbe9a..704a19e 100644 --- a/python-dulwich.changes +++ b/python-dulwich.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Sep 16 11:03:45 UTC 2020 - Dirk Mueller + +- update to 0.20.6: + * Add a ``RefsContainer.watch`` interface. + * Fix pushing of new branches from porcelain.push. + * Honor shallows when pushing from a shallow clone. + * Fix porcelain.path_to_tree_path for Python 3.5. + ------------------------------------------------------------------- Fri Jul 10 12:24:52 UTC 2020 - Dirk Mueller diff --git a/python-dulwich.spec b/python-dulwich.spec index cfd88cb..a248c28 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.5 +Version: 0.20.6 Release: 0 Summary: Pure-Python Git Library License: GPL-2.0-or-later OR Apache-2.0