Accepting request 847411 from devel:languages:python

- 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
This commit is contained in:
Dominique Leuenberger 2020-11-13 17:53:46 +00:00 committed by Git OBS Bridge
parent cab3bf0eae
commit eae3e3bf00
4 changed files with 14 additions and 5 deletions

3
dulwich-0.20.11.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0b142794fb72647673173b80ed8b75e1f56b42a0972c5b3c752d88766a659d53
size 389127

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e593f514b8ac740b4ceeb047745b4719bfc9f334904245c6edcb3a9d002f577b
size 388660

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Nov 10 07:49:41 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

@ -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