Accepting request 931288 from devel:languages:python

- update to 0.20.26:
 * Support os.PathLike arguments to Repo.stage()
 * Drop support for Python 3.5
 * Add ``dulwich.porcelain._reset_file``
 * Add ``Repo.unstage``

OBS-URL: https://build.opensuse.org/request/show/931288
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dulwich?expand=0&rev=43
This commit is contained in:
Dominique Leuenberger 2021-11-15 14:26:21 +00:00 committed by Git OBS Bridge
parent b58118e695
commit efb0791935
4 changed files with 13 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Nov 13 20:25:50 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 0.20.26:
* Support os.PathLike arguments to Repo.stage()
* Drop support for Python 3.5
* Add ``dulwich.porcelain._reset_file``
* Add ``Repo.unstage``
-------------------------------------------------------------------
Sat Oct 16 19:05:48 UTC 2021 - Dirk Müller <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.25
Version: 0.20.26
Release: 0
Summary: Pure-Python Git Library
License: Apache-2.0 OR GPL-2.0-or-later