Bug 222519

Summary: security/py-cryptography: Update to 2.0.3 and etc
Product: Ports & Packages Reporter: Yasuhiro Kimura <yasu>
Component: Individual Port(s)Assignee: Kubilay Kocak <koobs>
Status: Closed FIXED    
Severity: Affects Some People CC: spambox
Priority: --- Flags: bugzilla: maintainer-feedback? (koobs)
Version: Latest   
Hardware: Any   
OS: Any   
See Also: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222536
Bug Depends on:    
Bug Blocks: 222520, 222536    
Attachments:
Description Flags
patch file none

Description Yasuhiro Kimura freebsd_committer freebsd_triage 2017-09-22 20:27:22 UTC
Created attachment 186621 [details]
patch file

* Update to 2.0.3.
* Update some dependencies.
* Fix license information.
Comment 1 Kamigishi Rei 2017-09-23 16:31:48 UTC
Additional note: versions below 1.9 break security/certbot at run-time. See bug #222536.
Comment 2 commit-hook freebsd_committer freebsd_triage 2017-09-24 05:00:51 UTC
A commit references this bug:

Author: koobs
Date: Sun Sep 24 05:00:21 UTC 2017
New revision: 450479
URL: https://svnweb.freebsd.org/changeset/ports/450479

Log:
  security/py-cryptography: Update to 2.0.3

  - Update LICENSE section, now Dual-licensed
  - Update dependencies and minimum versions
  - Enable concurrent Python feature
  - Remove upstreamed patch
  - Remove version support declaration from pkg-descr

  Changelog:

    https://cryptography.io/en/latest/changelog/#v2-0-3

  PR:		222519
  Submitted by:	Yasuhiro KIMURA <yasu utahime org>

Changes:
  head/security/py-cryptography/Makefile
  head/security/py-cryptography/distinfo
  head/security/py-cryptography/files/
  head/security/py-cryptography/pkg-descr
Comment 3 Kubilay Kocak freebsd_committer freebsd_triage 2017-09-24 05:10:35 UTC
Committed, with QA and minor additions.

portlint: OK (looks fine.)
testport: OK (poudriere: {12,11,10}{i386,amd64}, Python 2.7/3.6)
maketest: OK (92746 passed, 3340 skipped in 280.54 seconds)

Thanks you Yasuhiro!