From 8e94021294545d43f2381e2e4fc53a0be01205879f937d70c82a0df0c9ce9f58 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 23 Dec 2020 13:19:05 +0000 Subject: [PATCH] Accepting request 857110 from devel:languages:python - update to 0.20.14: * Fix some stash functions on Python 3. * Fix handling of relative paths in alternates files on Python 3. * Add py.typed to allow type checking. * Add tests demonstrating a bug in the walker code. OBS-URL: https://build.opensuse.org/request/show/857110 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dulwich?expand=0&rev=36 --- dulwich-0.20.11.tar.gz | 3 --- dulwich-0.20.14.tar.gz | 3 +++ python-dulwich.changes | 9 +++++++++ python-dulwich.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 dulwich-0.20.11.tar.gz create mode 100644 dulwich-0.20.14.tar.gz diff --git a/dulwich-0.20.11.tar.gz b/dulwich-0.20.11.tar.gz deleted file mode 100644 index d539094..0000000 --- a/dulwich-0.20.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b142794fb72647673173b80ed8b75e1f56b42a0972c5b3c752d88766a659d53 -size 389127 diff --git a/dulwich-0.20.14.tar.gz b/dulwich-0.20.14.tar.gz new file mode 100644 index 0000000..62db524 --- /dev/null +++ b/dulwich-0.20.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21d6ee82708f7c67ce3fdcaf1f1407e524f7f4f7411a410a972faa2176baec0d +size 389825 diff --git a/python-dulwich.changes b/python-dulwich.changes index b350b2e..a9b5182 100644 --- a/python-dulwich.changes +++ b/python-dulwich.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Dec 20 09:26:43 UTC 2020 - Dirk Müller + +- update to 0.20.14: + * Fix some stash functions on Python 3. + * Fix handling of relative paths in alternates files on Python 3. + * Add py.typed to allow type checking. + * Add tests demonstrating a bug in the walker code. + ------------------------------------------------------------------- Mon Dec 14 00:50:05 UTC 2020 - Benjamin Greiner diff --git a/python-dulwich.spec b/python-dulwich.spec index 8aec337..e0dd95c 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.11 +Version: 0.20.14 Release: 0 Summary: Pure-Python Git Library License: GPL-2.0-or-later OR Apache-2.0