Hello community,
here is the log from the commit of package python-oslo.reports for
openSUSE:Factory checked in at 2020-02-18 10:41:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oslo.reports (Old)
and /work/SRC/openSUSE:Factory/.python-oslo.reports.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oslo.reports"
Tue Feb 18 10:41:36 2020 rev:9 rq:774919 version:1.30.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-oslo.reports/python-oslo.reports.changes
2019-05-03 22:43:32.623382585 +0200
+++
/work/SRC/openSUSE:Factory/.python-oslo.reports.new.26092/python-oslo.reports.changes
2020-02-18 10:41:49.665118628 +0100
@@ -1,0 +2,11 @@
+Wed Oct 9 12:28:16 UTC 2019 - [email protected]
+
+- update to version 1.30.0
+ - Replace git.openstack.org URLs with opendev.org URLs
+ - Sync Sphinx requirement
+ - OpenDev Migration Patch
+ - Move doc related modules to doc/requirements.txt
+ - Update master for stable/stein
+ - Add Python 3 Train unit tests
+
+-------------------------------------------------------------------
Old:
----
oslo.reports-1.29.2.tar.gz
New:
----
oslo.reports-1.30.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-oslo.reports.spec ++++++
--- /var/tmp/diff_new_pack.JTA1bc/_old 2020-02-18 10:41:50.309119943 +0100
+++ /var/tmp/diff_new_pack.JTA1bc/_new 2020-02-18 10:41:50.309119943 +0100
@@ -17,16 +17,14 @@
Name: python-oslo.reports
-Version: 1.29.2
+Version: 1.30.0
Release: 0
Summary: OpenStack oslo.reports library
License: Apache-2.0
Group: Development/Languages/Python
URL: https://launchpad.net/oslo.reports
-Source0:
https://files.pythonhosted.org/packages/source/o/oslo.reports/oslo.reports-1.29.2.tar.gz
-# https://review.openstack.org/588088
+Source0:
https://files.pythonhosted.org/packages/source/o/oslo.reports/oslo.reports-1.30.0.tar.gz
BuildRequires: openstack-macros
-BuildRequires: python-devel
BuildRequires: python2-Jinja2 >= 2.10
BuildRequires: python2-eventlet
BuildRequires: python2-greenlet
@@ -40,7 +38,6 @@
BuildRequires: python2-six >= 1.10.0
BuildRequires: python2-stestr
BuildRequires: python3-Jinja2 >= 2.10
-BuildRequires: python3-devel
BuildRequires: python3-eventlet
BuildRequires: python3-greenlet
BuildRequires: python3-oslo.config
@@ -68,8 +65,9 @@
%package -n python-oslo.reports-doc
Summary: Documentation for OpenStack reports library
Group: Development/Languages/Python
-BuildRequires: python-Sphinx
-BuildRequires: python-openstackdocstheme
+BuildRequires: python3-Sphinx
+BuildRequires: python3-openstackdocstheme
+BuildRequires: python3-sphinxcontrib-apidoc
%description -n python-oslo.reports-doc
The project oslo.reports hosts a general purpose error report generation
@@ -77,14 +75,14 @@
This package contains the documentation.
%prep
-%autosetup -p1 -n oslo.reports-1.29.2
+%autosetup -p1 -n oslo.reports-1.30.0
%py_req_cleanup
%build
%{python_build}
# generate html docs
-%{__python2} setup.py build_sphinx
+PBR_VERSION=%{version} %sphinx_build -b html doc/source doc/build/html
# remove the sphinx-build leftovers
rm -rf doc/build/html/.{doctrees,buildinfo}
@@ -97,8 +95,8 @@
%files %{python_files}
%license LICENSE
%doc README.rst ChangeLog
-%{python2_sitelib}/oslo_reports
-%{python2_sitelib}/*.egg-info
+%{python_sitelib}/oslo_reports
+%{python_sitelib}/*.egg-info
%files -n python-oslo.reports-doc
%license LICENSE
++++++ _service ++++++
--- /var/tmp/diff_new_pack.JTA1bc/_old 2020-02-18 10:41:50.349120024 +0100
+++ /var/tmp/diff_new_pack.JTA1bc/_new 2020-02-18 10:41:50.353120032 +0100
@@ -1,8 +1,8 @@
<services>
<service mode="disabled" name="renderspec">
- <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/oslo.reports/oslo.reports.spec.j2</param>
+ <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/train/openstack/oslo.reports/oslo.reports.spec.j2</param>
<param name="output-name">python-oslo.reports.spec</param>
- <param
name="requirements">https://raw.githubusercontent.com/openstack/oslo.reports/stable/stein/requirements.txt</param>
+ <param
name="requirements">https://raw.githubusercontent.com/openstack/oslo.reports/stable/train/requirements.txt</param>
<param name="changelog-email">[email protected]</param>
<param name="changelog-provider">gh,openstack,oslo.reports</param>
</service>
++++++ oslo.reports-1.29.2.tar.gz -> oslo.reports-1.30.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.reports-1.29.2/.zuul.yaml
new/oslo.reports-1.30.0/.zuul.yaml
--- old/oslo.reports-1.29.2/.zuul.yaml 2019-02-28 19:02:10.000000000 +0100
+++ new/oslo.reports-1.30.0/.zuul.yaml 2019-09-04 16:31:27.000000000 +0200
@@ -5,9 +5,7 @@
- lib-forward-testing-python3
- openstack-lower-constraints-jobs
- openstack-python-jobs
- - openstack-python35-jobs
- - openstack-python36-jobs
- - openstack-python37-jobs
+ - openstack-python3-train-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.reports-1.29.2/AUTHORS
new/oslo.reports-1.30.0/AUTHORS
--- old/oslo.reports-1.29.2/AUTHORS 2019-02-28 19:06:45.000000000 +0100
+++ new/oslo.reports-1.30.0/AUTHORS 2019-09-04 16:32:12.000000000 +0200
@@ -8,6 +8,7 @@
Chang Bo Guo <[email protected]>
ChangBo Guo(gcb) <[email protected]>
Christian Berendt <[email protected]>
+Corey Bryant <[email protected]>
D G Lee <[email protected]>
Daisuke Fujita <[email protected]>
Davanum Srinivas <[email protected]>
@@ -39,7 +40,10 @@
ZhijunWei <[email protected]>
ZhongShengping <[email protected]>
Zhongyue Luo <[email protected]>
+caoyuan <[email protected]>
gecong1973 <[email protected]>
+gujin <[email protected]>
+jacky06 <[email protected]>
loooosy <[email protected]>
melissaml <[email protected]>
tanlin <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.reports-1.29.2/ChangeLog
new/oslo.reports-1.30.0/ChangeLog
--- old/oslo.reports-1.29.2/ChangeLog 2019-02-28 19:06:45.000000000 +0100
+++ new/oslo.reports-1.30.0/ChangeLog 2019-09-04 16:32:12.000000000 +0200
@@ -1,6 +1,16 @@
CHANGES
=======
+1.30.0
+------
+
+* Add Python 3 Train unit tests
+* Move doc related modules to doc/requirements.txt
+* Sync Sphinx requirement
+* Replace git.openstack.org URLs with opendev.org URLs
+* OpenDev Migration Patch
+* Update master for stable/stein
+
1.29.2
------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.reports-1.29.2/PKG-INFO
new/oslo.reports-1.30.0/PKG-INFO
--- old/oslo.reports-1.29.2/PKG-INFO 2019-02-28 19:06:45.000000000 +0100
+++ new/oslo.reports-1.30.0/PKG-INFO 2019-09-04 16:32:12.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: oslo.reports
-Version: 1.29.2
+Version: 1.30.0
Summary: oslo.reports library
Home-page: https://docs.openstack.org/oslo.reports/latest
Author: OpenStack
@@ -64,7 +64,7 @@
* Free software: Apache license
* Documentation: https://docs.openstack.org/oslo.reports/latest
- * Source: https://git.openstack.org/cgit/openstack/oslo.reports
+ * Source: https://opendev.org/openstack/oslo.reports
* Bugs: https://bugs.launchpad.net/oslo.reports
* Release notes: https://docs.openstack.org/releasenotes/oslo.reports/
@@ -79,4 +79,5 @@
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.reports-1.29.2/README.rst
new/oslo.reports-1.30.0/README.rst
--- old/oslo.reports-1.29.2/README.rst 2019-02-28 19:02:10.000000000 +0100
+++ new/oslo.reports-1.30.0/README.rst 2019-09-04 16:31:27.000000000 +0200
@@ -56,6 +56,6 @@
* Free software: Apache license
* Documentation: https://docs.openstack.org/oslo.reports/latest
-* Source: https://git.openstack.org/cgit/openstack/oslo.reports
+* Source: https://opendev.org/openstack/oslo.reports
* Bugs: https://bugs.launchpad.net/oslo.reports
* Release notes: https://docs.openstack.org/releasenotes/oslo.reports/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.reports-1.29.2/doc/requirements.txt
new/oslo.reports-1.30.0/doc/requirements.txt
--- old/oslo.reports-1.29.2/doc/requirements.txt 1970-01-01
01:00:00.000000000 +0100
+++ new/oslo.reports-1.30.0/doc/requirements.txt 2019-09-04
16:31:27.000000000 +0200
@@ -0,0 +1,9 @@
+# The order of packages is significant, because pip processes them in the order
+# of appearance. Changing the order has an impact on the overall integration
+# process, which may cause wedges in the gate later.
+
+openstackdocstheme>=1.18.1 # Apache-2.0
+sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD
+reno>=2.5.0 # Apache-2.0
+sphinxcontrib-apidoc>=0.2.0 # BSD
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.reports-1.29.2/doc/source/conf.py
new/oslo.reports-1.30.0/doc/source/conf.py
--- old/oslo.reports-1.29.2/doc/source/conf.py 2019-02-28 19:02:10.000000000
+0100
+++ new/oslo.reports-1.30.0/doc/source/conf.py 2019-09-04 16:31:27.000000000
+0200
@@ -22,6 +22,7 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = [
'sphinx.ext.autodoc',
+ 'sphinxcontrib.apidoc',
#'sphinx.ext.intersphinx',
'openstackdocstheme',
'oslo_config.sphinxext',
@@ -87,3 +88,7 @@
# Example configuration for intersphinx: refer to the Python standard library.
#intersphinx_mapping = {'http://docs.python.org/': None}
+
+# -- sphinxcontrib.apidoc configuration --------------------------------------
+apidoc_module_dir = '../../oslo_reports'
+apidoc_output_dir = 'reference/api'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.reports-1.29.2/doc/source/reference/index.rst
new/oslo.reports-1.30.0/doc/source/reference/index.rst
--- old/oslo.reports-1.29.2/doc/source/reference/index.rst 2019-02-28
19:02:10.000000000 +0100
+++ new/oslo.reports-1.30.0/doc/source/reference/index.rst 2019-09-04
16:31:27.000000000 +0200
@@ -15,4 +15,4 @@
.. toctree::
:maxdepth: 1
- api/autoindex
+ api/modules
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.reports-1.29.2/oslo.reports.egg-info/PKG-INFO
new/oslo.reports-1.30.0/oslo.reports.egg-info/PKG-INFO
--- old/oslo.reports-1.29.2/oslo.reports.egg-info/PKG-INFO 2019-02-28
19:06:45.000000000 +0100
+++ new/oslo.reports-1.30.0/oslo.reports.egg-info/PKG-INFO 2019-09-04
16:32:12.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: oslo.reports
-Version: 1.29.2
+Version: 1.30.0
Summary: oslo.reports library
Home-page: https://docs.openstack.org/oslo.reports/latest
Author: OpenStack
@@ -64,7 +64,7 @@
* Free software: Apache license
* Documentation: https://docs.openstack.org/oslo.reports/latest
- * Source: https://git.openstack.org/cgit/openstack/oslo.reports
+ * Source: https://opendev.org/openstack/oslo.reports
* Bugs: https://bugs.launchpad.net/oslo.reports
* Release notes: https://docs.openstack.org/releasenotes/oslo.reports/
@@ -79,4 +79,5 @@
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/oslo.reports-1.29.2/oslo.reports.egg-info/SOURCES.txt
new/oslo.reports-1.30.0/oslo.reports.egg-info/SOURCES.txt
--- old/oslo.reports-1.29.2/oslo.reports.egg-info/SOURCES.txt 2019-02-28
19:06:45.000000000 +0100
+++ new/oslo.reports-1.30.0/oslo.reports.egg-info/SOURCES.txt 2019-09-04
16:32:12.000000000 +0200
@@ -15,6 +15,7 @@
setup.py
test-requirements.txt
tox.ini
+doc/requirements.txt
doc/source/conf.py
doc/source/index.rst
doc/source/contributor/index.rst
@@ -75,6 +76,7 @@
releasenotes/source/pike.rst
releasenotes/source/queens.rst
releasenotes/source/rocky.rst
+releasenotes/source/stein.rst
releasenotes/source/unreleased.rst
releasenotes/source/_static/.placeholder
releasenotes/source/_templates/.placeholder
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.reports-1.29.2/oslo.reports.egg-info/pbr.json
new/oslo.reports-1.30.0/oslo.reports.egg-info/pbr.json
--- old/oslo.reports-1.29.2/oslo.reports.egg-info/pbr.json 2019-02-28
19:06:45.000000000 +0100
+++ new/oslo.reports-1.30.0/oslo.reports.egg-info/pbr.json 2019-09-04
16:32:12.000000000 +0200
@@ -1 +1 @@
-{"git_version": "9fb5353", "is_release": true}
\ No newline at end of file
+{"git_version": "cf35fec", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.reports-1.29.2/releasenotes/source/index.rst
new/oslo.reports-1.30.0/releasenotes/source/index.rst
--- old/oslo.reports-1.29.2/releasenotes/source/index.rst 2019-02-28
19:02:10.000000000 +0100
+++ new/oslo.reports-1.30.0/releasenotes/source/index.rst 2019-09-04
16:31:27.000000000 +0200
@@ -6,6 +6,7 @@
:maxdepth: 1
unreleased
+ stein
rocky
queens
pike
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.reports-1.29.2/releasenotes/source/stein.rst
new/oslo.reports-1.30.0/releasenotes/source/stein.rst
--- old/oslo.reports-1.29.2/releasenotes/source/stein.rst 1970-01-01
01:00:00.000000000 +0100
+++ new/oslo.reports-1.30.0/releasenotes/source/stein.rst 2019-09-04
16:31:27.000000000 +0200
@@ -0,0 +1,6 @@
+===================================
+ Stein Series Release Notes
+===================================
+
+.. release-notes::
+ :branch: stable/stein
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.reports-1.29.2/setup.cfg
new/oslo.reports-1.30.0/setup.cfg
--- old/oslo.reports-1.29.2/setup.cfg 2019-02-28 19:06:45.000000000 +0100
+++ new/oslo.reports-1.30.0/setup.cfg 2019-09-04 16:32:12.000000000 +0200
@@ -16,7 +16,8 @@
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
- Programming Language :: Python :: 3.5
+ Programming Language :: Python :: 3.6
+ Programming Language :: Python :: 3.7
[files]
packages =
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.reports-1.29.2/test-requirements.txt
new/oslo.reports-1.30.0/test-requirements.txt
--- old/oslo.reports-1.29.2/test-requirements.txt 2019-02-28
19:02:10.000000000 +0100
+++ new/oslo.reports-1.30.0/test-requirements.txt 2019-09-04
16:31:27.000000000 +0200
@@ -6,17 +6,12 @@
oslotest>=3.2.0 # Apache-2.0
stestr>=2.0.0 # Apache-2.0
-# These are needed for docs generation
-openstackdocstheme>=1.18.1 # Apache-2.0
-sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
-
# for testing optional parts
oslo.config>=5.2.0 # Apache-2.0
eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
greenlet>=0.4.10 # MIT
coverage!=4.4,>=4.0 # Apache-2.0
-reno>=2.5.0 # Apache-2.0
# Bandit security code scanner
bandit>=1.1.0 # Apache-2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.reports-1.29.2/tox.ini
new/oslo.reports-1.30.0/tox.ini
--- old/oslo.reports-1.29.2/tox.ini 2019-02-28 19:02:10.000000000 +0100
+++ new/oslo.reports-1.30.0/tox.ini 2019-09-04 16:31:27.000000000 +0200
@@ -1,10 +1,10 @@
[tox]
minversion = 2.0
-envlist = py35,py27,pep8
+envlist = py27,py37,pep8
[testenv]
deps =
-
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
+
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
install_command = pip install {opts} {packages}
@@ -28,7 +28,14 @@
[testenv:docs]
basepython = python3
-commands = python setup.py build_sphinx
+whitelist_externals =
+ rm
+deps =
+ {[testenv]deps}
+ -r{toxinidir}/doc/requirements.txt
+commands =
+ rm -rf doc/build doc/source/reference/api
+ sphinx-build -W -b html doc/source doc/build/html
[testenv:cover]
basepython = python3