From e6a5140fcf296d83ab9cc53746ed9b046d5a41b671d6807e016e1fcce6ece7b3 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sun, 8 Mar 2020 21:21:29 +0000 Subject: [PATCH] Accepting request 780380 from devel:languages:python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - update to 0.19.15: * Properly handle files that are just executable for the current user. (Jelmer Vernooij, #734) * Fix handling of stored encoding in ``dulwich.porcelain.get_object_by_path`` on Python 3. (Jelmer Vernooij) * Support the include_trees and rename_detector arguments at the same time when diffing trees. (Jelmer Vernooij) * Strip superfluous <> around email. (monnerat) * Stop checking for ref validity client-side. Users can still call check_wants manually. (Jelmer Vernooij) * Switch over to Google-style docstrings. * Add a ``dulwich.porcelain.active_branch`` function. * Cleanup new directory if clone fails. (Jelmer Vernooij, #733) * Expand "~" in global exclude path. (Jelmer Vernooij) OBS-URL: https://build.opensuse.org/request/show/780380 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dulwich?expand=0&rev=29 --- dulwich-0.19.13.tar.gz | 3 --- dulwich-0.19.15.tar.gz | 3 +++ python-dulwich.changes | 20 ++++++++++++++++++++ python-dulwich.spec | 4 ++-- 4 files changed, 25 insertions(+), 5 deletions(-) delete mode 100644 dulwich-0.19.13.tar.gz create mode 100644 dulwich-0.19.15.tar.gz diff --git a/dulwich-0.19.13.tar.gz b/dulwich-0.19.13.tar.gz deleted file mode 100644 index 5ce13b4..0000000 --- a/dulwich-0.19.13.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa628449c5f594a9a282f4d9e5993fef65481ef5e3b9b6c52ff31200f8f5dc95 -size 368609 diff --git a/dulwich-0.19.15.tar.gz b/dulwich-0.19.15.tar.gz new file mode 100644 index 0000000..351a5ad --- /dev/null +++ b/dulwich-0.19.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:805a9b1932dc28b91f359f529c2e46b7623aec3ab719c96d3f2fc63d0d8d8411 +size 369491 diff --git a/python-dulwich.changes b/python-dulwich.changes index bbaae59..e3d8a4a 100644 --- a/python-dulwich.changes +++ b/python-dulwich.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Feb 28 21:30:20 UTC 2020 - Dirk Mueller + +- update to 0.19.15: + * Properly handle files that are just executable for the + current user. (Jelmer Vernooij, #734) + * Fix handling of stored encoding in + ``dulwich.porcelain.get_object_by_path`` on Python 3. + (Jelmer Vernooij) + * Support the include_trees and rename_detector arguments + at the same time when diffing trees. + (Jelmer Vernooij) + * Strip superfluous <> around email. (monnerat) + * Stop checking for ref validity client-side. Users can + still call check_wants manually. (Jelmer Vernooij) + * Switch over to Google-style docstrings. + * Add a ``dulwich.porcelain.active_branch`` function. + * Cleanup new directory if clone fails. (Jelmer Vernooij, #733) + * Expand "~" in global exclude path. (Jelmer Vernooij) + ------------------------------------------------------------------- Fri Sep 13 08:37:00 UTC 2019 - Tomáš Chvátal diff --git a/python-dulwich.spec b/python-dulwich.spec index 643e145..d8edaa3 100644 --- a/python-dulwich.spec +++ b/python-dulwich.spec @@ -1,7 +1,7 @@ # # spec file for package python-dulwich # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define oldpython python %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-dulwich -Version: 0.19.13 +Version: 0.19.15 Release: 0 Summary: Pure-Python Git Library License: GPL-2.0-or-later OR Apache-2.0