1
0

Accepting request 1037168 from home:expeehaa:branches:devel:tools:scm

- Update to version 0.20.50.
  * Fix Repo.reset_index. Previously, it instead took the union with the given tree. (Christian Sattler, #1072)
  * Add -b argument to dulwich clone. (Jelmer Vernooij)
  * On Windows, provide a hint about developer mode when creating symlinks fails due to a permission error. (Jelmer Vernooij, #1005)
  * Add new ObjectID type in dulwich.objects, currently just an alias for bytes. (Jelmer Vernooij)
  * Support repository format version 1. (Jelmer Vernooij, #1056)
  * Support \r\n line endings with continuations when parsing configuration files. (Jelmer Vernooij)
  * Fix handling of SymrefLoop in RefsContainer.setitem. (Dominic Davis-Foster, Jelmer Vernooij)

OBS-URL: https://build.opensuse.org/request/show/1037168
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/python-dulwich?expand=0&rev=18
This commit is contained in:
Lukas Müller 2022-11-21 18:07:11 +00:00 committed by Git OBS Bridge
parent 11c1041f45
commit eb2a593fc7
4 changed files with 16 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Nov 21 17:53:09 UTC 2022 - Lukas Müller <expeehaa@outlook.com>
- Update to version 0.20.50.
* Fix Repo.reset_index. Previously, it instead took the union with the given tree. (Christian Sattler, #1072)
* Add -b argument to dulwich clone. (Jelmer Vernooij)
* On Windows, provide a hint about developer mode when creating symlinks fails due to a permission error. (Jelmer Vernooij, #1005)
* Add new ObjectID type in dulwich.objects, currently just an alias for bytes. (Jelmer Vernooij)
* Support repository format version 1. (Jelmer Vernooij, #1056)
* Support \r\n line endings with continuations when parsing configuration files. (Jelmer Vernooij)
* Fix handling of SymrefLoop in RefsContainer.setitem. (Dominic Davis-Foster, Jelmer Vernooij)
-------------------------------------------------------------------
Mon Sep 12 20:10:46 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@ -26,7 +26,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-dulwich
Version: 0.20.46
Version: 0.20.50
Release: 0
Summary: Pure-Python Git Library
License: Apache-2.0 OR GPL-2.0-or-later