forked from pool/python-reno
- 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-reno?expand=0&rev=14
This commit is contained in:
committed by
Git OBS Bridge
parent
32335827c1
commit
d8ce1c6e74
2
_service
2
_service
@@ -2,7 +2,7 @@
|
|||||||
<service mode="disabled" name="renderspec">
|
<service mode="disabled" name="renderspec">
|
||||||
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/reno/reno.spec.j2</param>
|
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/reno/reno.spec.j2</param>
|
||||||
<param name="output-name">python-reno.spec</param>
|
<param name="output-name">python-reno.spec</param>
|
||||||
<param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/master/requirements.txt</param>
|
<param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/master/global-requirements.txt</param>
|
||||||
<param name="changelog-email">cloud-devel@suse.de</param>
|
<param name="changelog-email">cloud-devel@suse.de</param>
|
||||||
<param name="changelog-provider">gh,openstack,reno</param>
|
<param name="changelog-provider">gh,openstack,reno</param>
|
||||||
</service>
|
</service>
|
||||||
|
@@ -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
|
Mon Feb 26 07:04:59 UTC 2018 - cloud-devel@suse.de
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-reno
|
# 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
|
# 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
|
||||||
@@ -12,45 +12,47 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
Name: python-reno
|
||||||
Version: 2.7.0
|
Version: 2.11.3
|
||||||
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.7.0.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/r/reno/reno-2.11.3.tar.gz
|
||||||
BuildRequires: openstack-macros
|
BuildRequires: openstack-macros
|
||||||
BuildRequires: python-devel
|
BuildRequires: python2-PyYAML
|
||||||
BuildRequires: python2-PyYAML >= 3.10
|
|
||||||
BuildRequires: python2-Sphinx
|
BuildRequires: python2-Sphinx
|
||||||
BuildRequires: python2-docutils >= 0.11
|
BuildRequires: python2-docutils
|
||||||
BuildRequires: python2-dulwich >= 0.15.0
|
BuildRequires: python2-dulwich
|
||||||
BuildRequires: python2-oslotest >= 3.2.0
|
BuildRequires: python2-openstackdocstheme
|
||||||
BuildRequires: python2-pbr >= 2.0.0
|
BuildRequires: python2-oslotest
|
||||||
BuildRequires: python2-setuptools >= 16.0
|
BuildRequires: python2-pbr
|
||||||
BuildRequires: python2-testrepository >= 0.0.18
|
BuildRequires: python2-setuptools
|
||||||
BuildRequires: python2-testscenarios >= 0.4
|
BuildRequires: python2-stestr
|
||||||
BuildRequires: python2-testtools >= 2.2.0
|
BuildRequires: python2-testscenarios
|
||||||
BuildRequires: python3-PyYAML >= 3.10
|
BuildRequires: python2-testtools
|
||||||
|
BuildRequires: python3-PyYAML
|
||||||
BuildRequires: python3-Sphinx
|
BuildRequires: python3-Sphinx
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-docutils
|
||||||
BuildRequires: python3-docutils >= 0.11
|
BuildRequires: python3-dulwich
|
||||||
BuildRequires: python3-dulwich >= 0.15.0
|
BuildRequires: python3-openstackdocstheme
|
||||||
BuildRequires: python3-oslotest >= 3.2.0
|
BuildRequires: python3-oslotest
|
||||||
BuildRequires: python3-pbr >= 2.0.0
|
BuildRequires: python3-pbr
|
||||||
BuildRequires: python3-setuptools >= 16.0
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-testrepository >= 0.0.18
|
BuildRequires: python3-stestr
|
||||||
BuildRequires: python3-testscenarios >= 0.4
|
BuildRequires: python3-testscenarios
|
||||||
BuildRequires: python3-testtools >= 2.2.0
|
BuildRequires: python3-testtools
|
||||||
Requires: python-PyYAML >= 3.10
|
Requires: python-PyYAML
|
||||||
Requires: python-Sphinx
|
Requires: python-Sphinx
|
||||||
Requires: python-docutils >= 0.11
|
Requires: python-docutils
|
||||||
Requires: python-dulwich >= 0.15.0
|
Requires: python-dulwich
|
||||||
|
Requires: python-pbr
|
||||||
|
Requires: python-six
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
BuildRequires: git-core
|
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.
|
repository and then building documentation from them.
|
||||||
|
|
||||||
%prep
|
%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
|
%py_req_cleanup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@@ -88,11 +92,9 @@ repository and then building documentation from them.
|
|||||||
%python_uninstall_alternative reno
|
%python_uninstall_alternative reno
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{python_expand rm -rf .testrepository
|
|
||||||
rm -rf .git
|
rm -rf .git
|
||||||
git init .
|
git init .
|
||||||
$python setup.py test
|
%python_exec -m stestr.cli run
|
||||||
}
|
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
3
reno-2.11.3.tar.gz
Normal file
3
reno-2.11.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:98e1eb504566e17611b2cbdbcc065aa4f35d34d3382aafaadeb041b399ca7544
|
||||||
|
size 73296
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8c8741b058d18184ebdb0b940add3bf6da317e6879d05ef5201d33b55b899f3f
|
|
||||||
size 65269
|
|
Reference in New Issue
Block a user