Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Apr 2019 04:56:30 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499935 - in head/net/py-sshuttle: . files
Message-ID:  <201904250456.x3P4uURi043032@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Thu Apr 25 04:56:30 2019
New Revision: 499935
URL: https://svnweb.freebsd.org/changeset/ports/499935

Log:
  net/py-sshuttle: Update to 0.78.5
  
  Patch out coverage options from pytest args, we dont need them here.
  
  Changelog:
  
    https://github.com/sshuttle/sshuttle/blob/v0.78.5/CHANGES.rst

Added:
  head/net/py-sshuttle/files/
  head/net/py-sshuttle/files/patch-setup.cfg   (contents, props changed)
Modified:
  head/net/py-sshuttle/Makefile
  head/net/py-sshuttle/distinfo

Modified: head/net/py-sshuttle/Makefile
==============================================================================
--- head/net/py-sshuttle/Makefile	Thu Apr 25 04:50:35 2019	(r499934)
+++ head/net/py-sshuttle/Makefile	Thu Apr 25 04:56:30 2019	(r499935)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	sshuttle
-PORTVERSION=	0.78.4
-PORTREVISION=	1
+PORTVERSION=	0.78.5
 CATEGORIES=	net python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/net/py-sshuttle/distinfo
==============================================================================
--- head/net/py-sshuttle/distinfo	Thu Apr 25 04:50:35 2019	(r499934)
+++ head/net/py-sshuttle/distinfo	Thu Apr 25 04:56:30 2019	(r499935)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1546339832
-SHA256 (sshuttle-0.78.4.tar.gz) = 30c1d8f62486b3eb7f565f00a75e0ffc7166af9a88da87cd8338b3d3e620135f
-SIZE (sshuttle-0.78.4.tar.gz) = 72465
+TIMESTAMP = 1556167877
+SHA256 (sshuttle-0.78.5.tar.gz) = a88b59bd9a25510a6643451ec2d5fc35e149098a6a7fafdf37957498791fe16e
+SIZE (sshuttle-0.78.5.tar.gz) = 74663

Added: head/net/py-sshuttle/files/patch-setup.cfg
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/py-sshuttle/files/patch-setup.cfg	Thu Apr 25 04:56:30 2019	(r499935)
@@ -0,0 +1,12 @@
+--- setup.cfg.orig	2019-04-25 04:53:45 UTC
++++ setup.cfg
+@@ -8,9 +8,6 @@ universal = 1
+ sign = true
+ identity = 0x1784577F811F6EAC
+ 
+-[tool:pytest]
+-addopts = --cov=sshuttle --cov-branch --cov-report=term-missing
+-
+ [egg_info]
+ tag_build = 
+ tag_date = 0



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904250456.x3P4uURi043032>