<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-saharaclient.git, branch 3.1.0</title>
<subtitle>opendev.org: openstack/python-saharaclient
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/'/>
<entry>
<title>Cleanup py27 support</title>
<updated>2020-04-07T12:51:08+00:00</updated>
<author>
<name>Andreas Jaeger</name>
<email>aj@suse.com</email>
</author>
<published>2020-04-04T15:11:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=830d4607c3f20910c5a044ab5aa4d91e6bdb042a'/>
<id>830d4607c3f20910c5a044ab5aa4d91e6bdb042a</id>
<content type='text'>
Make a few cleanups:
- Remove python 2.7 stanza from setup.py
- Add requires on python &gt;= 3.6 to setup.cfg so that pypi and pip
  know about the requirement
- Remove obsolete sections from setup.cfg:
  * Wheel is not needed for python 3 only repo
  * Some other sections are obsolete
- Update classifiers
- Update requirements, no need for python_version anymore

Change-Id: I95a49a2941790e0df1fde38f253ba2516959ce80
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make a few cleanups:
- Remove python 2.7 stanza from setup.py
- Add requires on python &gt;= 3.6 to setup.cfg so that pypi and pip
  know about the requirement
- Remove obsolete sections from setup.cfg:
  * Wheel is not needed for python 3 only repo
  * Some other sections are obsolete
- Update classifiers
- Update requirements, no need for python_version anymore

Change-Id: I95a49a2941790e0df1fde38f253ba2516959ce80
</pre>
</div>
</content>
</entry>
<entry>
<title>Update hacking for Python3</title>
<updated>2020-04-07T12:50:41+00:00</updated>
<author>
<name>Andreas Jaeger</name>
<email>aj@suse.com</email>
</author>
<published>2020-03-31T07:22:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=cca4f4d0c8a33a776e17413f5fda94c088b6a233'/>
<id>cca4f4d0c8a33a776e17413f5fda94c088b6a233</id>
<content type='text'>
The repo is Python 3 now, so update hacking to version 3.0 which
supports Python 3.

Fix problems found.

Update local hacking checks for new flake8.

Note: The repo has been using an uncapped requirements, so was testing with
hacking 2.0 which disabled the old way of local testing integration.

Remove S367 and S368 since they are not working under python3
"NOTE(Kezar): This checks a good enough if we have only py2.7 supported.
 As soon as we'll get py3.x we need to drop it or rewrite. You can read more
 about it in dev-list archive, topic: "[hacking]proposed rules drop for 1.0"

Also, hacking now has H304 and H306 which test exactly the same.

Remove hacking and friends from lower-constraints, it's not needed
there.

Change-Id: If60682fb328359ef73dee8f2d89d51410a376677
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The repo is Python 3 now, so update hacking to version 3.0 which
supports Python 3.

Fix problems found.

Update local hacking checks for new flake8.

Note: The repo has been using an uncapped requirements, so was testing with
hacking 2.0 which disabled the old way of local testing integration.

Remove S367 and S368 since they are not working under python3
"NOTE(Kezar): This checks a good enough if we have only py2.7 supported.
 As soon as we'll get py3.x we need to drop it or rewrite. You can read more
 about it in dev-list archive, topic: "[hacking]proposed rules drop for 1.0"

Also, hacking now has H304 and H306 which test exactly the same.

Remove hacking and friends from lower-constraints, it's not needed
there.

