<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-cinderclient.git/setup.cfg, branch stable/yoga</title>
<subtitle>opendev.org: openstack/python-cinderclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-cinderclient.git/'/>
<entry>
<title>Merge "Add Python 3 only classifier"</title>
<updated>2022-02-11T16:02:45+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2022-02-11T16:02:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-cinderclient.git/commit/?id=b0ddcb2406c01c9591c19121ee484ed8ab573396'/>
<id>b0ddcb2406c01c9591c19121ee484ed8ab573396</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Python 3 only classifier</title>
<updated>2022-02-08T14:16:05+00:00</updated>
<author>
<name>Takashi Kajinami</name>
<email>tkajinam@redhat.com</email>
</author>
<published>2022-02-08T14:15:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-cinderclient.git/commit/?id=ef4991dc7aa20480cdc4f48ea9874cce1916a4f0'/>
<id>ef4991dc7aa20480cdc4f48ea9874cce1916a4f0</id>
<content type='text'>
Python 2 support was removed during Ussuri cycle. This change adds
the classifier to clearly state that only Python 3 is supported.

This allows us to keep the setup.cfg file in cinder and the one in
cinderclient more consistent.

Change-Id: I5ad342f2b60348a0ba79c95415fdf1ae39714558
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python 2 support was removed during Ussuri cycle. This change adds
the classifier to clearly state that only Python 3 is supported.

This allows us to keep the setup.cfg file in cinder and the one in
cinderclient more consistent.

Change-Id: I5ad342f2b60348a0ba79c95415fdf1ae39714558
</pre>
</div>
</content>
</entry>
<entry>
<title>Updating python testing as per Yoga testing runtime</title>
<updated>2021-12-15T07:58:01+00:00</updated>
<author>
<name>tushargite96</name>
<email>tushargite96@gmail.com</email>
</author>
<published>2021-11-25T07:05:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-cinderclient.git/commit/?id=6afd886cdd25d1c761d80f6c43303a09187349d5'/>
<id>6afd886cdd25d1c761d80f6c43303a09187349d5</id>
<content type='text'>
Yoga testing runtime[1] has been updated to add py39
testing as voting and as we are testing py3.6 and py3.9
we do not need to test py3.7|8 explicitly. Unit tests update are
handled by the job template change in openstack-zuul-job

- https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/820286

this commit makes other required changes in zuul.yaml and
update the classifier in setup.cfg file.

[1] https://governance.openstack.org/tc/reference/runtimes/yoga.html

Change-Id: Ib5b93ca7863fcc0b6d00fb4d52a5f299d1903056
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Yoga testing runtime[1] has been updated to add py39
testing as voting and as we are testing py3.6 and py3.9
we do not need to test py3.7|8 explicitly. Unit tests update are
handled by the job template change in openstack-zuul-job

- https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/820286

this commit makes other required changes in zuul.yaml and
update the classifier in setup.cfg file.

[1] https://governance.openstack.org/tc/reference/runtimes/yoga.html

Change-Id: Ib5b93ca7863fcc0b6d00fb4d52a5f299d1903056
</pre>
</div>
</content>
</entry>
<entry>
<title>setup.cfg: Replace dashes with underscores</title>
<updated>2021-04-28T03:13:54+00:00</updated>
<author>
<name>YuehuiLei</name>
<email>leiyuehui-s@inspur.com</email>
</author>
<published>2021-04-28T03:12:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-cinderclient.git/commit/?id=8d8d4575b9376d3f817121d8b409e646570b8073'/>
<id>8d8d4575b9376d3f817121d8b409e646570b8073</id>
<content type='text'>
Setuptools v54.1.0 introduces a warning that the use of dash-separated
options in 'setup.cfg' will not be supported in a future version [1].
Get ahead of the issue by replacing the dashes with underscores. Without
this, we see 'UserWarning' messages like the following on new enough
versions of setuptools:

  UserWarning: Usage of dash-separated 'description-file' will not be
  supported in future versions. Please use the underscore name
  'description_file' instead

[1] https://github.com/pypa/setuptools/commit/a2e9ae4cb

Change-Id: I77d52471fea255982ad677e9d4bc318f24a9ace7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Setuptools v54.1.0 introduces a warning that the use of dash-separated
options in 'setup.cfg' will not be supported in a future version [1].
Get ahead of the issue by replacing the dashes with underscores. Without
this, we see 'UserWarning' messages like the following on new enough
versions of setuptools:

  UserWarning: Usage of dash-separated 'description-file' will not be
  supported in future versions. Please use the underscore name
  'description_file' instead

