Accepting request 1085443 from devel:tools:scm

OBS-URL: https://build.opensuse.org/request/show/1085443
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dulwich?expand=0&rev=60
This commit is contained in:
Dominique Leuenberger 2023-05-08 15:24:14 +00:00 committed by Git OBS Bridge
commit 3c6f5bfe91
4 changed files with 24 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon May 8 06:49:41 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
- add sle15_python_module_pythons
-------------------------------------------------------------------
Sun May 7 18:52:16 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.21.5:
* Be more tolerant to non-3-length tuple versions.
* Support ``core.symlinks=false``.
* Deprecate ``dulwich.objects.parse_commit``.
* Fix fetching into MemoryRepo.
* Support ``init.defaultBranch`` config.
* Fix ``ObjectStore.iterobjects_subset()`` when
hex shas are passed for objects that live in packs.
* client: Handle absolute path as redirect location in HTTP
client.
-------------------------------------------------------------------
Thu Feb 23 14:08:40 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -22,11 +22,10 @@
%bcond_with test
%endif
%{?sle15_python_module_pythons}
%define oldpython python
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-dulwich
Version: 0.21.3
Version: 0.21.5
Release: 0
Summary: Pure-Python Git Library
License: Apache-2.0 OR GPL-2.0-or-later