non port: security/py-certbot/files/patch-setup.py |
SVNWeb
|
Number of commits found: 10 |
Tue, 12 May 2020
|
[ 11:13 dbaio ] (Only the first 10 of 27 ports in this commit are shown above. )
security/py-[acme|certbot]: Update to 1.4.0
Changelog: https://github.com/certbot/certbot/blob/v1.4.0/certbot/CHANGELOG.md
Approved by: koobs (python, maintainer)
Differential Revision: https://reviews.freebsd.org/D24743
|
Sun, 26 Jan 2020
|
[ 16:15 sunpoet ] (Only the first 10 of 21 ports in this commit are shown above. )
Update to 1.1.0
Changes: https://github.com/certbot/certbot/releases
|
Sun, 12 May 2019
|
[ 16:38 sunpoet ] (Only the first 10 of 22 ports in this commit are shown above. )
Update to 0.34.2
Changes: https://github.com/certbot/certbot/blob/master/CHANGELOG.md
|
Mon, 29 Apr 2019
|
[ 06:58 sunpoet ] (Only the first 10 of 24 ports in this commit are shown above. )
Update to 0.33.1
Changes: https://github.com/certbot/certbot/blob/master/CHANGELOG.md
|
Sun, 10 Feb 2019
|
[ 19:45 sunpoet ] (Only the first 10 of 25 ports in this commit are shown above. )
Update to 0.31.0
Changes: https://github.com/certbot/certbot/blob/master/CHANGELOG.md
|
Fri, 14 Dec 2018
|
[ 09:18 matthew ]
Fix setting FreeBSD specific paths since upstream change
https://github.com/certbot/certbot/commit/a23d76beb0e2c9539670766045314a5d50f582a2#diff-64ccdc74e8a07f9b039a6254093f1d0d
as part of the update to 0.29.1
PR: 233909
Reported by: Paul Macdonald
Approved by: koobs (python)
|
Thu, 8 Mar 2018
|
[ 14:49 miwi ] (Only the first 10 of 28 ports in this commit are shown above. )
- Update to 0.22.0
|
Fri, 8 Dec 2017
|
[ 10:22 cpm ]
security/py-{acme,certbot}: Update to 0.20.0
Common:
- Update PORTVERSION and distinfo checksum (0.20.0)
- Regenerate patch
Changelog:
https://github.com/certbot/certbot/blob/master/CHANGELOG.md#0200---2017-12-06
Reviewed by: koobs (maintainer)
Approved by: koobs (maintainer, py-certbot)
Differential Revision: https://reviews.freebsd.org/D13410
|
Mon, 26 Jun 2017
|
[ 11:56 cpm ]
security/py-{acme,certbot}: fix missing dependency on py-mock
Common:
- Move py-mock requirement to dev_extras in setup.py
- Bump PORTREVISION
PR: 220274
Submitted by: cpm
Reported by: Randy Westlund <rwestlun@gmail.com>
Approved by: koobs (maintainer, py-certbot)
MFH: 2017Q2
|
Sun, 30 Apr 2017
|
[ 14:26 cpm ]
security/py-{acme,certbot}: Make argparse a conditional dependency
Backport an upstream patch [1][2] to setup.py making argparse a conditional
dependency. Without this change, the following error is observed at run-time:
pkg_resources.DistributionNotFound: The 'argparse' distribution was not found
and is required by certbot
This is due to the separate argparse distribution (via PyPI) no longer being
required for Python versions >= 2.7 and >= 3.2, as they contain the argparse
module in the standard library.
Since FreeBSD only supports Python versions with the argparse module built in,
*and* having removed the devel/py-argparse port, the install_requires=argparse
dependency cannot be satisfied, as install_requires is only relevant for non
standard library (PyPI) packages/dependencies.
[1] https://github.com/certbot/certbot/pull/4554
[2] https://github.com/certbot/certbot/issues/4485
PR: 218973
Reported by: olgeni
Approved by: koobs (py-certbot, maintainer)
Obtained
from: https://github.com/certbot/certbot/commit/89af460792fcdfb23c7dc4f9fcdec1bfa07a2656
Differential Revision: https://reviews.freebsd.org/D10546
|
Number of commits found: 10 |