[1] https://github.com/pypa/setuptools/commit/a2e9ae4cb

Change-Id: I77d52471fea255982ad677e9d4bc318f24a9ace7
</pre>
</div>
</content>
</entry>
<entry>
<title>Add py38 package metadata</title>
<updated>2020-05-22T07:21:12+00:00</updated>
<author>
<name>zhangboye</name>
<email>zhangboye@inspur.com</email>
</author>
<published>2020-05-22T07:15:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-cinderclient.git/commit/?id=67d992b07f8de99bb867a3be7d66aae4781fd014'/>
<id>67d992b07f8de99bb867a3be7d66aae4781fd014</id>
<content type='text'>
Change-Id: I3a0df4c9886465238bb62c1c24b3cafb9bc5aeb1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I3a0df4c9886465238bb62c1c24b3cafb9bc5aeb1
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup py27 support</title>
<updated>2020-04-04T09:25:22+00:00</updated>
<author>
<name>Andreas Jaeger</name>
<email>aj@suse.com</email>
</author>
<published>2020-04-04T09:24:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-cinderclient.git/commit/?id=c0edaade9762b04f8f64aa3b87e5d554c22b26f3'/>
<id>c0edaade9762b04f8f64aa3b87e5d554c22b26f3</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 old sections from setup.cfg: Wheel is not needed for python
  3 only repo

Change-Id: I92d21453d610ba7f90ae9b150e6a245ce0e709e6
</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 old sections from setup.cfg: Wheel is not needed for python
  3 only repo

Change-Id: I92d21453d610ba7f90ae9b150e6a245ce0e709e6
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop support for python 2</title>
<updated>2020-01-16T13:34:30+00:00</updated>
<author>
<name>xuanyandong</name>
<email>xuanyandong@inspur.com</email>
</author>
<published>2019-10-26T06:31:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-cinderclient.git/commit/?id=658de38c20e028898fe0641de2e18686703f7b70'/>
<id>658de38c20e028898fe0641de2e18686703f7b70</id>
<content type='text'>
Also adds support for py3.6 and py3.7 check and gate jobs.

Co-authored-by: xuanyandong &lt;xuanyandong@inspur.com&gt;
Co-authored-by: Brian Rosmaita &lt;rosmaita.fossdev@gmail.com&gt;

Closes-bug: #1853372

Change-Id: Ia978b692ade23ee6482957f41b17cb879c96fea7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also adds support for py3.6 and py3.7 check and gate jobs.

Co-authored-by: xuanyandong &lt;xuanyandong@inspur.com&gt;
Co-authored-by: Brian Rosmaita &lt;rosmaita.fossdev@gmail.com&gt;

Closes-bug: #1853372

Change-Id: Ia978b692ade23ee6482957f41b17cb879c96fea7
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove py35 from setup.cfg</title>
<updated>2019-02-28T05:35:39+00:00</updated>
<author>
<name>whoami-rajat</name>
<email>rajatdhasmana@gmail.com</email>
</author>
<published>2019-02-28T05:35:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-cinderclient.git/commit/?id=6c55e38fe5c48f4ed6f8faebb1b45e848e9b5996'/>
<id>6c55e38fe5c48f4ed6f8faebb1b45e848e9b5996</id>
<content type='text'>
This is a followup to Drop py35 jobs from gate and tox env[1].

[1] https://review.openstack.org/#/c/639388/

Change-Id: Ie6d897db48013b8b845cb5068da76a7c68e0e666
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a followup to Drop py35 jobs from gate and tox env[1].

[1] https://review.openstack.org/#/c/639388/

Change-Id: Ie6d897db48013b8b845cb5068da76a7c68e0e666
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add Python 3.6 classifier to setup.cfg"</title>
<updated>2019-02-15T17:52:01+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.openstack.org</email>
</author>
<published>2019-02-15T17:52:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-cinderclient.git/commit/?id=4382c1cde9b5698997d49ee7da8f850f073466a4'/>
<id>4382c1cde9b5698997d49ee7da8f850f073466a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change openstack-dev to openstack-discuss</title>
<updated>2018-12-04T02:50:20+00:00</updated>
<author>
<name>sunjia</name>
<email>sunjia@inspur.com</email>
</author>
<published>2018-12-04T02:49:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-cinderclient.git/commit/?id=c6fdd2a67da8df7dd0d5494e7e6031be50fa1c2f'/>
<id>c6fdd2a67da8df7dd0d5494e7e6031be50fa1c2f</id>
<content type='text'>
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: Iee7d2087d7015f49e96345d96217a150bb1c23e2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

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