Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package sshuttle for openSUSE:Factory checked in at 2022-12-04 14:58:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sshuttle (Old) and /work/SRC/openSUSE:Factory/.sshuttle.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sshuttle" Sun Dec 4 14:58:37 2022 rev:15 rq:1039877 version:1.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/sshuttle/sshuttle.changes 2022-05-12 23:01:08.732860056 +0200 +++ /work/SRC/openSUSE:Factory/.sshuttle.new.1835/sshuttle.changes 2022-12-04 14:59:06.896533179 +0100 @@ -1,0 +2,19 @@ +Sat Dec 3 20:54:03 UTC 2022 - Dirk Müller <dmuel...@suse.com> + +- update to 1.1.1: + * Make --sudoers option work properly, fix regression in v1.1.0 + * Clarify --disable-ipv6 in man page. + * Improve message when bind fails with a IPv6 address + * Add tests for host name resolution + * Allows wildcard host names as subnets + * Fix typo + * Remove --sudoers, improve --sudoers-no-modify + * avoid moving/renaming the hosts file - fix docker container issue + * fixed some spelling mistakes + * Fix incorrect permissions for /etc/hosts + * This test broke in Python3.11 + * all elements are strings + * Replace setuptools_scm with bump2version +- drop fix-shebang.patch (obsolete) + +------------------------------------------------------------------- Old: ---- fix-shebang.patch sshuttle-1.1.0.tar.gz New: ---- sshuttle-1.1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sshuttle.spec ++++++ --- /var/tmp/diff_new_pack.lu1XxW/_old 2022-12-04 14:59:07.392536036 +0100 +++ /var/tmp/diff_new_pack.lu1XxW/_new 2022-12-04 14:59:07.396536060 +0100 @@ -22,7 +22,7 @@ %define _fillupdir %{_localstatedir}/adm/fillup-templates %endif Name: sshuttle -Version: 1.1.0 +Version: 1.1.1 Release: 0 Summary: VPN over an SSH tunnel License: LGPL-2.1-only @@ -32,7 +32,6 @@ Source1: %{name}.service Source2: sysconfig.%{name} Patch0: fix-pytest.patch -Patch1: fix-shebang.patch BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: python3-pytest @@ -61,7 +60,6 @@ %prep %setup -q %patch0 -%patch1 -p1 %build %if (0%{?suse_version} >= 1320 || 0%{?suse_version} == 1310) @@ -115,7 +113,6 @@ %files %{python3_sitelib}/%{name}* %{_bindir}/%{name} -%{_bindir}/sudoers-add %if (0%{?suse_version} >= 1320 || 0%{?suse_version} == 1310) %{_mandir}/man1/%{name}.1%{?ext_man} %endif ++++++ fix-pytest.patch ++++++ --- /var/tmp/diff_new_pack.lu1XxW/_old 2022-12-04 14:59:07.428536244 +0100 +++ /var/tmp/diff_new_pack.lu1XxW/_new 2022-12-04 14:59:07.432536267 +0100 @@ -1,8 +1,10 @@ ---- setup.cfg.orig 2020-06-23 14:41:24.448582416 +0200 -+++ setup.cfg 2020-06-23 14:41:36.048613731 +0200 -@@ -13,9 +13,6 @@ - show-source = true +Index: setup.cfg +=================================================================== +--- setup.cfg.orig ++++ setup.cfg +@@ -21,9 +21,6 @@ show-source = true statistics = true + max-line-length = 128 -[tool:pytest] -addopts = --cov=sshuttle --cov-branch --cov-report=term-missing ++++++ sshuttle-1.1.0.tar.gz -> sshuttle-1.1.1.tar.gz ++++++ ++++ 2009 lines of diff (skipped)