Bug 228697

Summary: [NEW PORT] devel/py-oslotest: Oslo test framework
Product: Ports & Packages Reporter: Kai Knoblich <kai>
Component: Individual Port(s)Assignee: Martin Wilke <miwi>
Status: Closed FIXED    
Severity: Affects Only Me CC: alexander.nusov, miwi, python
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://pypi.org/project/oslotest/
Bug Depends on: 228680, 228681, 228685, 228689, 228692, 228693    
Bug Blocks: 228698    
Attachments:
Description Flags
py-oslotest.patch
none
py-oslotest-rev2.patch kai: maintainer-approval? (alexander.nusov)

Description Kai Knoblich freebsd_committer freebsd_triage 2018-06-02 16:24:23 UTC
Created attachment 193937 [details]
py-oslotest.patch

Hello,

attached is the patch from svn for the Python package devel/py-oslotest, that provides common fixtures, support for debugging and better support for mocking results.

QA:
~~~
- poudriere (11.1-RELEASE amd64 + i386) for each py27 + py36 flavor -> OK
- portlint -> OK

Note:
- There's already a newer version at PyPI available but v3.2.0 is the latest supported release for the Queens Release Series. (see also: https://releases.openstack.org/queens/index.html#queens-oslotest)
- Before this update can be committed following port must be added/updated first:
-> add devel/py-python-subunit (see also PR #228685: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228685)
-> add devel/py-testrepository (see also PR #228692: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228692)
-> add devel/py-mox3 (see also PR #228680: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228680)
-> add textproc/py-openstackdocstheme (see also PR #228681: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228681)
-> update devel/py-os-client-config (see also PR #228693: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228693)
-> update devel/py-openstacksdk (see also PR #228689: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228689)
Comment 1 Kai Knoblich freebsd_committer freebsd_triage 2018-06-09 17:54:52 UTC
Created attachment 194102 [details]
py-oslotest-rev2.patch

Same patch with keyword "concurrent" removed from USE_PYTHON.
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-07-06 17:34:09 UTC
A commit references this bug:

Author: miwi
Date: Fri Jul  6 17:33:28 UTC 2018
New revision: 474020
URL: https://svnweb.freebsd.org/changeset/ports/474020

Log:
  The Oslo Test framework provides common fixtures, support for debugging, and
  better support for mocking results.

  WWW: https://docs.openstack.org/oslotest/

  PR:		228697
  Submitted by:	freebsd_ports@k-worx.org
  Sponsored by:	iXsystems Inc.

Changes:
  head/devel/Makefile
  head/devel/py-oslotest/
  head/devel/py-oslotest/Makefile
  head/devel/py-oslotest/distinfo
  head/devel/py-oslotest/pkg-descr