1
0

- update to 0.20.45:

* Add basic ``dulwich.porcelain.submodule_list`` and ``dulwich.porcelain.submodule_add``
 * Fix reading of chunks in server. (Jelmer Vernooij, #977)
 * Support applying of URL rewriting using ``insteadOf`` / ``pushInsteadOf``.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/python-dulwich?expand=0&rev=8
This commit is contained in:
Dirk Mueller 2022-07-25 20:59:30 +00:00 committed by Git OBS Bridge
parent 0b7cdbf84a
commit 950338bfc7
4 changed files with 12 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jul 25 20:57:16 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.20.45:
* Add basic ``dulwich.porcelain.submodule_list`` and ``dulwich.porcelain.submodule_add``
* Fix reading of chunks in server. (Jelmer Vernooij, #977)
* Support applying of URL rewriting using ``insteadOf`` / ``pushInsteadOf``.
-------------------------------------------------------------------
Sun Jun 19 18:33:08 UTC 2022 - 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.43
Version: 0.20.45
Release: 0
Summary: Pure-Python Git Library
License: Apache-2.0 OR GPL-2.0-or-later