[release-announce] [infrastructure] python-storyboardclient 0.1.0

no-reply at openstack.org no-reply at openstack.org
Fri Feb 16 20:02:44 UTC 2018


We are overjoyed to announce the release of:

python-storyboardclient 0.1.0: Python Client library for StoryBoard

This is the first release of python-storyboardclient.

The source is available from:

    http://git.openstack.org/cgit/openstack-infra/python-
storyboardclient

Download the package from:

    https://pypi.python.org/pypi/python-storyboardclient

Please report issues through launchpad:

    https://storyboard.openstack.org/#!/project/755

For more details, please see below.

Changes in python-storyboardclient 5fb57b8a0f6178544e23025dd0ac9d1c526c4928..0.1.0
----------------------------------------------------------------------------------

ac65c2b use six to make iteritems python 2/3 compatible
9514f78 ignore .stestr output directory
7f4b8a7 change default python 3 env in tox to 3.5
867fa1e fix formatting of contributing file
ef985c0 update documentation build for new PTI
940dd5c Use ostestr instead of the custom pretty_tox.sh
9df1719 Remove link to modindex
b9bdddd remove or adopt incubated oslo code
b41d60e Remove incubated uuidutils.
318aa15 Remove o/c/local.py and o/c/log.py
d7622a8 Update 'usage'
307926f Make dev the default StoryBoard instance
9a21d1f Give user option to bypass verification
1b0c01e Note importance of using https url instead of http
3695e1f It's 2016
3decaa7 Add basic docs for python client
d15d2e1 Add due_dates
f42ccaf Add system info
4b922b5 Add support for private stories
19b7056 Remove discover from test-requirements
40c220c Updated Worklist API
8030997 Add boards
124f15e Get storyboard resources by properties other than ID
1c1c7a7 Fix link to docs in README
23d0ce1 Add repo_url and team_id
4b41127 Add worklists
b2ec520 Update Timeline
90f9ac3 Add story_type_id to stories
4287d9e Update tasks.py to include links
c0a604b Update Docs
7d9350d Fix oslo imports
a22ddaf Change ignore-errors to ignore_errors
c58a089 Added subscription events controller
d8e4f3c Added milestones controller
70aedc6 Added branches controller
c93ed03 Added tags controller
b83b45c Added subscriptions controller
6ed70ab Added user_tokens controller
ae7830e Added timeline controller
dd9c9a7 Improved exception handling
cb07508 Removed py33, pypy from python-storyboardclient
e2404c3 Python34 Fixes.
b55b41b Stories and Tasks support
f882e00 Adding pretty-tox
4c9a611 Project Groups and Projects support
c6c73eb Teams endpoint
a5c1b22 Update method improved
2090a8b Setting up base classes
9131009 Added required dependencies
e4b2b90 Adding apiclient from oslo incubator
fabfa59 Initial Cookiecutter Commit.




Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..e03c393
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,15 @@
+# The order of packages is significant, because pip processes them in the order
+# of appearance. Changing the order has an impact on the overall integration
+# process, which may cause wedges in the gate later.
+
+pbr>=0.6,!=0.7,<1.0
+
+Babel>=1.3
+oslo.config>=1.4.0
+oslo.i18n>=2.1.0  # Apache-2.0
+oslo.log>=3.11.0 # Apache-2.0
+oslo.serialization>=1.0.0
+oslo.utils>=1.0.0
+requests>=2.2.0,!=2.4.0
+six>=1.7.0
+stevedore>=1.1.0
diff --git a/test-requirements.txt b/test-requirements.txt
new file mode 100644
index 0000000..ceaa9df
--- /dev/null
+++ b/test-requirements.txt
@@ -0,0 +1,13 @@
+# The order of packages is significant, because pip processes them in the order
+# of appearance. Changing the order has an impact on the overall integration
+# process, which may cause wedges in the gate later.
+
+hacking>=0.9.2,<0.10
+
+coverage>=3.6
+python-subunit
+oslotest>=1.1.0.0a1
+os-testr>=0.4.1
+testrepository>=0.0.18
+testscenarios>=0.4
+testtools>=0.9.34






More information about the Release-announce mailing list