forked from pool/python-dulwich
Accepting request 1131298 from devel:tools:scm
- update to 0.21.7: * Fix NameError when encountering errors during HTTP operation. * Raise exception when default identity can't be found. * Add a dedicated exception class for unresolved deltas. * Support credentials in proxy URL. (Jelmer Vernooij, #1227) * Add ``dulwich.porcelain.for_each_ref``. (Daniele Trifirò) OBS-URL: https://build.opensuse.org/request/show/1131298 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dulwich?expand=0&rev=62
This commit is contained in:
commit
d3a2e0ff93
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:30fbe87e8b51f3813c131e2841c86d007434d160bd16db586b40d47f31dd05b0
|
||||
size 445545
|
3
dulwich-0.21.7.tar.gz
Normal file
3
dulwich-0.21.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a9e9c66833cea580c3ac12927e4b9711985d76afca98da971405d414de60e968
|
||||
size 448028
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 6 09:36:03 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.21.7:
|
||||
* Fix NameError when encountering errors during HTTP operation.
|
||||
* Raise exception when default identity can't be found.
|
||||
* Add a dedicated exception class for unresolved
|
||||
deltas.
|
||||
* Support credentials in proxy URL. (Jelmer Vernooij, #1227)
|
||||
* Add ``dulwich.porcelain.for_each_ref``. (Daniele Trifirò)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 18 20:10:52 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
%{?sle15_python_module_pythons}
|
||||
%define oldpython python
|
||||
Name: python-dulwich
|
||||
Version: 0.21.6
|
||||
Version: 0.21.7
|
||||
Release: 0
|
||||
Summary: Pure-Python Git Library
|
||||
License: Apache-2.0 OR GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user