Bug 228380 - net-mgmt/py-pysmi: Upgrade to 0.3.0
Summary: net-mgmt/py-pysmi: Upgrade to 0.3.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords: easy, patch, patch-ready
Depends on:
Blocks:
 
Reported: 2018-05-20 17:59 UTC by John W. O'Brien
Modified: 2018-05-20 19:30 UTC (History)
2 users (show)

See Also:


Attachments
net-mgmt/py-pysmi: Upgrade to 0.3.0 (4.06 KB, text/plain)
2018-05-20 17:59 UTC, John W. O'Brien
john: maintainer-approval+
Details

Note You need to log in before you can comment on or make changes to this bug.
Description John W. O'Brien 2018-05-20 17:59:24 UTC
Created attachment 193565 [details]
net-mgmt/py-pysmi: Upgrade to 0.3.0

Changelog
=========

*   Upgrade to 0.3.0
*   Abandon unneeded shebangfix
*   Update WWW
*   Move test suite from in situ to build phase


QA
==

portlint: OK
poudriere: OK -- testport on 11.1-RELEASE-p9 amd64 w/py27 (default), py34, py35, py36

The test suite generates the same three errors on all four versions of Python, and I have reported them upstream as follows. I suspect they are due to an unstated dependence on a minimum version of pysnmp.

TypeError in test_objecttype_smiv2_pysnmp.ObjectTypeBitsTestCase
https://github.com/etingof/pysmi/issues/30

TypeError in test_objecttype_smiv2_pysnmp.ObjectTypeStringDefaultTestCase 
https://github.com/etingof/pysmi/issues/31

TypeError in test_objecttype_smiv2_pysnmp.ObjectTypeWithStringSizeConstraintTestCase
https://github.com/etingof/pysmi/issues/32
Comment 1 John W. O'Brien 2018-05-20 18:00:39 UTC
Adding net-mgmt/py-snmp4 maintainer to the CC for situational awareness.
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-05-20 19:20:15 UTC
A commit references this bug:

Author: sunpoet
Date: Sun May 20 19:19:29 UTC 2018
New revision: 470482
URL: https://svnweb.freebsd.org/changeset/ports/470482

Log:
  Update to 0.3.0

  - Update WWW

  Changes:	https://github.com/etingof/pysmi/releases
  PR:		228380
  Submitted by:	John W. O'Brien <john@saltant.com> (maintainer)

Changes:
  head/net-mgmt/py-pysmi/Makefile
  head/net-mgmt/py-pysmi/distinfo
  head/net-mgmt/py-pysmi/files/
  head/net-mgmt/py-pysmi/pkg-descr
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2018-05-20 19:30:51 UTC
Committed. Thanks!