Bug 220400 - security/py-pyotp: Upgrade to 2.2.6
Summary: security/py-pyotp: Upgrade to 2.2.6
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Danilo G. Baio
URL: https://github.com/pyotp/pyotp/releas...
Keywords: patch
Depends on:
Blocks:
 
Reported: 2017-06-30 22:27 UTC by VK
Modified: 2017-07-01 14:38 UTC (History)
1 user (show)

See Also:


Attachments
Upgrade pyotp to 2.2.6 (936 bytes, patch)
2017-06-30 22:27 UTC, VK
vlad-fbsd: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.