forked from pool/python-reno
Accepting request 580045 from devel:languages:python
- 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/request/show/580045 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-reno?expand=0&rev=6
This commit is contained in:
@@ -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
|
Mon Dec 4 22:33:06 UTC 2017 - cloud-devel@suse.de
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-reno
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,36 +17,39 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-reno
|
Name: python-reno
|
||||||
Version: 2.6.0
|
Version: 2.7.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: RElease NOtes manager
|
Summary: RElease NOtes manager
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: http://www.openstack.org/
|
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: openstack-macros
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python2-Babel >= 2.3.4
|
|
||||||
BuildRequires: python2-PyYAML >= 3.10
|
BuildRequires: python2-PyYAML >= 3.10
|
||||||
|
BuildRequires: python2-Sphinx
|
||||||
|
BuildRequires: python2-docutils >= 0.11
|
||||||
BuildRequires: python2-dulwich >= 0.15.0
|
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-pbr >= 2.0.0
|
||||||
BuildRequires: python2-setuptools >= 16.0
|
BuildRequires: python2-setuptools >= 16.0
|
||||||
BuildRequires: python2-testrepository >= 0.0.18
|
BuildRequires: python2-testrepository >= 0.0.18
|
||||||
BuildRequires: python2-testscenarios >= 0.4
|
BuildRequires: python2-testscenarios >= 0.4
|
||||||
BuildRequires: python2-testtools >= 2.2.0
|
BuildRequires: python2-testtools >= 2.2.0
|
||||||
BuildRequires: python3-Babel >= 2.3.4
|
|
||||||
BuildRequires: python3-PyYAML >= 3.10
|
BuildRequires: python3-PyYAML >= 3.10
|
||||||
|
BuildRequires: python3-Sphinx
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
|
BuildRequires: python3-docutils >= 0.11
|
||||||
BuildRequires: python3-dulwich >= 0.15.0
|
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-pbr >= 2.0.0
|
||||||
BuildRequires: python3-setuptools >= 16.0
|
BuildRequires: python3-setuptools >= 16.0
|
||||||
BuildRequires: python3-testrepository >= 0.0.18
|
BuildRequires: python3-testrepository >= 0.0.18
|
||||||
BuildRequires: python3-testscenarios >= 0.4
|
BuildRequires: python3-testscenarios >= 0.4
|
||||||
BuildRequires: python3-testtools >= 2.2.0
|
BuildRequires: python3-testtools >= 2.2.0
|
||||||
Requires: python-Babel >= 2.3.4
|
|
||||||
Requires: python-PyYAML >= 3.10
|
Requires: python-PyYAML >= 3.10
|
||||||
|
Requires: python-Sphinx
|
||||||
|
Requires: python-docutils >= 0.11
|
||||||
Requires: python-dulwich >= 0.15.0
|
Requires: python-dulwich >= 0.15.0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if 0%{?suse_version}
|
%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.
|
repository and then building documentation from them.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n reno-2.6.0
|
%autosetup -p1 -n reno-2.7.0
|
||||||
%py_req_cleanup
|
%py_req_cleanup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fe0e8655579bed899b19384ffde5c6ebd9b537b066a3c9e957e8918ea3ae0633
|
|
||||||
size 66271
|
|
3
reno-2.7.0.tar.gz
Normal file
3
reno-2.7.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8c8741b058d18184ebdb0b940add3bf6da317e6879d05ef5201d33b55b899f3f
|
||||||
|
size 65269
|
Reference in New Issue
Block a user