commit sshuttle for openSUSE:Factory

2020-11-10 Thread root
Hello community,

here is the log from the commit of package sshuttle for openSUSE:Factory 
checked in at 2020-11-10 13:39:55

Comparing /work/SRC/openSUSE:Factory/sshuttle (Old)
 and  /work/SRC/openSUSE:Factory/.sshuttle.new.11331 (New)


Package is "sshuttle"

Tue Nov 10 13:39:55 2020 rev:7 rq:845613 version:1.0.4

Changes:

--- /work/SRC/openSUSE:Factory/sshuttle/sshuttle.changes2020-08-10 
15:04:20.860201627 +0200
+++ /work/SRC/openSUSE:Factory/.sshuttle.new.11331/sshuttle.changes 
2020-11-10 13:45:11.619789171 +0100
@@ -1,0 +2,13 @@
+Wed Oct 28 10:07:54 UTC 2020 - Michael Ströder 
+
+- Update to 1.0.4:
+  * Allow Mux() flush/fill to work with python < 3.5
+  * Fix parse_hostport to always return string for host.
+  * Require -r/--remote parameter.
+  * Add missing package in OpenWRT documentation.
+  * Fix doc about --listen option.
+  * README: add Ubuntu.
+  * Increase IP4 ttl to 63 hops instead of 42.
+  * Fix formatting in installation.rst
+
+---

Old:

  sshuttle-1.0.3.tar.gz

New:

  sshuttle-1.0.4.tar.gz



Other differences:
--
++ sshuttle.spec ++
--- /var/tmp/diff_new_pack.ugW2p3/_old  2020-11-10 13:45:13.083786262 +0100
+++ /var/tmp/diff_new_pack.ugW2p3/_new  2020-11-10 13:45:13.087786254 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   sshuttle
-Version:1.0.3
+Version:1.0.4
 Release:0
 Summary:VPN over an SSH tunnel
 License:LGPL-2.1-only

++ sshuttle-1.0.3.tar.gz -> sshuttle-1.0.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sshuttle-1.0.3/CHANGES.rst 
new/sshuttle-1.0.4/CHANGES.rst
--- old/sshuttle-1.0.3/CHANGES.rst  2020-07-12 11:09:09.0 +0200
+++ new/sshuttle-1.0.4/CHANGES.rst  2020-08-24 00:00:36.0 +0200
@@ -9,6 +9,21 @@
 .. _`Semantic Versioning`: http://semver.org/
 
 
+1.0.3 - 2020-08-24
+--
+
+Fixed
+~
+* Allow Mux() flush/fill to work with python < 3.5
+* Fix parse_hostport to always return string for host.
+* Require -r/--remote parameter.
+* Add missing package in OpenWRT documentation.
+* Fix doc about --listen option.
+* README: add Ubuntu.
+* Increase IP4 ttl to 63 hops instead of 42.
+* Fix formatting in installation.rst
+
+
 1.0.3 - 2020-07-12
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sshuttle-1.0.3/PKG-INFO new/sshuttle-1.0.4/PKG-INFO
--- old/sshuttle-1.0.3/PKG-INFO 2020-07-12 11:10:36.0 +0200
+++ new/sshuttle-1.0.4/PKG-INFO 2020-08-24 00:06:45.025690600 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: sshuttle
-Version: 1.0.3
+Version: 1.0.4
 Summary: Full-featured" VPN over an SSH tunnel
 Home-page: https://github.com/sshuttle/sshuttle
 Author: Brian May
@@ -38,6 +38,10 @@
 Obtaining sshuttle
 --
 
+- Ubuntu 16.04 or later::
+
+  apt-get install sshuttle
+
 - Debian stretch or later::
 
   apt-get install sshuttle
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sshuttle-1.0.3/README.rst 
new/sshuttle-1.0.4/README.rst
--- old/sshuttle-1.0.3/README.rst   2020-06-05 00:18:27.0 +0200
+++ new/sshuttle-1.0.4/README.rst   2020-08-13 00:01:33.0 +0200
@@ -30,6 +30,10 @@
 Obtaining sshuttle
 --
 
+- Ubuntu 16.04 or later::
+
+  apt-get install sshuttle
+
 - Debian stretch or later::
 
   apt-get install sshuttle
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sshuttle-1.0.3/docs/installation.rst 
new/sshuttle-1.0.4/docs/installation.rst
--- old/sshuttle-1.0.3/docs/installation.rst2019-12-12 22:16:46.0 
+0100
+++ new/sshuttle-1.0.4/docs/installation.rst2020-08-13 00:01:33.0 
+0200
@@ -6,7 +6,8 @@
   pip install sshuttle
 
 - Debain package manager::
