From 86900298ea43846d80745a1c43cd5c0b9d8ea0a1562be1b8c07307c6534ed3d1 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sun, 21 Jun 2020 16:49:43 +0000 Subject: [PATCH] Accepting request 813452 from devel:languages:python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- dulwich-0.19.15.tar.gz | 3 --- dulwich-0.20.2.tar.gz | 3 +++ python-dulwich.changes | 24 ++++++++++++++++++++++++ python-dulwich.spec | 3 ++- 4 files changed, 29 insertions(+), 4 deletions(-) delete mode 100644 dulwich-0.19.15.tar.gz create mode 100644 dulwich-0.20.2.tar.gz diff --git a/dulwich-0.19.15.tar.gz b/dulwich-0.19.15.tar.gz deleted file mode 100644 index 351a5ad..0000000 --- a/dulwich-0.19.15.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:805a9b1932dc28b91f359f529c2e46b7623aec3ab719c96d3f2fc63d0d8d8411 -size 369491 diff --git a/dulwich-0.20.2.tar.gz b/dulwich-0.20.2.tar.gz new file mode 100644 index 0000000..f743d3d --- /dev/null +++ b/dulwich-0.20.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:273fa401e11c215ed81a4a0c8474ed06aeae31900974fdd4a87af5df0e458115 +size 376073 diff --git a/python-dulwich.changes b/python-dulwich.changes index 9afa480..b40e5ec 100644 --- a/python-dulwich.changes +++ b/python-dulwich.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Mon Jun 8 19:22:41 UTC 2020 - Dirk Mueller + +- 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 diff --git a/python-dulwich.spec b/python-dulwich.spec index 7529d82..bb22657 100644 --- a/python-dulwich.spec +++ b/python-dulwich.spec @@ -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