Bug 236884 - devel/py-voluptuous: update to 0.11.5
Summary: devel/py-voluptuous: update to 0.11.5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-29 17:10 UTC by Dmitry Marakasov
Modified: 2019-03-30 20:48 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (python)


Attachments
Patch (1.15 KB, patch)
2019-03-29 17:10 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov freebsd_committer freebsd_triage 2019-03-29 17:10:44 UTC
Created attachment 203245 [details]
Patch

- Update to 0.11.5
- Add testing support
Comment 1 Po-Chuan Hsieh freebsd_committer freebsd_triage 2019-03-30 09:09:35 UTC
Regarding the test, you have to use nosetests-${PYTHON_VER} rather than nosetests, otherwise the non-default python version would fail. LOCALBASE/bin/nosetests is installed by py-nose of default Python version.
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-03-30 20:46:39 UTC
A commit references this bug:

Author: sunpoet
Date: Sat Mar 30 20:45:48 UTC 2019
New revision: 497359
URL: https://svnweb.freebsd.org/changeset/ports/497359

Log:
  Add test

  PR:		236884
  Submitted by:	amdmi3

Changes:
  head/devel/py-voluptuous/Makefile
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2019-03-30 20:48:53 UTC
Committed. Thanks!