Bug 215992

Summary: security/py-pyotp: Update to 2.2.4
Product: Ports & Packages Reporter: VK <vlad-fbsd>
Component: Individual Port(s)Assignee: Dmitry Marakasov <amdmi3>
Status: Closed FIXED    
Severity: Affects Some People CC: python
Priority: --- Keywords: patch
Version: LatestFlags: amdmi3: merge-quarterly-
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Update py-pyotp to 2.2.4 vlad-fbsd: maintainer-approval+

Description VK 2017-01-12 11:06:40 UTC
Created attachment 178785 [details]
Update py-pyotp to 2.2.4

Please update to 2.2.4, MFH-able changes since 2.2.1 (currently in the tree):

* Use numeric placeholders in string formatting (utils.py)
* Documentation improvements (README.rst)
* Test suite tweaks (test.py)
* Add Python 3.6 to test matrix
* Fixes to release infra makefile (common.mk)

Unit tests passed (17 OK), Poudriere build tests passed with:

* 11.0, amd64, Python 2.7
* 11.0, amd64, Python 3.5
* 10.3, amd64, Python 2.7
* 10.3, amd64, Python 3.5
Comment 1 VK 2017-01-12 11:07:50 UTC
Oh also, added DOC option and installation to Makefile (installs README.rst).
Comment 2 commit-hook freebsd_committer freebsd_triage 2017-01-16 11:47:50 UTC
A commit references this bug:

Author: amdmi3
Date: Mon Jan 16 11:46:51 UTC 2017
New revision: 431626
URL: https://svnweb.freebsd.org/changeset/ports/431626

Log:
  - Update to 2.2.4

  PR:		215992
  Submitted by:	vlad-fbsd@acheronmedia.com (maintainer)

Changes:
  head/security/py-pyotp/Makefile
  head/security/py-pyotp/distinfo
Comment 3 Dmitry Marakasov freebsd_committer freebsd_triage 2017-01-16 11:53:16 UTC
We don't MFH updates, only bugfixes, so I don't see anything MFH-able here. Please correct me if I'm wrong.
Comment 4 VK 2017-01-16 12:43:34 UTC
Thanks for committing this. Indeed there aren't any bugfixes to packaged code here, but there also aren't any new features or potentially breakable changes. I thought adding DOCs would make it useful for the Q repo, hence the merge-quarterly request.

But I understand your decision.