Accepting request 965100 from devel:languages:python

- update to 0.20.35:
 * Document the ``path`` attribute for ``Repo``.
 * Add support for multivars in configuration.
 * Fix handling of escaped characters in ignore patterns.
 * Add ``dulwich.contrib.requests_vendor``. (epopcon)
 * Ensure git config is available in a linked working tree.

OBS-URL: https://build.opensuse.org/request/show/965100
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dulwich?expand=0&rev=47
This commit is contained in:
Dominique Leuenberger 2022-03-29 16:14:01 +00:00 committed by Git OBS Bridge
parent b1fccb2137
commit bcd4e1d06b
4 changed files with 14 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Mar 26 21:24:27 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.20.35:
* Document the ``path`` attribute for ``Repo``.
* Add support for multivars in configuration.
* Fix handling of escaped characters in ignore patterns.
* Add ``dulwich.contrib.requests_vendor``. (epopcon)
* Ensure git config is available in a linked working tree.
-------------------------------------------------------------------
Fri Feb 4 22:04:02 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.32
Version: 0.20.35
Release: 0
Summary: Pure-Python Git Library
License: Apache-2.0 OR GPL-2.0-or-later