Bug 236278

Summary: security/py-cryptography: Update to 2.6.1
Product: Ports & Packages Reporter: Po-Chuan Hsieh <sunpoet>
Component: Individual Port(s)Assignee: Kubilay Kocak <koobs>
Status: Closed FIXED    
Severity: Affects Only Me Keywords: needs-patch, needs-qa
Priority: --- Flags: koobs: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst

Description Po-Chuan Hsieh freebsd_committer freebsd_triage 2019-03-05 16:59:46 UTC
Update to 2.6.1

- Sort RUN_DEPENDS and TEST_DEPENDS
- Remove comment as it supports the same python versions as the ports tree

Changes:        https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2019-03-06 02:01:31 UTC
Thank you Sunpoet. 

Please leave the Python versions comment in place, it is meant to remind me (and anyone else) to explicitly test for 3.7+ support.

Could you please attach patches to Bugzilla issues so that I (and other maintainers) can approve them with the maintainer-approval flag. 

Could you also confirm that this passes QA (make test in particular) 

Thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-03-21 19:43:52 UTC
A commit references this bug:

Author: sunpoet
Date: Thu Mar 21 19:42:00 UTC 2019
New revision: 496506
URL: https://svnweb.freebsd.org/changeset/ports/496506

Log:
  Update to 2.6.1

  Changes:	https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst
  PR:		236278
  Submitted by:	sunpoet (myself)
  Approved by:	koobs (maintainer)

Changes:
  head/security/py-cryptography/Makefile
  head/security/py-cryptography/distinfo
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2019-03-21 19:46:16 UTC
(In reply to Kubilay Kocak from comment #1)

Python version comment is updated and 'make test' passed. Thanks!