<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-cinderclient.git/setup.cfg, branch 8.1.0</title>
<subtitle>opendev.org: openstack/python-cinderclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/'/>
<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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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>
<entry>
<title>Add Python 3.6 classifier to setup.cfg</title>
<updated>2018-11-29T09:10:26+00:00</updated>
<author>
<name>qingszhao</name>
<email>zhao.daqing@99cloud.net</email>
</author>
<published>2018-11-29T09:10:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=75bc7e50f475f40b3023ed6dd21830d53071cf69'/>
<id>75bc7e50f475f40b3023ed6dd21830d53071cf69</id>
<content type='text'>
Change-Id: I8eb981871397e1d9ae84e775d4e68915c06ecef7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I8eb981871397e1d9ae84e775d4e68915c06ecef7
</pre>
</div>
</content>
</entry>
<entry>
<title>Follow the new PTI for document build</title>
<updated>2018-05-11T03:09:32+00:00</updated>
<author>
<name>liuyamin</name>
<email>liuyamin@fiberhome.com</email>
</author>
<published>2018-05-11T03:03:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=a45faf0f47111023c78f70843fe3e9ac912add43'/>
<id>a45faf0f47111023c78f70843fe3e9ac912add43</id>
<content type='text'>
This review already follows the new PTI
https://review.openstack.org/#/c/528997/

but we also should remove [build_sphinx] section as described
in: http://lists.openstack.org/pipermail/openstack-dev/2018-March/128594.html

Change-Id: I6cf9f2fb59502acb4166faa5c3946dc24eeceee0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This review already follows the new PTI
https://review.openstack.org/#/c/528997/

but we also should remove [build_sphinx] section as described
in: http://lists.openstack.org/pipermail/openstack-dev/2018-March/128594.html

Change-Id: I6cf9f2fb59502acb4166faa5c3946dc24eeceee0
</pre>
</div>
</content>
</entry>
<entry>
<title>Explicitly set 'builder' option</title>
<updated>2017-08-22T10:43:41+00:00</updated>
<author>
<name>Stephen Finucane</name>
<email>sfinucan@redhat.com</email>
</author>
<published>2017-04-19T08:58:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=b95a20d0059a756cb863a4d24e2b3b026c671e07'/>
<id>b95a20d0059a756cb863a4d24e2b3b026c671e07</id>
<content type='text'>
An upcoming release of pbr will require explicitly stating which
builders are requested, rather than defaulting to html and man. Head off
any potential impact this may cause by explicitly setting this
configuration now.

Change-Id: Iabdcfaef48af2b4a8f82444b122902c3187d56e6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
An upcoming release of pbr will require explicitly stating which
builders are requested, rather than defaulting to html and man. Head off
any potential impact this may cause by explicitly setting this
configuration now.

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