From eae3e3bf006106ef82388227997502bac2711c67aedf3300e448235b99957056 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 13 Nov 2020 17:53:46 +0000 Subject: [PATCH] Accepting request 847411 from devel:languages:python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - update to 0.20.11: * Fix wheels build on Linux. (Ruslan Kuprieiev) * Enable wheels build for Python 3.9 on Linux. (Jelmer Vernooij) * Check core.repositoryformatversion. (Jelmer Vernooij, #803) * Fix ACK/NACK handling in archive command handling in dulwich.client. OBS-URL: https://build.opensuse.org/request/show/847411 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dulwich?expand=0&rev=34 --- dulwich-0.20.11.tar.gz | 3 +++ dulwich-0.20.6.tar.gz | 3 --- python-dulwich.changes | 9 +++++++++ python-dulwich.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) create mode 100644 dulwich-0.20.11.tar.gz delete mode 100644 dulwich-0.20.6.tar.gz diff --git a/dulwich-0.20.11.tar.gz b/dulwich-0.20.11.tar.gz new file mode 100644 index 0000000..d539094 --- /dev/null +++ b/dulwich-0.20.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b142794fb72647673173b80ed8b75e1f56b42a0972c5b3c752d88766a659d53 +size 389127 diff --git a/dulwich-0.20.6.tar.gz b/dulwich-0.20.6.tar.gz deleted file mode 100644 index 8dbb299..0000000 --- a/dulwich-0.20.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e593f514b8ac740b4ceeb047745b4719bfc9f334904245c6edcb3a9d002f577b -size 388660 diff --git a/python-dulwich.changes b/python-dulwich.changes index 704a19e..70e4463 100644 --- a/python-dulwich.changes +++ b/python-dulwich.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Nov 10 07:49:41 UTC 2020 - Dirk Mueller + +- update to 0.20.11: + * Fix wheels build on Linux. (Ruslan Kuprieiev) + * Enable wheels build for Python 3.9 on Linux. (Jelmer Vernooij) + * Check core.repositoryformatversion. (Jelmer Vernooij, #803) + * Fix ACK/NACK handling in archive command handling in dulwich.client. + ------------------------------------------------------------------- Wed Sep 16 11:03:45 UTC 2020 - Dirk Mueller diff --git a/python-dulwich.spec b/python-dulwich.spec index a248c28..c37d8dd 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.6 +Version: 0.20.11 Release: 0 Summary: Pure-Python Git Library License: GPL-2.0-or-later OR Apache-2.0 @@ -47,7 +47,7 @@ Recommends: python-fastimport Recommends: python-gpg Recommends: python-gevent Recommends: python-geventhttpclient -Obsoletes: %{oldpython}-dulwich-doc +Obsoletes: %{oldpython}-dulwich-doc < 0.20.5 %python_subpackages %description