1
0

Accepting request 894165 from devel:languages:python

- update to 0.20.21:
 * Add basic support for a GcsObjectStore that stores
   pack files in gcs.
 * In porcelain.push, default to local active branch.
 * Support fetching symrefs.

OBS-URL: https://build.opensuse.org/request/show/894165
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dulwich?expand=0&rev=39
This commit is contained in:
Dominique Leuenberger 2021-05-20 17:23:26 +00:00 committed by Git OBS Bridge
parent 1baad96a5e
commit f0524bfac3
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:426959b9705fadcc6c820e5adf3291d71a48aba0afccf7411422e3308f115f87
size 397197

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue May 18 21:55:33 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 0.20.21:
* Add basic support for a GcsObjectStore that stores
pack files in gcs.
* In porcelain.push, default to local active branch.
* Support fetching symrefs.
-------------------------------------------------------------------
Thu Apr 22 20:19:33 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.20
Version: 0.20.21
Release: 0
Summary: Pure-Python Git Library
License: Apache-2.0 OR GPL-2.0-or-later