Bug 228690 - net/py-python-cinderclient: update to 3.5.0
Summary: net/py-python-cinderclient: update to 3.5.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:
Depends on: 228681 228686
Blocks: 228845 228853
  Show dependency treegraph
 
Reported: 2018-06-02 15:08 UTC by Kai Knoblich
Modified: 2018-06-27 23:35 UTC (History)
2 users (show)

See Also:
alexander.nusov: maintainer-feedback+


Attachments
py-python-cinderclient-3.5.0.patch (3.98 KB, patch)
2018-06-02 15:08 UTC, Kai Knoblich
no flags Details | Diff
py-python-cinderclient-3.5.0-rev2.patch (3.97 KB, patch)
2018-06-09 17:53 UTC, Kai Knoblich
no flags Details | Diff
py-python-cinderclient-3.5.0-v3.patch (4.00 KB, patch)
2018-06-22 14:12 UTC, Kai Knoblich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kai Knoblich freebsd_committer freebsd_triage 2018-06-02 15:08:55 UTC
Created attachment 193930 [details]
py-python-cinderclient-3.5.0.patch

Hello,

attached is the patch from svn that updates net/py-python-cinderclient to 3.5.0 .

Changes by upstream:
- https://docs.openstack.org/releasenotes/python-cinderclient/queens.html

Changes to the port:
- added LICENSE + LICENSE_FILE
- added DOCS option with appropriate dependencies
- sorted variables a bit
- updated WWW and reformatted pkg-descr

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

Note:
Before this update can be committed following dependencies must be solved first:
- add textproc/py-openstackdocstheme (see also PR #228681: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228681)
- add textproc/py-reno (see also PR #228686: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228686)
Comment 1 Kai Knoblich freebsd_committer freebsd_triage 2018-06-09 17:53:51 UTC
Created attachment 194101 [details]
py-python-cinderclient-3.5.0-rev2.patch

Same patch with keyword "concurrent" removed from USE_PYTHON.
Comment 2 Kai Knoblich freebsd_committer freebsd_triage 2018-06-22 14:12:59 UTC
Created attachment 194486 [details]
py-python-cinderclient-3.5.0-v3.patch

Rebased patch after r472884
Comment 3 commit-hook freebsd_committer freebsd_triage 2018-06-27 23:35:04 UTC
A commit references this bug:

Author: sunpoet
Date: Wed Jun 27 23:34:58 UTC 2018
New revision: 473480
URL: https://svnweb.freebsd.org/changeset/ports/473480

Log:
  Update to 3.5.0

  - Add LICENSE
  - Add DOCS option
  - Sort variables
  - Reformat pkg-descr
  - Update WWW
  - While I'm here, allow concurrent installation (USE_PYTHON=concurrent)

  Changes:	https://docs.openstack.org/releasenotes/python-cinderclient/
  PR:		228690
  Submitted by:	Kai <freebsd_ports@k-worx.org>
  Approved by:	Alexander Nusov <alexander.nusov@nfvexpress.com> (maintainer)

Changes:
  head/net/py-python-cinderclient/Makefile
  head/net/py-python-cinderclient/distinfo
  head/net/py-python-cinderclient/pkg-descr
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2018-06-27 23:35:48 UTC
Committed. Thanks!