[openstack-dev] [release] git-upstream 0.12.1 release

Darragh Bailey - mailing lists dbailey at hpe.com
Fri Nov 4 16:30:14 UTC 2016


Pleased to announce the 0.12.1 release of git-upstream.

Main reason to ensure the man page is installed by default.

With source available at:

    http://git.openstack.org/cgit/openstack/git-upstream Please report any
issues through launchpad: https://bugs.launchpad.net/git-upstream
git-upstream is an open source Python application that can be used to
keep in sync with upstream open source projects, mainly OpenStack. For
more info on what git-upstream is for:
https://pypi.python.org/pypi/git-upstream Full changelog available from:
https://git.openstack.org/cgit/openstack/git-upstream/tree/ChangeLog For
more details see below.

Changes in git-upstream 0.12.0..0.12.1
--------------------------------------
bbf2511 Update ChangeLog for 0.12.1
98b283e Include files for sphinx based documentation
b95b257 Auto build and install default man page
ac76015 Move build_manpage utility to doc area
bc9fc64 Ensure correct prog name available to manpage
d2c0306 Update authors
2455b7e Remove requirement sphinxcontrib-programoutput


Diffstat (except docs and test files)
-------------------------------------
 AUTHORS                    |   5 +
 ChangeLog                  |  12 +++
 build_manpage.py           | 136 -------------------------
 doc/source/conf.py         | 246 +++++++++++++++++++++++++++++++++++++++++++++
 doc/source/index.rst       |  21 ++++
 doc/utils/build_manpage.py | 151 ++++++++++++++++++++++++++++
 docs-requirements.txt      |   2 +
 git_upstream/main.py       |   3 +-
 setup.cfg                  |  10 ++
 setup.py                   |   5 +
 test-requirements.txt      |   1 -
 tox.ini                    |   4 +-
 12 files changed, 457 insertions(+), 139 deletions(-)

Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index 63c4a34..3f35ec1 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9,5 +9,4 @@ python-subunit
 testrepository>=0.0.17
 testscenarios>=0.4
 testtools>=0.9.32
-sphinxcontrib-programoutput
 PyYAML>=3.1.0


-- 
Regards,
Darragh Bailey
IRC: electrofelix
"Nothing is foolproof to a sufficiently talented fool" - Unknown (possibly Douglas Adams)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0xCDD2EB9C.asc
Type: application/pgp-keys
Size: 10229 bytes
Desc: not available
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20161104/274967aa/attachment.key>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20161104/274967aa/attachment.pgp>


More information about the OpenStack-dev mailing list