Bug 220400

Summary: security/py-pyotp: Upgrade to 2.2.6
Product: Ports & Packages Reporter: VK <vlad-fbsd>
Component: Individual Port(s)Assignee: Danilo G. Baio <dbaio>
Status: Closed FIXED    
Severity: Affects Some People CC: dbaio
Priority: --- Keywords: patch
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/pyotp/pyotp/releases/tag/v2.2.6
Attachments:
Description Flags
Upgrade pyotp to 2.2.6 vlad-fbsd: maintainer-approval+

Description VK 2017-06-30 22:27:05 UTC
Created attachment 183970 [details]
Upgrade pyotp to 2.2.6

Minor bug fixes, bump to latest 2.2.6. Run tested for weeks. Poudriere builds fine on 11.0, 11.1-BETA3, amd64.

Changes since 2.2.4:

* Fix tests wrt double-quoting in provisioning URIs
* Quote issuer QS parameter in provisioning_uri. Fixes #47.
* Raise an exception if a negative integer is passed to at() (#41).
* Documentation and release infrastructure improvements.
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-07-01 14:36:26 UTC
A commit references this bug:

Author: dbaio
Date: Sat Jul  1 14:36:21 UTC 2017
New revision: 444826
URL: https://svnweb.freebsd.org/changeset/ports/444826

Log:
  security/py-pyotp: Update to 2.2.6

   v2.2.6:
    - Fix tests wrt double-quoting in provisioning URIs

   v2.2.5:
    - Quote issuer QS parameter in provisioning_uri. Fixes #47.
    - Raise an exception if a negative integer is passed to at() (#41).
    - Documentation and release infrastructure improvements.

  PR:		220400
  Submitted by:	Vladimir Krstulja <vlad-fbsd@acheronmedia.com> (maintainer)
  Approved by:	garga (mentor, implicit)

Changes:
  head/security/py-pyotp/Makefile
  head/security/py-pyotp/distinfo
Comment 2 Danilo G. Baio freebsd_committer freebsd_triage 2017-07-01 14:38:47 UTC
Committed, thank you.