From 32335827c1434812e6d7b254fb141c57967e78afccb9bda85bb963745410b75d Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Mon, 26 Feb 2018 07:05:26 +0000 Subject: [PATCH] - update to version 2.7.0 - improve output messages - add an internal sphinx extension to show the configuration defaults - support scanning closed stable branches - define options with help text OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-reno?expand=0&rev=12 --- python-reno.changes | 9 +++++++++ python-reno.spec | 21 ++++++++++++--------- reno-2.6.0.tar.gz | 3 --- reno-2.7.0.tar.gz | 3 +++ 4 files changed, 24 insertions(+), 12 deletions(-) delete mode 100644 reno-2.6.0.tar.gz create mode 100644 reno-2.7.0.tar.gz diff --git a/python-reno.changes b/python-reno.changes index 0ae416c..1309b52 100644 --- a/python-reno.changes +++ b/python-reno.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Feb 26 07:04:59 UTC 2018 - cloud-devel@suse.de + +- update to version 2.7.0 + - improve output messages + - add an internal sphinx extension to show the configuration defaults + - support scanning closed stable branches + - define options with help text + ------------------------------------------------------------------- Mon Dec 4 22:33:06 UTC 2017 - cloud-devel@suse.de diff --git a/python-reno.spec b/python-reno.spec index 720cc3f..5de5e18 100644 --- a/python-reno.spec +++ b/python-reno.spec @@ -1,7 +1,7 @@ # # spec file for package python-reno # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,36 +17,39 @@ Name: python-reno -Version: 2.6.0 +Version: 2.7.0 Release: 0 Summary: RElease NOtes manager License: Apache-2.0 Group: Development/Languages/Python Url: http://www.openstack.org/ -Source0: https://files.pythonhosted.org/packages/source/r/reno/reno-2.6.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/r/reno/reno-2.7.0.tar.gz BuildRequires: openstack-macros BuildRequires: python-devel -BuildRequires: python2-Babel >= 2.3.4 BuildRequires: python2-PyYAML >= 3.10 +BuildRequires: python2-Sphinx +BuildRequires: python2-docutils >= 0.11 BuildRequires: python2-dulwich >= 0.15.0 -BuildRequires: python2-oslotest >= 1.10.0 +BuildRequires: python2-oslotest >= 3.2.0 BuildRequires: python2-pbr >= 2.0.0 BuildRequires: python2-setuptools >= 16.0 BuildRequires: python2-testrepository >= 0.0.18 BuildRequires: python2-testscenarios >= 0.4 BuildRequires: python2-testtools >= 2.2.0 -BuildRequires: python3-Babel >= 2.3.4 BuildRequires: python3-PyYAML >= 3.10 +BuildRequires: python3-Sphinx BuildRequires: python3-devel +BuildRequires: python3-docutils >= 0.11 BuildRequires: python3-dulwich >= 0.15.0 -BuildRequires: python3-oslotest >= 1.10.0 +BuildRequires: python3-oslotest >= 3.2.0 BuildRequires: python3-pbr >= 2.0.0 BuildRequires: python3-setuptools >= 16.0 BuildRequires: python3-testrepository >= 0.0.18 BuildRequires: python3-testscenarios >= 0.4 BuildRequires: python3-testtools >= 2.2.0 -Requires: python-Babel >= 2.3.4 Requires: python-PyYAML >= 3.10 +Requires: python-Sphinx +Requires: python-docutils >= 0.11 Requires: python-dulwich >= 0.15.0 BuildArch: noarch %if 0%{?suse_version} @@ -68,7 +71,7 @@ Reno is a release notes manager for storing release notes in a git repository and then building documentation from them. %prep -%autosetup -p1 -n reno-2.6.0 +%autosetup -p1 -n reno-2.7.0 %py_req_cleanup %build diff --git a/reno-2.6.0.tar.gz b/reno-2.6.0.tar.gz deleted file mode 100644 index 5dc3ddf..0000000 --- a/reno-2.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe0e8655579bed899b19384ffde5c6ebd9b537b066a3c9e957e8918ea3ae0633 -size 66271 diff --git a/reno-2.7.0.tar.gz b/reno-2.7.0.tar.gz new file mode 100644 index 0000000..443aa85 --- /dev/null +++ b/reno-2.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c8741b058d18184ebdb0b940add3bf6da317e6879d05ef5201d33b55b899f3f +size 65269