-   sudo apt install sshuttle
+
+  sudo apt install sshuttle
 
 - Clone::
 
@@ -18,5 +19,6 @@
 Optionally after installation
 -
 
-- Add to sudoers file
-   sshuttle --sudoers
+- Add to sudoers file::
+
+  sshuttle --sudoers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sshuttle-1.0.3/docs/manpage.rst 
new/sshuttle-1.0.4/docs/manpage.rst
--- old/sshuttle-1.0.3/docs/manpage.rst 2020-06-17 23:33:19.0 +0200
+++ new/sshuttle-1.0.4/docs/manpage.rst 2020-08-13 00:01:33.0 +0200
@@ -65,7 +65,8 @@
 :program:`sshuttle`, e.g. ``--listen localhost``.
 
 For the tproxy and pf methods this can be 

commit sshuttle for openSUSE:Factory

2020-08-10 Thread root
Hello community,

here is the log from the commit of package sshuttle for openSUSE:Factory 
checked in at 2020-08-10 15:03:35

Comparing /work/SRC/openSUSE:Factory/sshuttle (Old)
 and  /work/SRC/openSUSE:Factory/.sshuttle.new.3399 (New)


Package is "sshuttle"

Mon Aug 10 15:03:35 2020 rev:6 rq:825272 version:1.0.3

Changes:

--- /work/SRC/openSUSE:Factory/sshuttle/sshuttle.changes2020-06-25 
15:08:58.969657994 +0200
+++ /work/SRC/openSUSE:Factory/.sshuttle.new.3399/sshuttle.changes  
2020-08-10 15:04:20.860201627 +0200
@@ -1,0 +2,10 @@
+Tue Jul 28 23:21:09 UTC 2020 - Martin Rey 
+
+- Update to 1.0.3:
+  * Fixed:
+- Ask setuptools to require Python 3.5 and above.
+- Add missing import.
+- Fix formatting typos in usage docs
+- Add fix-shebang.patch to fix env-script-interpreter rpmlint error
+
+---

Old:

  sshuttle-1.0.2.tar.gz

New:

  fix-shebang.patch
  sshuttle-1.0.3.tar.gz



Other differences:
--
++ sshuttle.spec ++
--- /var/tmp/diff_new_pack.i4qdt4/_old  2020-08-10 15:04:22.796202649 +0200
+++ /var/tmp/diff_new_pack.i4qdt4/_new  2020-08-10 15:04:22.800202651 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   sshuttle
-Version:1.0.2
+Version:1.0.3
 Release:0
 Summary:VPN over an SSH tunnel
 License:LGPL-2.1-only
@@ -25,6 +25,7 @@
 URL:https://github.com/sshuttle/sshuttle
 Source0:
https://files.pythonhosted.org/packages/source/s/sshuttle/sshuttle-%{version}.tar.gz
 Patch0: fix-pytest.patch
+Patch1: fix-shebang.patch
 BuildRequires:  python3-mock
 BuildRequires:  python3-pytest-runner
 BuildRequires:  python3-setuptools
@@ -53,6 +54,7 @@
 %prep
 %setup -q -n sshuttle-%{version}
 %patch0
+%patch1 -p1
 
 %build
 %if (0%{?suse_version} >= 1320 || 0%{?suse_version} == 1310)

++ fix-shebang.patch ++
---
 bin/sudoers-add |2 +-
 run |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Index: sshuttle-1.0.3/bin/sudoers-add
===
--- sshuttle-1.0.3.orig/bin/sudoers-add 2019-12-12 22:16:46.0 +0100
+++ sshuttle-1.0.3/bin/sudoers-add  2020-07-29 01:11:17.238524565 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/usr/bin/bash
 # William Mantly 
 # MIT License
 # https://github.com/wmantly/sudoers-add
Index: sshuttle-1.0.3/run
===
--- sshuttle-1.0.3.orig/run 2020-05-28 23:45:10.0 +0200
+++ sshuttle-1.0.3/run  2020-07-29 01:11:02.334557774 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env sh
+#!/usr/bin/sh
 set -e
 export PYTHONPATH="$(dirname $0):$PYTHONPATH"
 export PATH="$(dirname $0)/bin:$PATH"
