Page MenuHomeFreeBSD

security/py-[acme|certbot]: Update to 1.4.0
ClosedPublic

Authored by dbaio on May 7 2020, 2:52 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 11 2024, 5:11 AM
Unknown Object (File)
Dec 31 2023, 11:54 PM
Unknown Object (File)
Dec 31 2023, 11:37 PM
Unknown Object (File)
Dec 20 2023, 5:44 AM
Unknown Object (File)
Dec 9 2023, 2:30 PM
Unknown Object (File)
Nov 23 2023, 2:40 PM
Unknown Object (File)
Nov 19 2023, 1:03 PM
Unknown Object (File)
Nov 19 2023, 12:54 PM
Subscribers

Details

Summary
security/py-[acme|certbot]: Update to 1.4.0

Changelog:  https://github.com/certbot/certbot/blob/v1.4.0/certbot/CHANGELOG.md

Reviewed by:
Differential Revision:	https://reviews.freebsd.org/D24743
Test Plan
py-acme    make test: 275 passed, 2 warnings in 15.97s
py-certbot make test: 882 passed, 22 skipped, 2 warnings in 28.47s

poudriere ok (11, 12, CURRENT; i386, amd64) 
all flavors

runtime certbot+nginx

Diff Detail

Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 30957
Build 28667: arc lint + arc unit

Event Timeline

dbaio requested review of this revision.May 7 2020, 2:52 AM
dbaio created this revision.

iirc mock is just a test dependency, incorrectly specified in install_requires instead of tests_require. It would be nice if upstream removed it. Personally I'd just leave it in the main port for now, until that's done

iirc mock is just a test dependency, incorrectly specified in install_requires instead of tests_require. It would be nice if upstream removed it. Personally I'd just leave it in the main port for now, until that's done

simple and harmless, thanks

iirc mock is just a test dependency, incorrectly specified in install_requires instead of tests_require. It would be nice if upstream removed it. Personally I'd just leave it in the main port for now, until that's done

simple and harmless, thanks

Should I wait for a differential update?

Letting dependency devel/py-mock in the main port.
Tests with same results.

Approved by: koobs (python, maintainer)

Thanks!

This revision is now accepted and ready to land.May 12 2020, 9:42 AM
This revision was automatically updated to reflect the committed changes.