diff --git a/.gitignore b/.gitignore index 8863cee..bf80cdc 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /sshuttle-0.78.4.tar.gz /sshuttle-0.78.5.tar.gz /sshuttle-1.0.1.tar.gz +/sshuttle-1.0.2.tar.gz diff --git a/sources b/sources index 53e4cbd..ab0c28a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sshuttle-1.0.1.tar.gz) = d430528aca824ad9762628c316de7f6544c5f43ad7e810df2e328b6c632bcf121de084eeb130f62a61fe489c458dcc6786222180623e882347df5632e391773e +SHA512 (sshuttle-1.0.2.tar.gz) = b3ac58271268d00e22341e9e4cbab492933bed5da37841b9208727e5308b3865cbfd8032242805f560fa2d504c23e0f502e25abb3f4abef700ed42ab68182987 diff --git a/sshuttle-no-flake8.patch b/sshuttle-no-flake8.patch index 3eb57ba..90c2339 100644 --- a/sshuttle-no-flake8.patch +++ b/sshuttle-no-flake8.patch @@ -1,15 +1,15 @@ -diff -Nur sshuttle-1.0.1.orig/requirements-tests.txt sshuttle-1.0.1/requirements-tests.txt ---- sshuttle-1.0.1.orig/requirements-tests.txt 2020-06-04 14:43:00.000000000 -0700 -+++ sshuttle-1.0.1/requirements-tests.txt 2020-06-11 21:40:26.402454851 -0700 +diff -Nur sshuttle-1.0.2.orig/requirements-tests.txt sshuttle-1.0.2/requirements-tests.txt +--- sshuttle-1.0.2.orig/requirements-tests.txt 2020-06-17 14:33:19.000000000 -0700 ++++ sshuttle-1.0.2/requirements-tests.txt 2020-06-24 18:42:51.489227868 -0700 @@ -3,5 +3,4 @@ pytest==5.4.3 - pytest-cov==2.9.0 + pytest-cov==2.10.0 mock==2.0.0 --flake8==3.8.2 +-flake8==3.8.3 pyflakes==2.2.0 -diff -Nur sshuttle-1.0.1.orig/setup.py sshuttle-1.0.1/setup.py ---- sshuttle-1.0.1.orig/setup.py 2020-06-04 15:18:27.000000000 -0700 -+++ sshuttle-1.0.1/setup.py 2020-06-11 21:40:39.679458078 -0700 +diff -Nur sshuttle-1.0.2.orig/setup.py sshuttle-1.0.2/setup.py +--- sshuttle-1.0.2.orig/setup.py 2020-06-04 15:18:27.000000000 -0700 ++++ sshuttle-1.0.2/setup.py 2020-06-24 18:42:00.083176128 -0700 @@ -66,7 +66,6 @@ 'pytest-cov', 'pytest-runner', @@ -18,18 +18,17 @@ diff -Nur sshuttle-1.0.1.orig/setup.py sshuttle-1.0.1/setup.py ], keywords="ssh vpn", ) -diff -Nur sshuttle-1.0.1.orig/tox.ini sshuttle-1.0.1/tox.ini ---- sshuttle-1.0.1.orig/tox.ini 2020-05-28 14:45:10.000000000 -0700 -+++ sshuttle-1.0.1/tox.ini 2020-06-11 21:41:01.535463387 -0700 -@@ -14,9 +14,9 @@ +diff -Nur sshuttle-1.0.2.orig/tox.ini sshuttle-1.0.2/tox.ini +--- sshuttle-1.0.2.orig/tox.ini 2020-05-28 14:45:10.000000000 -0700 ++++ sshuttle-1.0.2/tox.ini 2020-06-24 18:43:02.121238569 -0700 +@@ -13,10 +13,6 @@ + py38: python3.8 commands = pip install -e . - # actual flake8 test +- # actual flake8 test - flake8 sshuttle tests -+ #flake8 sshuttle tests - # flake8 complexity warnings +- # flake8 complexity warnings - flake8 sshuttle tests --exit-zero --max-complexity=10 -+ #flake8 sshuttle tests --exit-zero --max-complexity=10 pytest deps = -rrequirements-tests.txt diff --git a/sshuttle.spec b/sshuttle.spec index 80ce215..85408ee 100644 --- a/sshuttle.spec +++ b/sshuttle.spec @@ -1,5 +1,5 @@ Name: sshuttle -Version: 1.0.1 +Version: 1.0.2 Release: 1%{?dist} Summary: Transparent Proxy VPN Source0: https://files.pythonhosted.org/packages/source/s/%{name}/%{name}-%{version}.tar.gz @@ -77,6 +77,9 @@ popd %changelog +* Fri Jun 19 2020 Kevin Fenzi - 1.0.2-1 +- Update to 1.0.2. Fixes bug #1848196 + * Thu Jun 11 2020 Kevin Fenzi - 1.0.1-1 - Update to 1.0.1. Fixed bug #1844272