Bug 210376

Summary: databases/py-apsw: Update to 3.13.0-r1
Product: Ports & Packages Reporter: VK <vlad-fbsd>
Component: Individual Port(s)Assignee: Ruslan Makhmatkhanov <rm>
Status: Closed FIXED    
Severity: Affects Only Me CC: koobs, python, rm
Priority: --- Keywords: easy, patch, patch-ready
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Update py-apsw to 3.13.0-r1 vlad-fbsd: maintainer-approval+

Description VK 2016-06-18 15:59:55 UTC
Created attachment 171551 [details]
Update py-apsw to 3.13.0-r1

Update py-apsw to 3.13.0-r1:

* Update PORTVERSION, adjust distinfo
* Add LICENSE_FILE entry
* Fix WWW in pkg-descr
* Add UPDATING entry, per potential backwards incompatibility listed for 3.12.2-r1 we're jumping over.

https://rogerbinns.github.io/apsw/changes.html#id1

Note: The UPDATING entry, I copy&pasted the text from the above link, not sure whom to put as AUTHOR.

Build tests pass, portlint, poudriere 10.3-p5 amd64, against all 3 supported pythons (2.7, 3.4 and 3.5).

No run tests done except made sure 'import apsw' throws no exceptions in the interactive shell.

The port has no maintainer, implicit approval.
Comment 1 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2016-06-19 12:19:17 UTC
I'll take it.
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-06-19 12:20:56 UTC
A commit references this bug:

Author: rm
Date: Sun Jun 19 12:20:09 UTC 2016
New revision: 417115
URL: https://svnweb.freebsd.org/changeset/ports/417115

Log:
  databases/py-apsw: update to 3.13.0-r1

  * Update PORTVERSION, adjust distinfo
  * Add LICENSE_FILE entry
  * Fix WWW in pkg-descr
  * Add UPDATING entry, per potential backwards incompatibility listed for
    3.12.2-r1 we're jumping over.

  While I'm here, remove unneded PYDISTUTILS_EGGINFO knob.

  PR:		210376
  Submitted by:	 Vladimir Krstulja <vlad-fbsd@acheronmedia.com>

Changes:
  head/databases/py-apsw/Makefile
  head/databases/py-apsw/distinfo
  head/databases/py-apsw/pkg-descr
Comment 3 commit-hook freebsd_committer freebsd_triage 2016-06-19 12:23:58 UTC
A commit references this bug:

Author: rm
Date: Sun Jun 19 12:23:29 UTC 2016
New revision: 417116
URL: https://svnweb.freebsd.org/changeset/ports/417116

Log:
  Oops, forgot the UPDATING change to follow up r417115

  PR:		210376
  Submitted by:	Vladimir Krstulja <vlad-fbsd@acheronmedia.com>

Changes:
  head/UPDATING
Comment 4 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2016-06-19 12:25:16 UTC
(In reply to Vladimir Krstulja from comment #0)
Looks like AUTHOR field in UPDATING should carry email of committer who added it.
Comment 5 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2016-06-19 12:25:35 UTC
Committed, thank you!
Comment 6 VK 2016-06-19 13:33:37 UTC
(In reply to Ruslan Makhmatkhanov from comment #4)

Noted, thanks.