pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

mitmproxy: Update wip/mitmproxy to 3.0.3



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Feb 25 16:16:16 2018 +0100
Changeset:	62e7eb3a1bbe974d35af2a274e24f5581fff97c9

Modified Files:
	mitmproxy/Makefile
	mitmproxy/distinfo
	mitmproxy/patches/patch-setup.py

Log Message:
mitmproxy: Update wip/mitmproxy to 3.0.3

pkgsrc changes:
 - Update patches/patch-setup.py due pyperclip requirements bump and add a big
   `XXX' comment about it
 - Get rid of a double py-requests DEPENDS

Changes:
3.0.3
-----
A minor release that actually includes the fix meant for 3.0.2.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=62e7eb3a1bbe974d35af2a274e24f5581fff97c9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 mitmproxy/Makefile               |  5 ++---
 mitmproxy/distinfo               | 10 +++++-----
 mitmproxy/patches/patch-setup.py |  9 ++++++++-
 3 files changed, 15 insertions(+), 9 deletions(-)

diffs:
diff --git a/mitmproxy/Makefile b/mitmproxy/Makefile
index 48c8949e5f..3822a78184 100644
--- a/mitmproxy/Makefile
+++ b/mitmproxy/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.18 2017/09/03 08:53:12 wiz Exp $
 
-DISTNAME=	mitmproxy-3.0.2
+DISTNAME=	mitmproxy-3.0.3
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_GITHUB:=mitmproxy/}
 GITHUB_TAG=	v${PKGVERSION_NOREV}
@@ -29,8 +29,7 @@ DEPENDS+=	${PYPKGPREFIX}-kaitaistruct>=0.7:../../devel/py-kaitaistruct
 DEPENDS+=	${PYPKGPREFIX}-ldap3>=2.4:../../databases/py-ldap3
 DEPENDS+=	${PYPKGPREFIX}-passlib>=1.6.5:../../security/py-passlib
 DEPENDS+=	${PYPKGPREFIX}-pyparsing>=2.1.3:../../devel/py-pyparsing
-DEPENDS+=	${PYPKGPREFIX}-pyperclip>=1.5.22:../../x11/py-pyperclip
-DEPENDS+=	${PYPKGPREFIX}-requests>=2.9.1:../../devel/py-requests
+DEPENDS+=	${PYPKGPREFIX}-pyperclip>=1.5.22:../../x11/py-pyperclip	# XXX: should be updated to 1.6.0 before updating
 DEPENDS+=	${PYPKGPREFIX}-requests>=2.9.1:../../devel/py-requests
 DEPENDS+=	${PYPKGPREFIX}-ruamel-yaml>=0.13.2:../../devel/py-ruamel-yaml
 DEPENDS+=	${PYPKGPREFIX}-sortedcontainers>=1.5.4:../../devel/py-sortedcontainers
diff --git a/mitmproxy/distinfo b/mitmproxy/distinfo
index 9fe7a07ee1..f6dabc9a5f 100644
--- a/mitmproxy/distinfo
+++ b/mitmproxy/distinfo
@@ -1,7 +1,7 @@
 $NetBSD: distinfo,v 1.11 2017/06/21 08:34:00 leot Exp $
 
-SHA1 (mitmproxy-3.0.2.tar.gz) = 0987d70e056559823afb8d1ad4a3137ba84bcc20
-RMD160 (mitmproxy-3.0.2.tar.gz) = c073e5ca7a424146f062a25baba37c73b402188b
-SHA512 (mitmproxy-3.0.2.tar.gz) = cb98f2dd092ad08a11bcb1acfc541c831775e05fe53331151eb96e53cfbd917e4579fe5d21cea46fcc5b5fe8bae80a15751cf08884785bae7b37ef8d627f08f2
-Size (mitmproxy-3.0.2.tar.gz) = 27171731 bytes
-SHA1 (patch-setup.py) = 810bd749e69b265ff6fa7bb5ba6e8a3ce836d7e2
+SHA1 (mitmproxy-3.0.3.tar.gz) = 73c5df44ec8ebfe7bef672234578f31473cc714d
+RMD160 (mitmproxy-3.0.3.tar.gz) = 071de5dfd7b519d4be0c910127e749b46f663987
+SHA512 (mitmproxy-3.0.3.tar.gz) = 5477b8ac438b8f2ea40e658c50988881ef0f3eeda3178b2fbed9618d2a490c28f59b32174e150d8cbeb1b04b4b868a64029bde6499983dff782d4204aa0f8d37
+Size (mitmproxy-3.0.3.tar.gz) = 27171521 bytes
+SHA1 (patch-setup.py) = 0e5f67a06971016da1ab8c766dece23d06a95f8e
diff --git a/mitmproxy/patches/patch-setup.py b/mitmproxy/patches/patch-setup.py
index 721fb9b63b..8327c422f8 100644
--- a/mitmproxy/patches/patch-setup.py
+++ b/mitmproxy/patches/patch-setup.py
@@ -2,6 +2,13 @@ $NetBSD: patch-setup.py,v 1.5 2017/04/14 13:15:04 leot Exp $
 
 Avoid too strict version requirements.
 
+XXX: pyperclip>=1.5.22 is just a kludge to avoid updating x11/py-pyperclip.
+XXX: Before updating net/mitmproxy the requirement should be bumped to 1.6.0
+XXX: here and in Makefile accordingly.
+XXX: Please see:
+XXX:  <https://github.com/mitmproxy/mitmproxy/commit/d1ecf9df9431397e5e7e6fee58c7b04c6f37a44b>
+XXX: if you are more interested.
+
 --- setup.py.orig	2018-02-22 12:17:33.000000000 +0000
 +++ setup.py
 @@ -61,47 +61,47 @@ setup(
@@ -24,7 +31,7 @@ Avoid too strict version requirements.
 -        "pyasn1>=0.3.1,<0.5",
 -        "pyOpenSSL>=17.5,<17.6",
 -        "pyparsing>=2.1.3, <2.3",
--        "pyperclip>=1.5.22, <1.7",
+-        "pyperclip>=1.6.0, <1.7",
 -        "requests>=2.9.1, <3",
 -        "ruamel.yaml>=0.13.2, <0.16",
 -        "sortedcontainers>=1.5.4, <1.6",


Home | Main Index | Thread Index | Old Index