Hello community,
here is the log from the commit of package python-monascaclient for
openSUSE:Factory checked in at 2020-10-26 16:15:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-monascaclient (Old)
and /work/SRC/openSUSE:Factory/.python-monascaclient.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-monascaclient"
Mon Oct 26 16:15:46 2020 rev:13 rq:841190 version:2.2.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-monascaclient/python-monascaclient.changes
2020-06-05 20:14:39.954638598 +0200
+++
/work/SRC/openSUSE:Factory/.python-monascaclient.new.3463/python-monascaclient.changes
2020-10-26 16:16:37.254949970 +0100
@@ -1,0 +2,16 @@
+Fri Oct 9 19:15:18 UTC 2020 - [email protected]
+
+- update to version 2.2.1
+ - Stop to use the __future__ module.
+ - Update CONTRIBUTING.rst
+ - Add py38 package metadata
+ - Bump default tox env from py37 to py38
+ - Add releasenotes link to README
+ - Switch to newer openstackdocstheme and reno versions
+ - Add Python3 victoria unit tests
+ - Update master for stable/ussuri
+ - Fix mock import statements
+ - Fix hacking min version to 3.0.1
+ - Use unittest.mock instead of third party mock
+
+-------------------------------------------------------------------
Old:
----
python-monascaclient-2.1.0.tar.gz
New:
----
python-monascaclient-2.2.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-monascaclient.spec ++++++
--- /var/tmp/diff_new_pack.paU5P5/_old 2020-10-26 16:16:37.958950536 +0100
+++ /var/tmp/diff_new_pack.paU5P5/_new 2020-10-26 16:16:37.962950540 +0100
@@ -17,19 +17,18 @@
Name: python-monascaclient
-Version: 2.1.0
+Version: 2.2.1
Release: 0
Summary: Python API and CLI for OpenStack Monasca
License: Apache-2.0
Group: Development/Languages/Python
URL: https://launchpad.net/python-monascaclient
-Source0:
https://files.pythonhosted.org/packages/source/p/python-monascaclient/python-monascaclient-2.1.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/python-monascaclient/python-monascaclient-2.2.1.tar.gz
BuildRequires: openstack-macros
BuildRequires: python3-PrettyTable >= 0.7.2
BuildRequires: python3-PyYAML >= 3.12
BuildRequires: python3-fixtures
BuildRequires: python3-mock
-BuildRequires: python3-mox3
BuildRequires: python3-openstackdocstheme
BuildRequires: python3-osc-lib >= 1.8.0
BuildRequires: python3-oslo.concurrency
@@ -37,7 +36,6 @@
BuildRequires: python3-oslo.utils >= 3.33.0
BuildRequires: python3-oslotest
BuildRequires: python3-pbr >= 2.0.0
-BuildRequires: python3-setuptools
BuildRequires: python3-stestr
BuildRequires: python3-testscenarios
BuildRequires: python3-testtools
@@ -73,7 +71,7 @@
The Monasca Client was written using the OpenStack Heat Python client as a
framework.
%prep
-%autosetup -p1 -n python-monascaclient-2.1.0
+%autosetup -p1 -n python-monascaclient-2.2.1
%py_req_cleanup
%build
++++++ _service ++++++
--- /var/tmp/diff_new_pack.paU5P5/_old 2020-10-26 16:16:37.990950562 +0100
+++ /var/tmp/diff_new_pack.paU5P5/_new 2020-10-26 16:16:37.990950562 +0100
@@ -1,8 +1,8 @@
<services>
<service mode="disabled" name="renderspec">
- <param
name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/ussuri/openstack/python-monascaclient/python-monascaclient.spec.j2</param>
+ <param
name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/victoria/openstack/python-monascaclient/python-monascaclient.spec.j2</param>
<param name="output-name">python-monascaclient.spec</param>
- <param
name="requirements">https://opendev.org/openstack/python-monascaclient/raw/branch/stable/ussuri/requirements.txt</param>
+ <param
name="requirements">https://opendev.org/openstack/python-monascaclient/raw/branch/stable/victoria/requirements.txt</param>
<param name="changelog-email">[email protected]</param>
<param name="changelog-provider">gh,openstack,python-monascaclient</param>
</service>
++++++ python-monascaclient-2.1.0.tar.gz -> python-monascaclient-2.2.1.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-monascaclient-2.1.0/.zuul.yaml
new/python-monascaclient-2.2.1/.zuul.yaml
--- old/python-monascaclient-2.1.0/.zuul.yaml 2020-04-18 17:10:55.000000000
+0200
+++ new/python-monascaclient-2.2.1/.zuul.yaml 2020-09-12 00:05:13.000000000
+0200
@@ -2,7 +2,7 @@
templates:
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- - openstack-python3-ussuri-jobs
+ - openstack-python3-victoria-jobs
- publish-openstack-docs-pti
- check-requirements
- release-notes-jobs-python3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-monascaclient-2.1.0/AUTHORS
new/python-monascaclient-2.2.1/AUTHORS
--- old/python-monascaclient-2.1.0/AUTHORS 2020-04-18 17:11:33.000000000
+0200
+++ new/python-monascaclient-2.2.1/AUTHORS 2020-09-12 00:06:00.000000000
+0200
@@ -25,6 +25,7 @@
Flavio Percoco <[email protected]>
Ghanshyam Mann <[email protected]>
Haiwei Xu <[email protected]>
+Hervé Beraud <[email protected]>
Ian Wienand <[email protected]>
Igor Ataide <[email protected]>
Jamie Lennox <[email protected]>
@@ -65,6 +66,7 @@
Victor Ion Munteanu <[email protected]>
Vieri <[email protected]>
Vu Cong Tuan <[email protected]>
+Witek Bedyk <[email protected]>
Witold Bedyk <[email protected]>
ZhiQiang Fan <[email protected]>
ZhijunWei <[email protected]>
@@ -79,6 +81,7 @@
jacky06 <[email protected]>
kangyufei <[email protected]>
kornicameister <[email protected]>
+lidong <[email protected]>
lingyongxu <[email protected]>
melissaml <[email protected]>
oneilcin <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-monascaclient-2.1.0/CONTRIBUTING.rst
new/python-monascaclient-2.2.1/CONTRIBUTING.rst
--- old/python-monascaclient-2.1.0/CONTRIBUTING.rst 2020-04-18
17:10:55.000000000 +0200
+++ new/python-monascaclient-2.2.1/CONTRIBUTING.rst 2020-09-12
00:05:13.000000000 +0200
@@ -1,17 +1,19 @@
-If you would like to contribute to the development of OpenStack, you must
-follow the steps in this page:
+The source repository for this project can be found at:
- http://docs.openstack.org/infra/manual/developers.html
+ https://opendev.org/openstack/python-monascaclient
-If you already have a good understanding of how the system works and your
-OpenStack accounts are set up, you can skip to the development workflow
-section of this documentation to learn how changes to OpenStack should be
-submitted for review via the Gerrit tool:
+Pull requests submitted through GitHub are not monitored.
- http://docs.openstack.org/infra/manual/developers.html#development-workflow
+To start contributing to OpenStack, follow the steps in the contribution guide
+to set up and use Gerrit:
-Pull requests submitted through GitHub will be ignored.
+
https://docs.openstack.org/contributors/code-and-documentation/quick-start.html
-Bugs should be filed on Launchpad, not GitHub:
+Bugs should be filed on Storyboard:
- https://bugs.launchpad.net/monasca
+ https://storyboard.openstack.org/#!/project/880
+
+For more specific information about contributing to this repository, see the
+Monasca contributor guide:
+
+ https://docs.openstack.org/monasca-api/latest/contributor/contributing.html
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-monascaclient-2.1.0/ChangeLog
new/python-monascaclient-2.2.1/ChangeLog
--- old/python-monascaclient-2.1.0/ChangeLog 2020-04-18 17:11:33.000000000
+0200
+++ new/python-monascaclient-2.2.1/ChangeLog 2020-09-12 00:06:00.000000000
+0200
@@ -1,9 +1,28 @@
CHANGES
=======
+2.2.1
+-----
+
+
+2.2.0
+-----
+
+* Stop to use the \_\_future\_\_ module
+* Switch to newer openstackdocstheme and reno versions
+* Add releasenotes link to README
+* Update CONTRIBUTING.rst
+* Fix hacking min version to 3.0.1
+* Bump default tox env from py37 to py38
+* Add py38 package metadata
+* Use unittest.mock instead of third party mock
+* Add Python3 victoria unit tests
+* Update master for stable/ussuri
+
2.1.0
-----
+* Fix mock import statements
* Cleanup py27 support
* Update hacking for Python3
* Don't hard code notification types into Monasca client
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-monascaclient-2.1.0/PKG-INFO
new/python-monascaclient-2.2.1/PKG-INFO
--- old/python-monascaclient-2.1.0/PKG-INFO 2020-04-18 17:11:34.000000000
+0200
+++ new/python-monascaclient-2.2.1/PKG-INFO 2020-09-12 00:06:00.000000000
+0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.2
Name: python-monascaclient
-Version: 2.1.0
+Version: 2.2.1
Summary: Monasca API Client Library
Home-page: https://docs.openstack.org/python-monascaclient/latest/
Author: OpenStack
@@ -31,11 +31,13 @@
* `Online Documentation`_
* `Bugs`_ - issue tracking (we use *bug* tag to differentiate from new
features)
* `Source`_
+ * `Release Notes`_
.. _PyPi: https://pypi.python.org/pypi/python-monascaclient
.. _Online Documentation:
https://docs.openstack.org/python-monascaclient/latest/
.. _Bugs: https://storyboard.openstack.org/#!/project/880
.. _Source: https://opendev.org/openstack/python-monascaclient
+ .. _Release Notes:
https://docs.openstack.org/releasenotes/python-monascaclient
Platform: UNKNOWN
@@ -50,4 +52,5 @@
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
+Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-monascaclient-2.1.0/README.rst
new/python-monascaclient-2.2.1/README.rst
--- old/python-monascaclient-2.1.0/README.rst 2020-04-18 17:10:55.000000000
+0200
+++ new/python-monascaclient-2.2.1/README.rst 2020-09-12 00:05:13.000000000
+0200
@@ -23,8 +23,10 @@
* `Online Documentation`_
* `Bugs`_ - issue tracking (we use *bug* tag to differentiate from new
features)
* `Source`_
+* `Release Notes`_
.. _PyPi: https://pypi.python.org/pypi/python-monascaclient
.. _Online Documentation:
https://docs.openstack.org/python-monascaclient/latest/
.. _Bugs: https://storyboard.openstack.org/#!/project/880
.. _Source: https://opendev.org/openstack/python-monascaclient
+.. _Release Notes: https://docs.openstack.org/releasenotes/python-monascaclient
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-monascaclient-2.1.0/doc/source/conf.py
new/python-monascaclient-2.2.1/doc/source/conf.py
--- old/python-monascaclient-2.1.0/doc/source/conf.py 2020-04-18
17:10:55.000000000 +0200
+++ new/python-monascaclient-2.2.1/doc/source/conf.py 2020-09-12
00:05:13.000000000 +0200
@@ -13,8 +13,6 @@
import os
import sys
-from monascaclient.version import version_info
-
sys.path = [
os.path.abspath('../..'),
os.path.abspath('../../bin')
@@ -23,7 +21,7 @@
# -- General configuration ------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here.
-needs_sphinx = '1.6'
+needs_sphinx = '2.0'
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
@@ -37,14 +35,12 @@
]
# geeneral information about project
-repository_name = u'openstack/python-monascaclient'
+openstackdocs_repo_name = u'openstack/python-monascaclient'
project = u'Monasca Client Dev Docs'
-version = version_info.canonical_version_string()
-release = version_info.version_string_with_vcs()
-bug_project = u'880'
-bug_tag = u''
+openstackdocs_use_storyboard = True
copyright = u'2014-present, OpenStack Foundation'
author = u'OpenStack Foundation'
+openstackdocs_auto_name = False
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
@@ -80,7 +76,7 @@
show_authors = True
# The name of the Pygments (syntax highlighting) style to use.
-pygments_style = 'sphinx'
+pygments_style = 'native'
# -- Options for HTML output ----------------------------------------------
@@ -88,10 +84,6 @@
# a list of builtin themes.
html_theme = 'openstackdocs'
-# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
-# using the given strftime format.
-html_last_updated_fmt = '%Y-%m-%d %H:%M'
-
# If false, no index is generated.
html_use_index = True
@@ -130,6 +122,3 @@
author, 'python-monascaclient', 'Rest-API to collect logs from your cloud.',
'Miscellaneous'),
]
-
-# Example configuration for intersphinx: refer to the Python standard library.
-intersphinx_mapping = {'https://doc.python.org/': None}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-monascaclient-2.1.0/lower-constraints.txt
new/python-monascaclient-2.2.1/lower-constraints.txt
--- old/python-monascaclient-2.1.0/lower-constraints.txt 2020-04-18
17:10:55.000000000 +0200
+++ new/python-monascaclient-2.2.1/lower-constraints.txt 2020-09-12
00:05:13.000000000 +0200
@@ -28,14 +28,13 @@
linecache2==1.0.0
MarkupSafe==1.0
mccabe==0.2.1
-mock==2.0.0
monotonic==0.6
mox3==0.20.0
msgpack-python==0.4.0
munch==2.1.0
netaddr==0.7.18
netifaces==0.10.4
-openstackdocstheme==1.18.1
+openstackdocstheme==2.2.1
openstacksdk==0.11.2
os-client-config==1.28.0
os-service-types==1.2.0
@@ -55,7 +54,7 @@
python-subunit==1.0.0
pytz==2013.6
PyYAML==3.12
-reno==2.5.0
+reno==3.1.0
requests==2.14.2
requestsexceptions==1.2.0
restructuredtext-lint==1.1.1
@@ -63,7 +62,7 @@
six==1.10.0
smmap==0.9.0
snowballstemmer==1.2.1
-Sphinx==1.6.5
+Sphinx==2.0.0
sphinxcontrib-websupport==1.0.1
stestr==1.0.0
stevedore==1.20.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python-monascaclient-2.1.0/monascaclient/common/utils.py
new/python-monascaclient-2.2.1/monascaclient/common/utils.py
--- old/python-monascaclient-2.1.0/monascaclient/common/utils.py
2020-04-18 17:10:55.000000000 +0200
+++ new/python-monascaclient-2.2.1/monascaclient/common/utils.py
2020-09-12 00:05:13.000000000 +0200
@@ -13,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-from __future__ import print_function
-
import numbers
import prettytable
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python-monascaclient-2.1.0/monascaclient/tests/test_client.py
new/python-monascaclient-2.2.1/monascaclient/tests/test_client.py
--- old/python-monascaclient-2.1.0/monascaclient/tests/test_client.py
2020-04-18 17:10:55.000000000 +0200
+++ new/python-monascaclient-2.2.1/monascaclient/tests/test_client.py
2020-09-12 00:05:13.000000000 +0200
@@ -14,9 +14,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+from unittest import mock
import warnings
-import mock
from oslotest import base
from monascaclient import client
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python-monascaclient-2.1.0/monascaclient/tests/test_shell.py
new/python-monascaclient-2.2.1/monascaclient/tests/test_shell.py
--- old/python-monascaclient-2.1.0/monascaclient/tests/test_shell.py
2020-04-18 17:10:55.000000000 +0200
+++ new/python-monascaclient-2.2.1/monascaclient/tests/test_shell.py
2020-09-12 00:05:13.000000000 +0200
@@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-import mock
+from unittest import mock
from oslotest import base
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python-monascaclient-2.1.0/monascaclient/tests/v2_0/shell/test_alarm_definitions.py
new/python-monascaclient-2.2.1/monascaclient/tests/v2_0/shell/test_alarm_definitions.py
---
old/python-monascaclient-2.1.0/monascaclient/tests/v2_0/shell/test_alarm_definitions.py
2020-04-18 17:10:55.000000000 +0200
+++
new/python-monascaclient-2.2.1/monascaclient/tests/v2_0/shell/test_alarm_definitions.py
2020-09-12 00:05:13.000000000 +0200
@@ -12,7 +12,7 @@
# License for the specific language governing permissions and limitations
# under the License.
-import mock
+from unittest import mock
from oslotest import base
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python-monascaclient-2.1.0/monascaclient/tests/v2_0/shell/test_metrics.py
new/python-monascaclient-2.2.1/monascaclient/tests/v2_0/shell/test_metrics.py
---
old/python-monascaclient-2.1.0/monascaclient/tests/v2_0/shell/test_metrics.py
2020-04-18 17:10:55.000000000 +0200
+++
new/python-monascaclient-2.2.1/monascaclient/tests/v2_0/shell/test_metrics.py
2020-09-12 00:05:13.000000000 +0200
@@ -12,7 +12,7 @@
# License for the specific language governing permissions and limitations
# under the License.
-import mock
+from unittest import mock
from oslotest import base
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python-monascaclient-2.1.0/monascaclient/tests/v2_0/shell/test_notification_types.py
new/python-monascaclient-2.2.1/monascaclient/tests/v2_0/shell/test_notification_types.py
---
old/python-monascaclient-2.1.0/monascaclient/tests/v2_0/shell/test_notification_types.py
2020-04-18 17:10:55.000000000 +0200
+++
new/python-monascaclient-2.2.1/monascaclient/tests/v2_0/shell/test_notification_types.py
2020-09-12 00:05:13.000000000 +0200
@@ -12,7 +12,7 @@
# License for the specific language governing permissions and limitations
# under the License.
-import mock
+from unittest import mock
from oslotest import base
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python-monascaclient-2.1.0/monascaclient/tests/v2_0/shell/test_notifications.py
new/python-monascaclient-2.2.1/monascaclient/tests/v2_0/shell/test_notifications.py
---
old/python-monascaclient-2.1.0/monascaclient/tests/v2_0/shell/test_notifications.py
2020-04-18 17:10:55.000000000 +0200
+++
new/python-monascaclient-2.2.1/monascaclient/tests/v2_0/shell/test_notifications.py
2020-09-12 00:05:13.000000000 +0200
@@ -12,7 +12,7 @@
# License for the specific language governing permissions and limitations
# under the License.
-import mock
+from unittest import mock
from oslotest import base
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python-monascaclient-2.1.0/python_monascaclient.egg-info/PKG-INFO
new/python-monascaclient-2.2.1/python_monascaclient.egg-info/PKG-INFO
--- old/python-monascaclient-2.1.0/python_monascaclient.egg-info/PKG-INFO
2020-04-18 17:11:33.000000000 +0200
+++ new/python-monascaclient-2.2.1/python_monascaclient.egg-info/PKG-INFO
2020-09-12 00:06:00.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.2
Name: python-monascaclient
-Version: 2.1.0
+Version: 2.2.1
Summary: Monasca API Client Library
Home-page: https://docs.openstack.org/python-monascaclient/latest/
Author: OpenStack
@@ -31,11 +31,13 @@
* `Online Documentation`_
* `Bugs`_ - issue tracking (we use *bug* tag to differentiate from new
features)
* `Source`_
+ * `Release Notes`_
.. _PyPi: https://pypi.python.org/pypi/python-monascaclient
.. _Online Documentation:
https://docs.openstack.org/python-monascaclient/latest/
.. _Bugs: https://storyboard.openstack.org/#!/project/880
.. _Source: https://opendev.org/openstack/python-monascaclient
+ .. _Release Notes:
https://docs.openstack.org/releasenotes/python-monascaclient
Platform: UNKNOWN
@@ -50,4 +52,5 @@
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
+Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python-monascaclient-2.1.0/python_monascaclient.egg-info/SOURCES.txt
new/python-monascaclient-2.2.1/python_monascaclient.egg-info/SOURCES.txt
--- old/python-monascaclient-2.1.0/python_monascaclient.egg-info/SOURCES.txt
2020-04-18 17:11:33.000000000 +0200
+++ new/python-monascaclient-2.2.1/python_monascaclient.egg-info/SOURCES.txt
2020-09-12 00:06:00.000000000 +0200
@@ -71,4 +71,5 @@
releasenotes/source/rocky.rst
releasenotes/source/stein.rst
releasenotes/source/train.rst
-releasenotes/source/unreleased.rst
\ No newline at end of file
+releasenotes/source/unreleased.rst
+releasenotes/source/ussuri.rst
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python-monascaclient-2.1.0/python_monascaclient.egg-info/pbr.json
new/python-monascaclient-2.2.1/python_monascaclient.egg-info/pbr.json
--- old/python-monascaclient-2.1.0/python_monascaclient.egg-info/pbr.json
2020-04-18 17:11:33.000000000 +0200
+++ new/python-monascaclient-2.2.1/python_monascaclient.egg-info/pbr.json
2020-09-12 00:06:00.000000000 +0200
@@ -1 +1 @@
-{"git_version": "b07e4b5", "is_release": true}
\ No newline at end of file
+{"git_version": "4c3eef6", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python-monascaclient-2.1.0/python_monascaclient.egg-info/requires.txt
new/python-monascaclient-2.2.1/python_monascaclient.egg-info/requires.txt
--- old/python-monascaclient-2.1.0/python_monascaclient.egg-info/requires.txt
2020-04-18 17:11:33.000000000 +0200
+++ new/python-monascaclient-2.2.1/python_monascaclient.egg-info/requires.txt
2020-09-12 00:06:00.000000000 +0200
@@ -1,9 +1,9 @@
+Babel!=2.4.0,>=2.3.4
+PrettyTable<0.8,>=0.7.2
+PyYAML>=3.12
+iso8601>=0.1.11
osc-lib>=1.8.0
oslo.serialization!=2.19.1,>=2.18.0
oslo.utils>=3.33.0
-Babel!=2.4.0,>=2.3.4
-iso8601>=0.1.11
pbr!=2.1.0,>=2.0.0
-PrettyTable<0.8,>=0.7.2
-PyYAML>=3.12
six>=1.10.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python-monascaclient-2.1.0/releasenotes/source/conf.py
new/python-monascaclient-2.2.1/releasenotes/source/conf.py
--- old/python-monascaclient-2.1.0/releasenotes/source/conf.py 2020-04-18
17:10:55.000000000 +0200
+++ new/python-monascaclient-2.2.1/releasenotes/source/conf.py 2020-09-12
00:05:13.000000000 +0200
@@ -36,20 +36,20 @@
master_doc = 'index'
# General information about the project.
-repository_name = u'openstack/python-monascaclient'
+openstackdocs_repo_name = u'openstack/python-monascaclient'
project = u'Monasca Client ReleaseNotes Docs'
# Release notes do not need a version number in the title, they
# cover multiple releases.
version = ''
release = ''
-bug_project = u'880'
-bug_tag = u''
+openstackdocs_use_storyboard = True
+openstackdocs_auto_name = False
copyright = u'2014-present, OpenStack Foundation'
author = u'OpenStack Foundation'
# The name of the Pygments (syntax highlighting) style to use.
-pygments_style = 'sphinx'
+pygments_style = 'native'
# -- Options for HTML output ----------------------------------------------
@@ -57,10 +57,6 @@
# a list of builtin themes.
html_theme = 'openstackdocs'
-# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
-# using the given strftime format.
-html_last_updated_fmt = '%Y-%m-%d %H:%M'
-
# Output file base name for HTML help builder.
htmlhelp_basename = 'MonascaClientReleaseNotesDoc'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python-monascaclient-2.1.0/releasenotes/source/index.rst
new/python-monascaclient-2.2.1/releasenotes/source/index.rst
--- old/python-monascaclient-2.1.0/releasenotes/source/index.rst
2020-04-18 17:10:55.000000000 +0200
+++ new/python-monascaclient-2.2.1/releasenotes/source/index.rst
2020-09-12 00:05:13.000000000 +0200
@@ -8,6 +8,7 @@
:maxdepth: 1
unreleased
+ ussuri
train
stein
rocky
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python-monascaclient-2.1.0/releasenotes/source/ussuri.rst
new/python-monascaclient-2.2.1/releasenotes/source/ussuri.rst
--- old/python-monascaclient-2.1.0/releasenotes/source/ussuri.rst
1970-01-01 01:00:00.000000000 +0100
+++ new/python-monascaclient-2.2.1/releasenotes/source/ussuri.rst
2020-09-12 00:05:13.000000000 +0200
@@ -0,0 +1,6 @@
+===========================
+Ussuri Series Release Notes
+===========================
+
+.. release-notes::
+ :branch: stable/ussuri
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-monascaclient-2.1.0/setup.cfg
new/python-monascaclient-2.2.1/setup.cfg
--- old/python-monascaclient-2.1.0/setup.cfg 2020-04-18 17:11:34.000000000
+0200
+++ new/python-monascaclient-2.2.1/setup.cfg 2020-09-12 00:06:00.000000000
+0200
@@ -18,6 +18,7 @@
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
+ Programming Language :: Python :: 3.8
[files]
packages = monascaclient
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-monascaclient-2.1.0/test-requirements.txt
new/python-monascaclient-2.2.1/test-requirements.txt
--- old/python-monascaclient-2.1.0/test-requirements.txt 2020-04-18
17:10:55.000000000 +0200
+++ new/python-monascaclient-2.2.1/test-requirements.txt 2020-09-12
00:05:13.000000000 +0200
@@ -2,7 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-hacking>=3.0,<3.1.0 # Apache-2.0
+hacking>=3.0.1,<3.1.0 # Apache-2.0
bandit>=1.1.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
@@ -13,6 +13,6 @@
# documentation
doc8>=0.6.0 # Apache-2.0
-sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.5 # BSD
-reno>=2.5.0 # Apache-2.0
-openstackdocstheme>=1.18.1 # Apache-2.0
+sphinx>=2.0.0,!=2.1.0 # BSD
+reno>=3.1.0 # Apache-2.0
+openstackdocstheme>=2.2.1 # Apache-2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-monascaclient-2.1.0/tox.ini
new/python-monascaclient-2.2.1/tox.ini
--- old/python-monascaclient-2.1.0/tox.ini 2020-04-18 17:10:55.000000000
+0200
+++ new/python-monascaclient-2.2.1/tox.ini 2020-09-12 00:05:13.000000000
+0200
@@ -1,5 +1,5 @@
[tox]
-envlist = py37,pypy,cover,pep8
+envlist = py38,pypy,cover,pep8
minversion = 3.1.1
skipsdist = True
ignore_basepython_conflict = True