Page MenuHomeFreeBSD

D10612.id28061.diff
No OneTemporary

D10612.id28061.diff

Index: security/py-acme/Makefile
===================================================================
--- security/py-acme/Makefile
+++ security/py-acme/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= acme
-PORTVERSION= 0.13.0
-PORTREVISION= 1
+PORTVERSION= 0.14.0
PORTEPOCH= 1
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
@@ -16,20 +15,13 @@
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=0.8:security/py-cryptography \
- ${PYTHON_PKGNAMEPREFIX}ndg_httpsclient>0:net/py-ndg_httpsclient \
- ${PYTHON_PKGNAMEPREFIX}pyasn1>0:devel/py-pyasn1 \
- ${PYTHON_PKGNAMEPREFIX}dnspython>=1.12:dns/py-dnspython \
- ${PYTHON_PKGNAMEPREFIX}idna>0:dns/py-idna \
+ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock \
${PYTHON_PKGNAMEPREFIX}openssl>=0.13:security/py-openssl \
${PYTHON_PKGNAMEPREFIX}pyrfc3339>0:devel/py-pyrfc3339 \
${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz \
- ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests \
+ ${PYTHON_PKGNAMEPREFIX}requests>=2.10:www/py-requests \
${PYTHON_PKGNAMEPREFIX}setuptools>=1.0:devel/${PYTHON_PKGNAMEPREFIX}setuptools \
- ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six \
- ${PYTHON_PKGNAMEPREFIX}werkzeug>0:www/py-werkzeug
-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}funcsigs>0:devel/py-funcsigs \
- ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock \
- ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose
+ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six
USES= python
USE_PYTHON= autoplist distutils
Index: security/py-acme/distinfo
===================================================================
--- security/py-acme/distinfo
+++ security/py-acme/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1491648474
-SHA256 (acme-0.13.0.tar.gz) = 7489b3e20d02da0a389aedb82408ffb6b76294e41d833db85591b9f779539815
-SIZE (acme-0.13.0.tar.gz) = 90794
+TIMESTAMP = 1493987371
+SHA256 (acme-0.14.0.tar.gz) = ce7d2bca31e85adac1030c944e0a9d96e8b0f85cdc616b78d40eb09c91803543
+SIZE (acme-0.14.0.tar.gz) = 91252
Index: security/py-acme/files/patch-setup.py
===================================================================
--- security/py-acme/files/patch-setup.py
+++ security/py-acme/files/patch-setup.py
@@ -1,21 +0,0 @@
---- setup.py.orig 2017-04-30 10:29:55 UTC
-+++ setup.py
-@@ -8,7 +8,6 @@ version = '0.13.0'
-
- # Please update tox.ini when modifying dependency version requirements
- install_requires = [
-- 'argparse',
- # load_pem_private/public_key (>=0.6)
- # rsa_recover_prime_factors (>=0.8)
- 'cryptography>=0.8',
-@@ -28,6 +27,10 @@ install_requires = [
- 'six',
- ]
-
-+# env markers cause problems with older pip and setuptools
-+if sys.version_info < (2, 7):
-+ install_requires.append('argparse')
-+
- dev_extras = [
- 'nose',
- 'tox',
Index: security/py-certbot/Makefile
===================================================================
--- security/py-certbot/Makefile
+++ security/py-certbot/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= certbot
-PORTVERSION= 0.13.0
-PORTREVISION= 1
+PORTVERSION= 0.14.0
PORTEPOCH= 1
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
Index: security/py-certbot/distinfo
===================================================================
--- security/py-certbot/distinfo
+++ security/py-certbot/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1491648489
-SHA256 (certbot-0.13.0.tar.gz) = f63ad7747edaca2fb7d60c28882e44d2f48ff1cca9b9c7c251ad47e2189c00f3
-SIZE (certbot-0.13.0.tar.gz) = 241627
+TIMESTAMP = 1493987459
+SHA256 (certbot-0.14.0.tar.gz) = 98add3721e1edaedb404879a9d39bd49020e94fc8eedbc46032a00ada51d7741
+SIZE (certbot-0.14.0.tar.gz) = 254401
Index: security/py-certbot/files/patch-setup.py
===================================================================
--- security/py-certbot/files/patch-setup.py
+++ security/py-certbot/files/patch-setup.py
@@ -1,21 +0,0 @@
---- setup.py.orig 2017-04-30 10:33:38 UTC
-+++ setup.py
-@@ -36,7 +36,6 @@ version = meta['version']
- # https://github.com/pypa/pip/issues/988 for more info.
- install_requires = [
- 'acme=={0}'.format(version),
-- 'argparse',
- # We technically need ConfigArgParse 0.10.0 for Python 2.6 support, but
- # saying so here causes a runtime error against our temporary fork of 0.9.3
- # in which we added 2.6 support (see #2243), so we relax the requirement.
-@@ -56,6 +55,10 @@ install_requires = [
- 'zope.interface',
- ]
-
-+# env markers cause problems with older pip and setuptools
-+if sys.version_info < (2, 7):
-+ install_requires.append('argparse')
-+
- dev_extras = [
- # Pin astroid==1.3.5, pylint==1.4.2 as a workaround for #289
- 'astroid==1.3.5',

File Metadata

Mime Type
text/plain
Expires
Tue, May 26, 7:38 PM (57 m, 29 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33536422
Default Alt Text
D10612.id28061.diff (4 KB)

Event Timeline