Accepting request 983774 from devel:tools:scm

- update to 2.0.43:
  * Lazily import url2pathname.
  * Drop caching of full HTTP response. Attempt #2.

OBS-URL: https://build.opensuse.org/request/show/983774
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dulwich?expand=0&rev=50
This commit is contained in:
Dominique Leuenberger 2022-06-20 13:37:06 +00:00 committed by Git OBS Bridge
commit 08501f7809
4 changed files with 11 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Jun 19 18:33:08 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 2.0.43:
* Lazily import url2pathname.
* Drop caching of full HTTP response. Attempt #2.
-------------------------------------------------------------------
Sun May 29 20:02:11 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.42
Version: 0.20.43
Release: 0
Summary: Pure-Python Git Library
License: Apache-2.0 OR GPL-2.0-or-later