forked from pool/python-dulwich
Accepting request 813452 from devel:languages:python
- update to 0.20.2: * Brown bag release to fix uploads of Windows wheels. * Publish binary wheels for: Windows, Linux, Mac OS X. (Jelmer Vernooij, #711, #710, #629) * Drop support for Python 2. (Jelmer Vernooij) * Only return files from the loose store that look like git objects. * Ignore agent= capability if sent by client. * Don't break when encountering block devices. * Decode URL paths in HttpGitClient using utf-8 rather than file system * Fix pushing from a shallow clone. * Don't send "deepen None" to server if graph walker supports shallow. (Jelmer Vernooij, #747) * Support tweaking the compression level for loose objects through the "core.looseCompression" and "core.compression" settings. (Jelmer Vernooij) * Support tweaking the compression level for pack objects through the "core.packCompression" and "core.compression" settings. (Jelmer Vernooij) * Add a "dulwich.contrib.diffstat" module. (Kevin Hendricks) OBS-URL: https://build.opensuse.org/request/show/813452 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dulwich?expand=0&rev=31
This commit is contained in:
parent
b418ba6f23
commit
86900298ea
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:805a9b1932dc28b91f359f529c2e46b7623aec3ab719c96d3f2fc63d0d8d8411
|
||||
size 369491
|
3
dulwich-0.20.2.tar.gz
Normal file
3
dulwich-0.20.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:273fa401e11c215ed81a4a0c8474ed06aeae31900974fdd4a87af5df0e458115
|
||||
size 376073
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 8 19:22:41 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- update to 0.20.2:
|
||||
* Brown bag release to fix uploads of Windows wheels.
|
||||
* Publish binary wheels for: Windows, Linux, Mac OS X.
|
||||
(Jelmer Vernooij, #711, #710, #629)
|
||||
* Drop support for Python 2. (Jelmer Vernooij)
|
||||
* Only return files from the loose store that look like git objects.
|
||||
* Ignore agent= capability if sent by client.
|
||||
* Don't break when encountering block devices.
|
||||
* Decode URL paths in HttpGitClient using utf-8 rather than file system
|
||||
* Fix pushing from a shallow clone.
|
||||
* Don't send "deepen None" to server if graph walker
|
||||
supports shallow. (Jelmer Vernooij, #747)
|
||||
* Support tweaking the compression level for
|
||||
loose objects through the "core.looseCompression" and
|
||||
"core.compression" settings. (Jelmer Vernooij)
|
||||
* Support tweaking the compression level for
|
||||
pack objects through the "core.packCompression" and
|
||||
"core.compression" settings. (Jelmer Vernooij)
|
||||
* Add a "dulwich.contrib.diffstat" module.
|
||||
(Kevin Hendricks)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 31 08:43:48 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
@ -18,8 +18,9 @@
|
||||
|
||||
%define oldpython python
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-dulwich
|
||||
Version: 0.19.15
|
||||
Version: 0.20.2
|
||||
Release: 0
|
||||
Summary: Pure-Python Git Library
|
||||
License: GPL-2.0-or-later OR Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user