diff --git a/_service b/_service index 7028e4e..7585c0c 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/reno/reno.spec.j2 python-reno.spec - https://raw.githubusercontent.com/openstack/rpm-packaging/master/requirements.txt + https://raw.githubusercontent.com/openstack/rpm-packaging/master/global-requirements.txt cloud-devel@suse.de gh,openstack,reno diff --git a/python-reno.changes b/python-reno.changes index 1309b52..dc10710 100644 --- a/python-reno.changes +++ b/python-reno.changes @@ -1,3 +1,54 @@ +------------------------------------------------------------------- +Thu Jun 13 04:32:03 UTC 2019 - cloud-devel@suse.de + +- update to version 2.11.3 + - Streamline published release notes + - switch doc and pypi jobs to use python3 + - Migrate the link of bug report button to storyboard + - update sphinx to at least 1.6.1 + - include the branch name in anchors to make them more unique + - add lower-constraints tox environment and job + - Update the min version of tox to 2.0 + - cleanups for dev workflow descriptions + - Add python 3.6 unit test job + - import zuul job settings from project-config + - Collapse Unreleased and Mainline sections + - add unreleased_version_title configuration option + - trivial change to contributing instructions + - refactor handling of missing config files for better testing + - Change openstack-dev to openstack-discuss + - update the oudated URL in doc + - preserve the order of tags when reading the cache file + - Enhance the travis hack + - only override config values from command line if they are actually set + - move sphinx flags to tox.ini + - report line numbers for generated content more accurately + - Update links in README + - Switch to use stestr for unit test + - update bug report URLs to use storyboard + - sphinxext: Use 'sphinx.util.logging' + - sphinxext: Use unicode_literals + - Fix traceback when no args are passed to reno + - tests: Use mock decorator instead of context manager + - Integrate a setuptools command + - build our docs with the lower-constraints + - fix documentation project template + - doc: Note development workflows supported by reno + - build universal wheels + - move package publishing template back to project-config + - link to the europython 2018 presentation about reno + - update test fixtures to capture log output + - fix tox python3 overrides + - Make section titles have stable anchor links + - Add cover job + - add python 3.7 unit test job + - Allow tags prefixed with v in default regex + - Update url in HACKING.rst + - Use unicode for debug string + - Add usage with travis CI to docs + - report when loading data from the cache file + - Update sphinx extension logging + ------------------------------------------------------------------- Mon Feb 26 07:04:59 UTC 2018 - cloud-devel@suse.de diff --git a/python-reno.spec b/python-reno.spec index 5de5e18..8a6bae8 100644 --- a/python-reno.spec +++ b/python-reno.spec @@ -1,7 +1,7 @@ # # spec file for package python-reno # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,45 +12,47 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: python-reno -Version: 2.7.0 +Version: 2.11.3 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.7.0.tar.gz +URL: http://www.openstack.org/ +Source0: https://files.pythonhosted.org/packages/source/r/reno/reno-2.11.3.tar.gz BuildRequires: openstack-macros -BuildRequires: python-devel -BuildRequires: python2-PyYAML >= 3.10 +BuildRequires: python2-PyYAML BuildRequires: python2-Sphinx -BuildRequires: python2-docutils >= 0.11 -BuildRequires: python2-dulwich >= 0.15.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-PyYAML >= 3.10 +BuildRequires: python2-docutils +BuildRequires: python2-dulwich +BuildRequires: python2-openstackdocstheme +BuildRequires: python2-oslotest +BuildRequires: python2-pbr +BuildRequires: python2-setuptools +BuildRequires: python2-stestr +BuildRequires: python2-testscenarios +BuildRequires: python2-testtools +BuildRequires: python3-PyYAML BuildRequires: python3-Sphinx -BuildRequires: python3-devel -BuildRequires: python3-docutils >= 0.11 -BuildRequires: python3-dulwich >= 0.15.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-PyYAML >= 3.10 +BuildRequires: python3-docutils +BuildRequires: python3-dulwich +BuildRequires: python3-openstackdocstheme +BuildRequires: python3-oslotest +BuildRequires: python3-pbr +BuildRequires: python3-setuptools +BuildRequires: python3-stestr +BuildRequires: python3-testscenarios +BuildRequires: python3-testtools +Requires: python-PyYAML Requires: python-Sphinx -Requires: python-docutils >= 0.11 -Requires: python-dulwich >= 0.15.0 +Requires: python-docutils +Requires: python-dulwich +Requires: python-pbr +Requires: python-six BuildArch: noarch %if 0%{?suse_version} BuildRequires: git-core @@ -71,7 +73,9 @@ 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.7.0 +%autosetup -p1 -n reno-2.11.3 +# we dont need hacking +sed -i '/^hacking.*/d' test-requirements.txt %py_req_cleanup %build @@ -88,11 +92,9 @@ repository and then building documentation from them. %python_uninstall_alternative reno %check -%{python_expand rm -rf .testrepository rm -rf .git git init . -$python setup.py test -} +%python_exec -m stestr.cli run %files %{python_files} %license LICENSE diff --git a/reno-2.11.3.tar.gz b/reno-2.11.3.tar.gz new file mode 100644 index 0000000..3219af4 --- /dev/null +++ b/reno-2.11.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98e1eb504566e17611b2cbdbcc065aa4f35d34d3382aafaadeb041b399ca7544 +size 73296 diff --git a/reno-2.7.0.tar.gz b/reno-2.7.0.tar.gz deleted file mode 100644 index 443aa85..0000000 --- a/reno-2.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c8741b058d18184ebdb0b940add3bf6da317e6879d05ef5201d33b55b899f3f -size 65269