Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-dulwich for openSUSE:Factory checked in at 2022-09-15 22:57:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-dulwich (Old) and /work/SRC/openSUSE:Factory/.python-dulwich.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dulwich" Thu Sep 15 22:57:34 2022 rev:55 rq:1003048 version:0.20.46 Changes: -------- --- /work/SRC/openSUSE:Factory/python-dulwich/python-dulwich.changes 2022-09-08 14:21:33.098373815 +0200 +++ /work/SRC/openSUSE:Factory/.python-dulwich.new.2083/python-dulwich.changes 2022-09-15 22:57:34.184940853 +0200 @@ -1,0 +2,31 @@ +Mon Sep 12 20:10:46 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- update to 0.20.46: + * Apply insteadOf to rsync-style location strings + * Drop use of certifi, instead relying on urllib3's default + code to find system CAs. + * Implement timezone parsing in porcelain. + * Drop support for running without setuptools. + * Ensure configuration is loaded when + running "dulwich clone". + * Build 32 bit wheels for Windows. + * tests: Ignore errors when deleting GNUPG + home directory. Fixes spurious errors racing + gnupg-agent. Thanks, Mat??j Cepl. Fixes #1000 + * config: Support closing brackets in quotes in section + names. (Jelmer Vernoo??, #10124) + * Various and formatting fixes. (Kian-Meng Ang) + * Document basic authentication in dulwich.porcelain.clone. + * Flush before calling fsync, ensuring buffers + are filled. (wernha) + * Support GPG commit signing. (springheeledjack0) + * Add python 3.11 support. (Saugat Pachhai) + * Allow missing GPG during tests. (Jakub Kul??k) + * status: return posix-style untracked paths instead of nt-style paths on + win32 (Daniele Trifir??) + * Honour PATH environment when running C Git for testing. + * Split out exception for symbolic reference loops. + * Move various long-deprecated methods. +- drop rmtree-ignore-errors.patch (upstream) + +------------------------------------------------------------------- Old: ---- dulwich-0.20.45.tar.gz rmtree-ignore-errors.patch New: ---- dulwich-0.20.46.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-dulwich.spec ++++++ --- /var/tmp/diff_new_pack.iEfBfl/_old 2022-09-15 22:57:34.872942796 +0200 +++ /var/tmp/diff_new_pack.iEfBfl/_new 2022-09-15 22:57:34.876942806 +0200 @@ -26,23 +26,19 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-dulwich -Version: 0.20.45 +Version: 0.20.46 Release: 0 Summary: Pure-Python Git Library License: Apache-2.0 OR GPL-2.0-or-later Group: Development/Languages/Python URL: https://www.dulwich.io Source0: https://files.pythonhosted.org/packages/source/d/dulwich/dulwich-%{version}.tar.gz -# PATCH-FIX-UPSTREAM rmtree-ignore-errors.patch gh#jelmer/dulwich#1000 mc...@suse.com -# shutil.rmtree should be more callous -Patch0: rmtree-ignore-errors.patch BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools >= 17.1} BuildRequires: fdupes BuildRequires: python-rpm-macros %if %{with test} BuildRequires: %{python_module Sphinx} -BuildRequires: %{python_module certifi} BuildRequires: %{python_module fastimport} BuildRequires: %{python_module geventhttpclient} BuildRequires: %{python_module gevent} @@ -52,7 +48,6 @@ BuildRequires: python-mock %endif %endif -Requires: python-certifi Requires: python-urllib3 >= 1.24.1 Requires(post): update-alternatives Requires(preun):update-alternatives ++++++ dulwich-0.20.45.tar.gz -> dulwich-0.20.46.tar.gz ++++++ ++++ 2327 lines of diff (skipped)