++ sshuttle-1.0.2.tar.gz -> sshuttle-1.0.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sshuttle-1.0.2/CHANGES.rst 
new/sshuttle-1.0.3/CHANGES.rst
--- old/sshuttle-1.0.2/CHANGES.rst  2020-06-17 23:44:57.0 +0200
+++ new/sshuttle-1.0.3/CHANGES.rst  2020-07-12 11:09:09.0 +0200
@@ -9,6 +9,16 @@
 .. _`Semantic Versioning`: http://semver.org/
 
 
+1.0.3 - 2020-07-12
+--
+
+Fixed
+~
+* Ask setuptools to require Python 3.5 and above.
+* Add missing import.
+* Fix formatting typos in usage docs
+
+
 1.0.2 - 2020-06-18
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sshuttle-1.0.2/PKG-INFO new/sshuttle-1.0.3/PKG-INFO
--- old/sshuttle-1.0.2/PKG-INFO 2020-06-17 23:47:15.0 +0200
+++ new/sshuttle-1.0.3/PKG-INFO 2020-07-12 11:10:36.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: sshuttle
-Version: 1.0.2
+Version: 1.0.3
 Summary: Full-featured" VPN over an SSH tunnel
 Home-page: https://github.com/sshuttle/sshuttle
 Author: Brian May
@@ -122,4 +122,5 @@
 Classifier: Programming Language :: Python :: 3.7
 Classifier: Programming Language :: Python :: 3.8
 Classifier: Topic :: System :: Networking
+Requires-Python: >=3.5
 Description-Content-Type: text/x-rst
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sshuttle-1.0.2/docs/usage.rst 
new/sshuttle-1.0.3/docs/usage.rst
--- old/sshuttle-1.0.2/docs/usage.rst   2020-05-14 23:24:37.0 +0200
+++ new/sshuttle-1.0.3/docs/usage.rst   2020-07-12 11:06:37.0 +0200
@@ -21,7 +21,7 @@
   sshuttle -r username@sshserver 0/0
 
 
-- For 'My VPN broke and need a temporary solution FAST to access local IPv4 
addresses': 
+- For 'My VPN broke and need a temporary solution FAST to access local IPv4 
addresses'::
 
   sshuttle --dns -NHr username@sshserver 10.0.0.0/8 

commit sshuttle for openSUSE:Factory

2020-06-25 Thread root
Hello community,

here is the log from the commit of package sshuttle for openSUSE:Factory 
checked in at 2020-06-25 15:07:50

Comparing /work/SRC/openSUSE:Factory/sshuttle (Old)
 and  /work/SRC/openSUSE:Factory/.sshuttle.new.3060 (New)


Package is "sshuttle"

Thu Jun 25 15:07:50 2020 rev:5 rq:816894 version:1.0.2

Changes:

