Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148152527
D10612.id28620.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
4 KB
Referenced Files
None
Subscribers
None
D10612.id28620.diff
View Options
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.1
PORTEPOCH= 1
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
@@ -16,20 +15,14 @@
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
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose
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 = 1495039356
+SHA256 (acme-0.14.1.tar.gz) = 0e6d9d1bbb71d80c61c8d10ab9a40bcf38e25f0fa016b9769e96ebf5a79b552b
+SIZE (acme-0.14.1.tar.gz) = 91251
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.1
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 = 1495039330
+SHA256 (certbot-0.14.1.tar.gz) = 519b28124869d97116cb1f2f04ccc2937c0b2fd32fce43576eb80c0e4ff1ab65
+SIZE (certbot-0.14.1.tar.gz) = 254730
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
Details
Attached
Mime Type
text/plain
Expires
Tue, Mar 17, 2:52 AM (3 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29804522
Default Alt Text
D10612.id28620.diff (4 KB)
Attached To
Mode
D10612: security/py-{acme,certbot}: update to 0.15.0
Attached
Detach File
Event Timeline
Log In to Comment