<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-neutronclient.git, branch 7.4.0</title>
<subtitle>opendev.org: openstack/python-neutronclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/'/>
<entry>
<title>setup.cfg: Replace dashes with underscores</title>
<updated>2021-05-11T09:43:33+00:00</updated>
<author>
<name>likui</name>
<email>likui@yovole.com</email>
</author>
<published>2021-05-11T09:43:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=10227b681f546ef126b8f4ef2e9488c8a1a9f0c0'/>
<id>10227b681f546ef126b8f4ef2e9488c8a1a9f0c0</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: I56804844c7438d7a5bffaaa363b9e3d79850c5c2
</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: I56804844c7438d7a5bffaaa363b9e3d79850c5c2
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace getargspec with getfullargspec</title>
<updated>2021-05-10T10:09:17+00:00</updated>
<author>
<name>likui</name>
<email>likui@yovole.com</email>
</author>
<published>2021-05-10T10:09:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=2c2a1f4de7b6e3a1b8f3e3ff0fc5b23b5f0f4f7a'/>
<id>2c2a1f4de7b6e3a1b8f3e3ff0fc5b23b5f0f4f7a</id>
<content type='text'>
inspect.getargspec() is deprecated since py3

[1] https://docs.python.org/3/library/inspect.html#inspect.getargspec

Change-Id: I2ae460a7a7f01d7346d5e51ec6ccb44c22d0c53e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
inspect.getargspec() is deprecated since py3

[1] https://docs.python.org/3/library/inspect.html#inspect.getargspec

Change-Id: I2ae460a7a7f01d7346d5e51ec6ccb44c22d0c53e
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Support passing mTLS certificate/key to HTTPClient"</title>
<updated>2021-03-26T19:51:12+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2021-03-26T19:51:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=f6d147e03155789642b7c024ee7b655edbc35a29'/>
<id>f6d147e03155789642b7c024ee7b655edbc35a29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add Python3 xena unit tests"</title>
<updated>2021-03-24T14:30:45+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2021-03-24T14:30:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=7a1dca4131eac16d817a891cf722069aa328383e'/>
<id>7a1dca4131eac16d817a891cf722069aa328383e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Update master for stable/wallaby"</title>
<updated>2021-03-24T08:32:47+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2021-03-24T08:32:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=26ab1b1d0c977b1895a5dbbaed365865e8e8c134'/>
<id>26ab1b1d0c977b1895a5dbbaed365865e8e8c134</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix lower constraints</title>
<updated>2021-03-19T13:01:54+00:00</updated>
<author>
<name>Elod Illes</name>
<email>elod.illes@est.tech</email>
</author>
<published>2021-03-19T10:28:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=d87683b59b8f755890e71fb8a73f537215beb60b'/>
<id>d87683b59b8f755890e71fb8a73f537215beb60b</id>
<content type='text'>
This patch updates lower-constraints.txt to eliminate contradictions.

keystoneauth1 lower constraint has to be bumped in requirements.txt as
another dependency, openstacksdk 0.15.0 depends on keystoneauth1&gt;=3.8.0

dogpile.cache version bumped to 0.6.5 as older version had 'async' as
variable name which gives SyntaxError from py37.

Change-Id: I31464518cb7f76c0fa5275a4ef52b2a6b634cfa3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch updates lower-constraints.txt to eliminate contradictions.

keystoneauth1 lower constraint has to be bumped in requirements.txt as
another dependency, openstacksdk 0.15.0 depends on keystoneauth1&gt;=3.8.0

dogpile.cache version bumped to 0.6.5 as older version had 'async' as
variable name which gives SyntaxError from py37.

Change-Id: I31464518cb7f76c0fa5275a4ef52b2a6b634cfa3
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Python3 xena unit tests</title>
<updated>2021-03-18T12:56:37+00:00</updated>
<author>
<name>OpenStack Release Bot</name>
<email>infra-root@openstack.org</email>
</author>
<published>2021-03-18T12:56:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=f3756a3d4a816e5096aa2355fc1338effbb13d13'/>
<id>f3756a3d4a816e5096aa2355fc1338effbb13d13</id>
<content type='text'>
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for xena.

See also the PTI in governance [1].

[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html

Change-Id: I8475c835838bbd0d84540cef879b4769581ef06d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for xena.

See also the PTI in governance [1].

[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html

Change-Id: I8475c835838bbd0d84540cef879b4769581ef06d
</pre>
</div>
</content>
</entry>
<entry>
<title>Update master for stable/wallaby</title>
<updated>2021-03-18T12:56:13+00:00</updated>
<author>
<name>OpenStack Release Bot</name>
<email>infra-root@openstack.org</email>
</author>
<published>2021-03-18T12:56:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=12373768dadef3bad3eb1a32ff51a355e65d17a0'/>
<id>12373768dadef3bad3eb1a32ff51a355e65d17a0</id>
<content type='text'>
Add file to the reno documentation build to show release notes for
stable/wallaby.

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

Sem-Ver: feature
Change-Id: I91d4355bb94ac18a80ff215796cd403be870986a
</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/wallaby.

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

Sem-Ver: feature
Change-Id: I91d4355bb94ac18a80ff215796cd403be870986a
</pre>
</div>
</content>
</entry>
<entry>
<title>Support passing mTLS certificate/key to HTTPClient</title>
<updated>2021-03-05T19:48:03+00:00</updated>
<author>
<name>sri harsha mekala</name>
<email>smekala@oath.com</email>
</author>
<published>2021-03-05T19:47:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=3140fe014a181185cef674d78dcdb169bb94783b'/>
<id>3140fe014a181185cef674d78dcdb169bb94783b</id>
<content type='text'>
Change-Id: I00065293daf6b2e5d540e056c05f85b82f8bc72c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I00065293daf6b2e5d540e056c05f85b82f8bc72c
</pre>
</div>
</content>
</entry>
<entry>
<title>remove unicode from code</title>
<updated>2021-01-03T08:58:30+00:00</updated>
<author>
<name>zhangboye</name>
<email>zhangboye@inspur.com</email>
</author>
<published>2021-01-03T08:57:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=4963c7ae14743d2542c8334e3175b7827750bb3d'/>
<id>4963c7ae14743d2542c8334e3175b7827750bb3d</id>
<content type='text'>
Change-Id: I2521c2ba836b6a332883134112b6f99d996cc4e4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I2521c2ba836b6a332883134112b6f99d996cc4e4
</pre>
</div>
</content>
</entry>
</feed>