--- /work/SRC/openSUSE:Factory/sshuttle/sshuttle.changes2019-04-28 
20:11:37.582486605 +0200
+++ /work/SRC/openSUSE:Factory/.sshuttle.new.3060/sshuttle.changes  
2020-06-25 15:08:58.969657994 +0200
@@ -1,0 +2,37 @@
+Tue Jun 23 12:44:32 UTC 2020 - Paolo Stivanin 
+
+- Update to 1.0.2:
+  + Added:
+* Python 3.8 support.
+* sshpass support.
+* Auto sudoers file (#269).
+* option for latency control buffer size.
+  + Removed:
+* Python 2.6 support.
+* Python 2.7 support.
+  + Fixed:
+* Leave use of default port to ssh command.
+* Remove unwanted references to Python 2.7 in docs.
+* Replace usage of deprecated imp.
+* Fix connection with @ sign in username.
+* Remove debug message for getpeername failure.
+* Fix crash triggered by port scans closing socket.
+* Added "Running as a service" to docs.
+* Systemd integration.
+* Trap UnicodeError to handle cases where hostnames returned by DNS are 
invalid.
+* Formatting error in CHANGES.rst
+* Various errors in documentation.
+* Nftables based method.
+* Make hostwatch locale-independent (#379).
+* Add tproxy udp port mark filter that was missed in #144, fixes #367.
+* Capturing of local DNS servers.
+* Crashing on ECONNABORTED.
+* Size of pf_rule, which grew in OpenBSD 6.4.
+* Use prompt for sudo, not needed for doas.
+* Arch linux installation instructions.
+* tests for existing PR-312 (#337).
+* Hyphen in hostname.
+* Assembler import (#319)
+  - add fix-pytest.patch
+
+---

Old:

  sshuttle-0.78.4.tar.gz

New:

  fix-pytest.patch
  sshuttle-1.0.2.tar.gz



Other differences:
--
++ sshuttle.spec ++
--- /var/tmp/diff_new_pack.Xr77am/_old  2020-06-25 15:09:00.209661885 +0200
+++ /var/tmp/diff_new_pack.Xr77am/_new  2020-06-25 15:09:00.213661897 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sshuttle
 #
-# 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
@@ -16,26 +16,25 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   sshuttle
-Version:0.78.4
+Version:1.0.2
 Release:0
 Summary:VPN over an SSH tunnel
 License:LGPL-2.1-only
 Group:  Development/Languages/Python
 URL:https://github.com/sshuttle/sshuttle
 Source0:
https://files.pythonhosted.org/packages/source/s/sshuttle/sshuttle-%{version}.tar.gz
-BuildRequires:  %{python_module mock}
-BuildRequires:  %{python_module pytest-runner}
-BuildRequires:  %{python_module setuptools}
-Requires:   python3-setuptools
+Patch0: fix-pytest.patch
+BuildRequires:  python3-mock
+BuildRequires:  python3-pytest-runner
+BuildRequires:  python3-setuptools
+BuildArch:  noarch
 %if (0%{?suse_version} >= 1320 || 0%{?suse_version} == 1310)
 BuildRequires:  python3-Sphinx
 %endif
 %if 0%{?suse_version} >= 1550
-BuildRequires:  %{python_module setuptools_scm}
+BuildRequires:  python3-setuptools_scm
 %endif
-BuildArch:  noarch
 
 %description
 Transparent proxy server that works as a poor man's VPN. Forwards over ssh.
@@ -53,6 +52,7 @@
 
 %prep
 %setup -q -n sshuttle-%{version}
+%patch0
 
 %build
 %if (0%{?suse_version} >= 1320 || 0%{?suse_version} == 1310)
@@ -60,7 +60,7 @@
 cd docs/;
 sed -i '/_scm/d' conf.py
 sed -ri 's/(version = )get_version.*/\1 "%{version}"/g' conf.py
-make %{?_smp_mflags} man
+%make_build man
 )
 %endif
 %python3_build
@@ -74,11 +74,12 @@
 %endif
 
 %check
-pytest
+%pytest
 
 %files
 %{python3_sitelib}/sshuttle*
 %{_bindir}/sshuttle
+%{_bindir}/sudoers-add
 %if (0%{?suse_version} >= 1320 || 0%{?suse_version} == 1310)
 %{_mandir}/man1/sshuttle.1%{?ext_man}
 %endif

++ fix-pytest.patch ++
--- 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
 statistics = true
 
-[tool:pytest]
-addopts = --cov=sshuttle --cov-branch --cov-report=term-missing
-
 [egg_info]
 tag_build = 
 tag_date = 0
++ sshuttle-0.78.4.tar.gz -> sshuttle-1.0.2.tar.gz ++
 5789 lines of diff (skipped)




commit sshuttle for openSUSE:Factory

2019-04-28 Thread root
Hello community,

here is the log from the commit of package sshuttle for openSUSE:Factory 
checked in at 2019-04-28 20:11:16

Comparing /work/SRC/openSUSE:Factory/sshuttle (Old)
 and  /work/SRC/openSUSE:Factory/.sshuttle.new.5536 (New)


Package is "sshuttle"

Sun Apr 28 20:11:16 2019 rev:4 rq:697853 version:0.78.4

Changes:

--- /work/SRC/openSUSE:Factory/sshuttle/sshuttle.changes2018-11-08 
09:49:35.913021426 +0100
+++ /work/SRC/openSUSE:Factory/.sshuttle.new.5536/sshuttle.changes  
2019-04-28 20:11:37.582486605 +0200
@@ -1,0 +2,5 @@
+Mon Apr  8 23:42:06 UTC 2019 - Christophe Giboudeaux 
+
+- Add the missing build dependency for openSUSE Factory.
+
+---



Other differences:
--
++ sshuttle.spec ++
--- /var/tmp/diff_new_pack.Nlm8K5/_old  2019-04-28 20:11:40.270484934 +0200
+++ /var/tmp/diff_new_pack.Nlm8K5/_new  2019-04-28 20:11:40.294484919 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sshuttle
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 Summary:VPN over an SSH tunnel
 License:LGPL-2.1-only
 Group:  Development/Languages/Python
-Url:https://github.com/sshuttle/sshuttle
+URL:https://github.com/sshuttle/sshuttle
 Source0:
https://files.pythonhosted.org/packages/source/s/sshuttle/sshuttle-%{version}.tar.gz
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pytest-runner}
@@ -32,6 +32,9 @@
 %if (0%{?suse_version} >= 1320 || 0%{?suse_version} == 1310)
 BuildRequires:  python3-Sphinx
 %endif
+%if 0%{?suse_version} >= 1550
+BuildRequires:  %{python_module setuptools_scm}
+%endif
 BuildArch:  noarch
 
 %description
@@ -57,7 +60,7 @@
 cd docs/;
 sed -i '/_scm/d' conf.py
 sed -ri 's/(version = )get_version.*/\1 "%{version}"/g' conf.py
-make man
+make %{?_smp_mflags} man
 )
 %endif
 %python3_build
@@ -77,7 +80,7 @@
 %{python3_sitelib}/sshuttle*
 %{_bindir}/sshuttle
 %if (0%{?suse_version} >= 1320 || 0%{?suse_version} == 1310)
-%{_mandir}/man1/sshuttle.1*
+%{_mandir}/man1/sshuttle.1%{?ext_man}
 %endif
 
 %changelog




commit sshuttle for openSUSE:Factory

2018-11-08 Thread root
Hello community,

here is the log from the commit of package sshuttle for openSUSE:Factory 
checked in at 2018-11-08 09:49:32

Comparing /work/SRC/openSUSE:Factory/sshuttle (Old)
 and  /work/SRC/openSUSE:Factory/.sshuttle.new (New)


Package is "sshuttle"

Thu Nov  8 09:49:32 2018 rev:3 rq:646811 version:0.78.4

Changes:

--- /work/SRC/openSUSE:Factory/sshuttle/sshuttle.changes2017-07-17 
09:09:46.307653693 +0200
+++ /work/SRC/openSUSE:Factory/.sshuttle.new/sshuttle.changes   2018-11-08 
09:49:35.913021426 +0100
@@ -1,0 +2,51 @@
+Tue Nov  6 23:55:35 UTC 2018 - Dirk Mueller 
+
+- update to 0.78.4:
+  * Work around non tabular headers in BSD netstat.
+  * Fix UDP and DNS support on Python 2.7 with tproxy method.
+  * Fixed tests after adding support for iproute2.
+  * Small refactoring of netstat/iproute parsing.
+  * Set started_by_sshuttle False after disabling pf.
+  * Fix punctuation and explain Type=notify.
+  * Move pytest-runner to tests_require.
+  * Fix warning: closed channel got=STOP_SENDING.
+  * Support sdnotify for better systemd integration.
+  * Fix #117 to allow for no subnets via file (-s).
+  * Fix argument splitting for multi-word arguments.
+  * requirements.rst: Fix mistakes.
+  * Fix typo, space not required here.
+  * Update installation instructions.
+  * Support using run from different directory.
+  * Ensure we update sshuttle/version.py in run.
+  * Don't print python version in run.
+  * Add CWD to PYTHONPATH in run
+  * Fix case where there is no --dns.
+  * [pf] Avoid port forwarding from loopback address.
+  * Use getaddrinfo to obtain a correct sockaddr.
+  * Skip empty lines on incoming routes data.
+  * Just skip empty lines of routes data instead of stopping processing.
+  * [pf] Load pf kernel module when enabling pf.
+  * [pf] Test double restore (ipv4, ipv6) disables only once; test kldload.
+  * Fixes UDP and DNS proxies binding to the same socket address.
+  * Mock socket bind to avoid depending on local IPs being available in test 
box.
+  * Fix no value passed for argument auto_hosts in hw_main call.
+  * Fixed incorrect license information in setup.py.
+  * Preserve peer and port properly.
+  * Make --to-dns and --ns-host work well together.
+  * Remove test that fails under OSX.
+  * Specify pip requirements for tests.
+  * Use flake8 to find Python syntax errors or undefined names.
+  * Fix compatibility with the sudoers file.
+  * Stop using SO_REUSEADDR on sockets.
+  * Declare 'verbosity' as global variable to placate linters.
+  * Adds 'cd sshuttle' after 'git' to README and docs.
+  * Documentation for loading options from configuration file.
+  * Load options from a file.
+  * Fix firewall.py.
+  * Move sdnotify after setting up firewall rules.
+  * Fix tests on Macos.
+- Switch to Python 3.x, python 2.x is dead.
+- Fix missing setuptools runtime dependency
+- remove weird local copy of setuptools, use system provided one
+
+---

Old:

  pytest-runner-2.9.tar.gz
  setuptools-18.0.1.tar.gz
  setuptools_scm-1.15.0.tar.gz
  sshuttle-0.78.1.tar.gz

New:

  sshuttle-0.78.4.tar.gz



Other differences:
--
++ sshuttle.spec ++
--- /var/tmp/diff_new_pack.7bzbyo/_old  2018-11-08 09:49:36.641020567 +0100
+++ /var/tmp/diff_new_pack.7bzbyo/_new  2018-11-08 09:49:36.645020562 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sshuttle
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,36 +12,27 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   sshuttle
-Version:0.78.1
+Version:0.78.4
 Release:0
-License:LGPL-2.1
 Summary:VPN over an SSH tunnel
-Url:https://github.com/sshuttle/sshuttle
+License:LGPL-2.1-only
 Group:  Development/Languages/Python
-Source0:
https://pypi.python.org/packages/48/be/c1c9ead0c38383c4b2a192de4679f09413ddc6701988ca56bd220c64ec50/sshuttle-%{version}.tar.gz
-# Buildtime dependencies not required for runtime
-# but required to be able to build package as is...
-# pytest-runner-2.9.tar.gz#md5=2212a2e34404b0960b2fdc2c469247b2
-Source1:

commit sshuttle for openSUSE:Factory

2017-07-17 Thread root
Hello community,

here is the log from the commit of package sshuttle for openSUSE:Factory 
checked in at 2017-07-17 09:09:45

Comparing /work/SRC/openSUSE:Factory/sshuttle (Old)
 and  /work/SRC/openSUSE:Factory/.sshuttle.new (New)


Package is "sshuttle"

Mon Jul 17 09:09:45 2017 rev:2 rq:509959 version:0.78.1

Changes:

--- /work/SRC/openSUSE:Factory/sshuttle/sshuttle.changes2017-07-05 
23:56:43.738680626 +0200
+++ /work/SRC/openSUSE:Factory/.sshuttle.new/sshuttle.changes   2017-07-17 
09:09:46.307653693 +0200
@@ -1,0 +2,5 @@
+Thu May 25 07:13:34 UTC 2017 - jeng...@inai.de
+
+- Ensure neutrality of description.
+
+---



Other differences:
--
++ sshuttle.spec ++
--- /var/tmp/diff_new_pack.OnlhNF/_old  2017-07-17 09:09:47.015553988 +0200
+++ /var/tmp/diff_new_pack.OnlhNF/_new  2017-07-17 09:09:47.019553425 +0200
@@ -19,7 +19,7 @@
 Version:0.78.1
 Release:0
 License:LGPL-2.1
-Summary:Full-featured VPN over an SSH tunnel
+Summary:VPN over an SSH tunnel
 Url:https://github.com/sshuttle/sshuttle
 Group:  Development/Languages/Python
 Source0:
https://pypi.python.org/packages/48/be/c1c9ead0c38383c4b2a192de4679f09413ddc6701988ca56bd220c64ec50/sshuttle-%{version}.tar.gz
@@ -45,23 +45,17 @@
 
 %description
 Transparent proxy server that works as a poor man's VPN. Forwards over ssh.
-Doesn't require admin. Works with Linux and MacOS. Supports DNS tunneling.
-As far as I know, sshuttle is the only program that solves the following
-common case:
-- Your client machine (or router) is Linux, FreeBSD, or MacOS.
+Doesn't require admin. Supports DNS tunneling.
+sshuttle is a program that solves the following case:
 - You have access to a remote network via ssh.
 - You don't necessarily have admin access on the remote network.
-- The remote network has no VPN, or only stupid/complex VPN
-  protocols (IPsec, PPTP, etc). Or maybe you *are* the
-  admin and you just got frustrated with the awful state of
-  VPN tools.
-- You don't want to create an ssh port forward for every
+- The remote network has no VPN, or only complex VPN
+  protocols (IPsec, PPTP, etc).
+- You don't want to create an SSH port forward for every
   single host/port on the remote network.
-- You hate openssh's port forwarding because it's randomly
-  slow and/or stupid.
 - You can't use openssh's PermitTunnel feature because
   it's disabled by default on openssh servers; plus it does
-  TCP-over-TCP, which has terrible performance (see below).
+  TCP-over-TCP, which has terrible performance.
 
 %prep
 %setup -q -n sshuttle-%{version}