diff -Nru sahara-plugin-vanilla-6.0.0+git2021120910.03e4216/ChangeLog sahara-plugin-vanilla-7.0.0/ChangeLog --- sahara-plugin-vanilla-6.0.0+git2021120910.03e4216/ChangeLog 2021-12-09 15:32:17.000000000 +0000 +++ sahara-plugin-vanilla-7.0.0/ChangeLog 2022-03-30 11:58:05.000000000 +0000 @@ -1,6 +1,9 @@ CHANGES ======= +7.0.0 +----- + * Update master for stable/xena 6.0.0 diff -Nru sahara-plugin-vanilla-6.0.0+git2021120910.03e4216/debian/changelog sahara-plugin-vanilla-7.0.0/debian/changelog --- sahara-plugin-vanilla-6.0.0+git2021120910.03e4216/debian/changelog 2021-12-09 15:32:27.000000000 +0000 +++ sahara-plugin-vanilla-7.0.0/debian/changelog 2022-03-31 12:17:39.000000000 +0000 @@ -1,3 +1,10 @@ +sahara-plugin-vanilla (7.0.0-0ubuntu1) jammy; urgency=medium + + * d/watch: Scope to 7.x series. + * New upstream release for OpenStack Yoga. + + -- Corey Bryant Thu, 31 Mar 2022 08:17:39 -0400 + sahara-plugin-vanilla (6.0.0+git2021120910.03e4216-0ubuntu1) jammy; urgency=medium * New upstream snapshot for OpenStack Yoga. diff -Nru sahara-plugin-vanilla-6.0.0+git2021120910.03e4216/debian/watch sahara-plugin-vanilla-7.0.0/debian/watch --- sahara-plugin-vanilla-6.0.0+git2021120910.03e4216/debian/watch 2021-12-09 15:32:27.000000000 +0000 +++ sahara-plugin-vanilla-7.0.0/debian/watch 2022-03-31 12:17:39.000000000 +0000 @@ -1,3 +1,3 @@ version=3 opts="uversionmangle=s/\.([a-zA-Z])/~$1/;s/%7E/~/;s/\.0b/~b/;s/\.0rc/~rc/" \ - https://tarballs.opendev.org/openstack/sahara-plugin-vanilla/ sahara-plugin-vanilla-(6\.\d.*)\.tar\.gz + https://tarballs.opendev.org/openstack/sahara-plugin-vanilla/ sahara-plugin-vanilla-(7\.\d.*)\.tar\.gz diff -Nru sahara-plugin-vanilla-6.0.0+git2021120910.03e4216/PKG-INFO sahara-plugin-vanilla-7.0.0/PKG-INFO --- sahara-plugin-vanilla-6.0.0+git2021120910.03e4216/PKG-INFO 2021-12-09 15:32:17.629178000 +0000 +++ sahara-plugin-vanilla-7.0.0/PKG-INFO 2022-03-30 11:58:05.351202500 +0000 @@ -1,11 +1,50 @@ -Metadata-Version: 2.1 +Metadata-Version: 1.2 Name: sahara-plugin-vanilla -Version: 6.1.0.dev1 +Version: 7.0.0 Summary: Vanilla Plugin for Sahara Project Home-page: https://docs.openstack.org/sahara/latest/ Author: OpenStack Author-email: openstack-discuss@lists.openstack.org License: Apache Software License +Description: ======================== + Team and repository tags + ======================== + + .. image:: https://governance.openstack.org/tc/badges/sahara.svg + :target: https://governance.openstack.org/tc/reference/tags/index.html + + .. Change things from this point on + + OpenStack Data Processing ("Sahara") Vanilla Plugin + ==================================================== + + OpenStack Sahara Vanilla Plugin provides the users the option to + start Vanilla clusters on OpenStack Sahara. + Check out OpenStack Sahara documentation to see how to deploy the + Vanilla Plugin. + + Sahara at wiki.openstack.org: https://wiki.openstack.org/wiki/Sahara + + Storyboard project: https://storyboard.openstack.org/#!/project/openstack/sahara-plugin-vanilla + + Sahara docs site: https://docs.openstack.org/sahara/latest/ + + Quickstart guide: https://docs.openstack.org/sahara/latest/user/quickstart.html + + How to participate: https://docs.openstack.org/sahara/latest/contributor/how-to-participate.html + + Source: https://opendev.org/openstack/sahara-plugin-vanilla + + Bugs and feature requests: https://storyboard.openstack.org/#!/project/openstack/sahara-plugin-vanilla + + Release notes: https://docs.openstack.org/releasenotes/sahara-plugin-vanilla/ + + License + ------- + + Apache License Version 2.0 http://www.apache.org/licenses/LICENSE-2.0 + + Platform: UNKNOWN Classifier: Programming Language :: Python Classifier: Programming Language :: Python :: Implementation :: CPython @@ -20,45 +59,3 @@ Classifier: License :: OSI Approved :: Apache Software License Classifier: Operating System :: POSIX :: Linux Requires-Python: >=3.6 -License-File: LICENSE - -======================== -Team and repository tags -======================== - -.. image:: https://governance.openstack.org/tc/badges/sahara.svg - :target: https://governance.openstack.org/tc/reference/tags/index.html - -.. Change things from this point on - -OpenStack Data Processing ("Sahara") Vanilla Plugin -==================================================== - -OpenStack Sahara Vanilla Plugin provides the users the option to -start Vanilla clusters on OpenStack Sahara. -Check out OpenStack Sahara documentation to see how to deploy the -Vanilla Plugin. - -Sahara at wiki.openstack.org: https://wiki.openstack.org/wiki/Sahara - -Storyboard project: https://storyboard.openstack.org/#!/project/openstack/sahara-plugin-vanilla - -Sahara docs site: https://docs.openstack.org/sahara/latest/ - -Quickstart guide: https://docs.openstack.org/sahara/latest/user/quickstart.html - -How to participate: https://docs.openstack.org/sahara/latest/contributor/how-to-participate.html - -Source: https://opendev.org/openstack/sahara-plugin-vanilla - -Bugs and feature requests: https://storyboard.openstack.org/#!/project/openstack/sahara-plugin-vanilla - -Release notes: https://docs.openstack.org/releasenotes/sahara-plugin-vanilla/ - -License -------- - -Apache License Version 2.0 http://www.apache.org/licenses/LICENSE-2.0 - - - diff -Nru sahara-plugin-vanilla-6.0.0+git2021120910.03e4216/sahara_plugin_vanilla.egg-info/pbr.json sahara-plugin-vanilla-7.0.0/sahara_plugin_vanilla.egg-info/pbr.json --- sahara-plugin-vanilla-6.0.0+git2021120910.03e4216/sahara_plugin_vanilla.egg-info/pbr.json 2021-12-09 15:32:17.000000000 +0000 +++ sahara-plugin-vanilla-7.0.0/sahara_plugin_vanilla.egg-info/pbr.json 2022-03-30 11:58:05.000000000 +0000 @@ -1 +1 @@ -{"git_version": "03e4216", "is_release": false} \ No newline at end of file +{"git_version": "03e4216", "is_release": true} \ No newline at end of file diff -Nru sahara-plugin-vanilla-6.0.0+git2021120910.03e4216/sahara_plugin_vanilla.egg-info/PKG-INFO sahara-plugin-vanilla-7.0.0/sahara_plugin_vanilla.egg-info/PKG-INFO --- sahara-plugin-vanilla-6.0.0+git2021120910.03e4216/sahara_plugin_vanilla.egg-info/PKG-INFO 2021-12-09 15:32:17.000000000 +0000 +++ sahara-plugin-vanilla-7.0.0/sahara_plugin_vanilla.egg-info/PKG-INFO 2022-03-30 11:58:05.000000000 +0000 @@ -1,11 +1,50 @@ -Metadata-Version: 2.1 +Metadata-Version: 1.2 Name: sahara-plugin-vanilla -Version: 6.1.0.dev1 +Version: 7.0.0 Summary: Vanilla Plugin for Sahara Project Home-page: https://docs.openstack.org/sahara/latest/ Author: OpenStack Author-email: openstack-discuss@lists.openstack.org License: Apache Software License +Description: ======================== + Team and repository tags + ======================== + + .. image:: https://governance.openstack.org/tc/badges/sahara.svg + :target: https://governance.openstack.org/tc/reference/tags/index.html + + .. Change things from this point on + + OpenStack Data Processing ("Sahara") Vanilla Plugin + ==================================================== + + OpenStack Sahara Vanilla Plugin provides the users the option to + start Vanilla clusters on OpenStack Sahara. + Check out OpenStack Sahara documentation to see how to deploy the + Vanilla Plugin. + + Sahara at wiki.openstack.org: https://wiki.openstack.org/wiki/Sahara + + Storyboard project: https://storyboard.openstack.org/#!/project/openstack/sahara-plugin-vanilla + + Sahara docs site: https://docs.openstack.org/sahara/latest/ + + Quickstart guide: https://docs.openstack.org/sahara/latest/user/quickstart.html + + How to participate: https://docs.openstack.org/sahara/latest/contributor/how-to-participate.html + + Source: https://opendev.org/openstack/sahara-plugin-vanilla + + Bugs and feature requests: https://storyboard.openstack.org/#!/project/openstack/sahara-plugin-vanilla + + Release notes: https://docs.openstack.org/releasenotes/sahara-plugin-vanilla/ + + License + ------- + + Apache License Version 2.0 http://www.apache.org/licenses/LICENSE-2.0 + + Platform: UNKNOWN Classifier: Programming Language :: Python Classifier: Programming Language :: Python :: Implementation :: CPython @@ -20,45 +59,3 @@ Classifier: License :: OSI Approved :: Apache Software License Classifier: Operating System :: POSIX :: Linux Requires-Python: >=3.6 -License-File: LICENSE - -======================== -Team and repository tags -======================== - -.. image:: https://governance.openstack.org/tc/badges/sahara.svg - :target: https://governance.openstack.org/tc/reference/tags/index.html - -.. Change things from this point on - -OpenStack Data Processing ("Sahara") Vanilla Plugin -==================================================== - -OpenStack Sahara Vanilla Plugin provides the users the option to -start Vanilla clusters on OpenStack Sahara. -Check out OpenStack Sahara documentation to see how to deploy the -Vanilla Plugin. - -Sahara at wiki.openstack.org: https://wiki.openstack.org/wiki/Sahara - -Storyboard project: https://storyboard.openstack.org/#!/project/openstack/sahara-plugin-vanilla - -Sahara docs site: https://docs.openstack.org/sahara/latest/ - -Quickstart guide: https://docs.openstack.org/sahara/latest/user/quickstart.html - -How to participate: https://docs.openstack.org/sahara/latest/contributor/how-to-participate.html - -Source: https://opendev.org/openstack/sahara-plugin-vanilla - -Bugs and feature requests: https://storyboard.openstack.org/#!/project/openstack/sahara-plugin-vanilla - -Release notes: https://docs.openstack.org/releasenotes/sahara-plugin-vanilla/ - -License -------- - -Apache License Version 2.0 http://www.apache.org/licenses/LICENSE-2.0 - - -