1
0

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
This commit is contained in:
Dominique Leuenberger 2020-12-23 13:19:05 +00:00 committed by Git OBS Bridge
parent 12e897cc24
commit 8e94021294
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:0b142794fb72647673173b80ed8b75e1f56b42a0972c5b3c752d88766a659d53
size 389127

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Dec 20 09:26:43 UTC 2020 - Dirk Müller <dmueller@suse.com>
- 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 <code@bnavigator.de>

View File

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