1
0

Accepting request 834874 from devel:languages:python

- update to 0.20.6:
 * Add a ``RefsContainer.watch`` interface.
 * Fix pushing of new branches from porcelain.push.
 * Honor shallows when pushing from a shallow clone.
 * Fix porcelain.path_to_tree_path for Python 3.5.

OBS-URL: https://build.opensuse.org/request/show/834874
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dulwich?expand=0&rev=33
This commit is contained in:
Dominique Leuenberger 2020-10-29 08:45:10 +00:00 committed by Git OBS Bridge
parent b1a7755d94
commit cab3bf0eae
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:98484ede022da663c96b54bc8dcdb4407072cb50efd5d20d58ca4e7779931305
size 384166

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Sep 16 11:03:45 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 0.20.6:
* Add a ``RefsContainer.watch`` interface.
* Fix pushing of new branches from porcelain.push.
* Honor shallows when pushing from a shallow clone.
* Fix porcelain.path_to_tree_path for Python 3.5.
-------------------------------------------------------------------
Fri Jul 10 12:24:52 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.5
Version: 0.20.6
Release: 0
Summary: Pure-Python Git Library
License: GPL-2.0-or-later OR Apache-2.0