Change-Id: If60682fb328359ef73dee8f2d89d51410a376677
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the "image register" command (OSC 5.2.0 regression)</title>
<updated>2020-04-07T09:00:09+00:00</updated>
<author>
<name>Luigi Toscano</name>
<email>ltoscano@redhat.com</email>
</author>
<published>2020-04-07T09:00:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=3cf5de75c19a998ffd1e264ae1380d99c833e752'/>
<id>3cf5de75c19a998ffd1e264ae1380d99c833e752</id>
<content type='text'>
python-openstackclient removed the usage of glanceclient between 5.1.0
and 5.2.0 (see: https://review.opendev.org/#/c/650374/).
As a consequence, the

   openstack dataprocessing image register ...

command is now broken.

This fix means a few requirement bumps to align to OSC 5.2.0,
even though saharaclient 3.0.0 is already released.

Story: 2007501
Task: 39317

Change-Id: I377e0646303aef4984cdd6e4b6587fca9241206b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
python-openstackclient removed the usage of glanceclient between 5.1.0
and 5.2.0 (see: https://review.opendev.org/#/c/650374/).
As a consequence, the

   openstack dataprocessing image register ...

command is now broken.

This fix means a few requirement bumps to align to OSC 5.2.0,
even though saharaclient 3.0.0 is already released.

Story: 2007501
Task: 39317

Change-Id: I377e0646303aef4984cdd6e4b6587fca9241206b
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: typo in tox minversion option</title>
<updated>2020-01-28T12:13:43+00:00</updated>
<author>
<name>Luigi Toscano</name>
<email>ltoscano@redhat.com</email>
</author>
<published>2020-01-28T12:13:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=82ecc50fbe247ba72b0b3cfb73ff83d89390cd9d'/>
<id>82ecc50fbe247ba72b0b3cfb73ff83d89390cd9d</id>
<content type='text'>
Change-Id: I791bdb664d4438d446a7cd9d0c8fd98b3f13ebff
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I791bdb664d4438d446a7cd9d0c8fd98b3f13ebff
</pre>
</div>
</content>
</entry>
<entry>
<title>[ussuri][goal] Drop python 2.7 support and testing</title>
<updated>2020-01-26T21:00:58+00:00</updated>
<author>
<name>Luigi Toscano</name>
<email>ltoscano@redhat.com</email>
</author>
<published>2020-01-26T21:00:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=62bfa6af46d1091bc1457a42daf6c5315f3bd5d6'/>
<id>62bfa6af46d1091bc1457a42daf6c5315f3bd5d6</id>
<content type='text'>
OpenStack is dropping the py2.7 support in ussuri cycle.

sahara plugins do works with python 3 and the sahara core
does not support python 2.7 anymore anyway.

Complete discussion &amp; schedule can be found in
- http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html
- https://etherpad.openstack.org/p/drop-python2-support

Ussuri Communtiy-wide goal:
https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Also:
- bump the lower-constraints decorator requirements to a recent one
  to prevent failures;
- drop the obsolete jenkins tox target.

Change-Id: I5806dcb8f13e88a28c0b5e6de449efa9b95b6e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
OpenStack is dropping the py2.7 support in ussuri cycle.

sahara plugins do works with python 3 and the sahara core
does not support python 2.7 anymore anyway.

Complete discussion &amp; schedule can be found in
- http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html
- https://etherpad.openstack.org/p/drop-python2-support

Ussuri Communtiy-wide goal:
https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Also:
- bump the lower-constraints decorator requirements to a recent one
  to prevent failures;
- drop the obsolete jenkins tox target.

Change-Id: I5806dcb8f13e88a28c0b5e6de449efa9b95b6e73
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch to Ussuri jobs</title>
<updated>2019-10-22T06:28:18+00:00</updated>
<author>
<name>kangyufei</name>
<email>kangyf@inspur.com</email>
</author>
<published>2019-10-22T06:27:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=ca99e621fdc7c42dce42ae998216c4249e380110'/>
<id>ca99e621fdc7c42dce42ae998216c4249e380110</id>
<content type='text'>
Change-Id: Iea45bfed3b7df01f3272600d4e213588d663aab1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Iea45bfed3b7df01f3272600d4e213588d663aab1
</pre>
</div>
</content>
</entry>
<entry>
<title>Update master for stable/train</title>
<updated>2019-09-20T17:42:46+00:00</updated>
<author>
<name>OpenStack Release Bot</name>
<email>infra-root@openstack.org</email>
</author>
<published>2019-09-20T17:42:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=a7b44ec3a1f0fa5888f298d250c3bd00e7ec3ab7'/>
<id>a7b44ec3a1f0fa5888f298d250c3bd00e7ec3ab7</id>
<content type='text'>
Add file to the reno documentation build to show release notes for
stable/train.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/train.

Change-Id: I1b2597b660c21fb7cde6828a2bba631e8cc29794
Sem-Ver: feature
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add file to the reno documentation build to show release notes for
stable/train.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/train.

Change-Id: I1b2597b660c21fb7cde6828a2bba631e8cc29794
Sem-Ver: feature
</pre>
</div>
</content>
</entry>
<entry>
<title>py3: use the train test template and other updates</title>
<updated>2019-07-11T19:33:25+00:00</updated>
<author>
<name>Luigi Toscano</name>
<email>ltoscano@redhat.com</email>
</author>
<published>2019-07-11T19:33:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=3107b452467537f4eef3d9ecfb5e35d110d19662'/>
<id>3107b452467537f4eef3d9ecfb5e35d110d19662</id>
<content type='text'>
Use the unified unit test Zuul template for train, according the
community goal. Also, update the setup.cfg classifiers accordingly.

Update the debug test environment. Adding "debug-py36" is enough;
if a distribution supports 3.7, the "debug" tox environment
can be used.

Finally, keep only the most recent environment in the default
set executed when calling tox.

Story: #2005924
Task: #34244

Change-Id: Iad4a6e933ad416eb67a2f144540fe79e97938bec
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the unified unit test Zuul template for train, according the
community goal. Also, update the setup.cfg classifiers accordingly.

Update the debug test environment. Adding "debug-py36" is enough;
if a distribution supports 3.7, the "debug" tox environment
can be used.

Finally, keep only the most recent environment in the default
set executed when calling tox.

Story: #2005924
Task: #34244

Change-Id: Iad4a6e933ad416eb67a2f144540fe79e97938bec
</pre>
</div>
</content>
</entry>
<entry>
<title>Update sphinx from current requirements</title>
<updated>2019-06-25T09:49:45+00:00</updated>
<author>
<name>Luigi Toscano</name>
<email>ltoscano@redhat.com</email>
</author>
<published>2019-06-25T09:49:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=30ad1cf26c067745c416b6f010a4ba93859c0ac3'/>
<id>30ad1cf26c067745c416b6f010a4ba93859c0ac3</id>
<content type='text'>
Otherwise the requirements-check job fails.

Change-Id: I5c3653d41b87869ea3b307206785636274302946
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise the requirements-check job fails.

Change-Id: I5c3653d41b87869ea3b307206785636274302946
</pre>
</div>
</content>
</entry>
<entry>
<title>Py3: fix the OSC download job binary command</title>
<updated>2019-05-31T09:50:07+00:00</updated>
<author>
<name>Luigi Toscano</name>
<email>ltoscano@redhat.com</email>
</author>
<published>2019-05-28T23:00:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=ac714f3c4700c235fe052a80edf5514a2e561fd8'/>
<id>ac714f3c4700c235fe052a80edf5514a2e561fd8</id>
<content type='text'>
Story: 2005807
Task: 33546

Change-Id: I01660375c17938f1eb2920cf0d599083d3d300e1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Story: 2005807
Task: 33546

Change-Id: I01660375c17938f1eb2920cf0d599083d3d300e1
</pre>
</div>
</content>
</entry>
</feed>
