<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-neutronclient.git, branch stable/wallaby</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>Merge "Use yaml.safe_load instead of yaml.load" into stable/wallaby</title>
<updated>2022-03-30T09:22:02+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2022-03-30T09:22:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=29a9f5ef3908b5c7e45dbd010446c335a00e9ed4'/>
<id>29a9f5ef3908b5c7e45dbd010446c335a00e9ed4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use yaml.safe_load instead of yaml.load</title>
<updated>2022-03-25T21:54:43+00:00</updated>
<author>
<name>Takashi Kajinami</name>
<email>tkajinam@redhat.com</email>
</author>
<published>2021-07-19T02:44:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=074e59151d386d4fb39a26942789c33061df108d'/>
<id>074e59151d386d4fb39a26942789c33061df108d</id>
<content type='text'>
Since PyYAML 5.1, yaml.load without specifying the Loader option is
deprecated and shows the following warning.

YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated,
as the default Loader is unsafe.
Please read https://msg.pyyaml.org/load for full details.

This change replaces usage of yaml.load by yaml.safe_load, to get rid
of that warning message.

Change-Id: Ibe25c4aaf3aa7226f28ec60b8a929ecc143face1
(cherry picked from commit f83108d85874a87e47b51af3eebc9faeeb11faa0)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since PyYAML 5.1, yaml.load without specifying the Loader option is
deprecated and shows the following warning.

YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated,
as the default Loader is unsafe.
Please read https://msg.pyyaml.org/load for full details.

This change replaces usage of yaml.load by yaml.safe_load, to get rid
of that warning message.

Change-Id: Ibe25c4aaf3aa7226f28ec60b8a929ecc143face1
(cherry picked from commit f83108d85874a87e47b51af3eebc9faeeb11faa0)
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: change safe_hasattr to hasattr</title>
<updated>2022-03-25T21:53:37+00:00</updated>
<author>
<name>elajkat</name>
<email>lajos.katona@est.tech</email>
</author>
<published>2021-07-26T12:54:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=9ba92c219f2dd44c85978d414395e6152d2be409'/>
<id>9ba92c219f2dd44c85978d414395e6152d2be409</id>
<content type='text'>
testtools 2.5.0 removed the helper (see [0]) safe_hasattr, and assumes
that the hasattr implementation in python reliable enough now.

NOTE(mlavalle): The patch from which this one was cherry-picked from
also disbled a test case in
neutronclient/tests/functional/core/test_readonly_neutron.py. That is
not needed in this back port.

[0] https://github.com/testing-cabal/testtools/blob/2.5.0/NEWS#L31

Change-Id: I4fe6fabc4f745e2c9a366e30dbea7e7200151f12
(cherry picked from commit 23fb666f923e9fa117ce5744e9abe00d3874d3fc)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
testtools 2.5.0 removed the helper (see [0]) safe_hasattr, and assumes
that the hasattr implementation in python reliable enough now.

NOTE(mlavalle): The patch from which this one was cherry-picked from
also disbled a test case in
neutronclient/tests/functional/core/test_readonly_neutron.py. That is
not needed in this back port.

[0] https://github.com/testing-cabal/testtools/blob/2.5.0/NEWS#L31

Change-Id: I4fe6fabc4f745e2c9a366e30dbea7e7200151f12
(cherry picked from commit 23fb666f923e9fa117ce5744e9abe00d3874d3fc)
</pre>
</div>
</content>
</entry>
<entry>
<title>Dropping lower constraints testing (stable Wallaby)</title>
<updated>2022-03-25T21:50:55+00:00</updated>
<author>
<name>Miguel Lavalle</name>
<email>mlavalle@redhat.com</email>
</author>
<published>2022-03-23T21:08:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=e28d08a5c1573865eb51667ec1b3ba14401f4a8d'/>
<id>e28d08a5c1573865eb51667ec1b3ba14401f4a8d</id>
<content type='text'>
As decided in Neutron meeting, stable branches will drop this
CI job [1].

Also, a [B105:hardcoded_password_string] bandit issue is fixed

[1] http://eavesdrop.openstack.org/meetings/networking/2021/networking.2021-01-12-14.00.log.html

Change-Id: Ic1300f7aa03efe8fc82d1210dea44ff841465a79
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As decided in Neutron meeting, stable branches will drop this
CI job [1].

Also, a [B105:hardcoded_password_string] bandit issue is fixed

[1] http://eavesdrop.openstack.org/meetings/networking/2021/networking.2021-01-12-14.00.log.html

Change-Id: Ic1300f7aa03efe8fc82d1210dea44ff841465a79
</pre>
</div>
</content>
</entry>
<entry>
<title>Update TOX_CONSTRAINTS_FILE for stable/wallaby</title>
<updated>2021-03-22T11:08:41+00:00</updated>
<author>
<name>OpenStack Release Bot</name>
<email>infra-root@openstack.org</email>
</author>
<published>2021-03-18T12:56:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=c58eaf1b15e8b68dd8579f68cac940e7909fe7ef'/>
<id>c58eaf1b15e8b68dd8579f68cac940e7909fe7ef</id>
<content type='text'>
Update the URL to the upper-constraints file to point to the redirect
rule on releases.openstack.org so that anyone working on this branch
will switch to the correct upper-constraints list automatically when
the requirements repository branches.

Until the requirements repository has as stable/wallaby branch, tests will
continue to use the upper-constraints list on master.

Change-Id: I429305b782e765ab5ec33d7130b3b13bac75804f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update the URL to the upper-constraints file to point to the redirect
rule on releases.openstack.org so that anyone working on this branch
will switch to the correct upper-constraints list automatically when
the requirements repository branches.

Until the requirements repository has as stable/wallaby branch, tests will
continue to use the upper-constraints list on master.

Change-Id: I429305b782e765ab5ec33d7130b3b13bac75804f
</pre>
</div>
</content>
</entry>
<entry>
<title>Update .gitreview for stable/wallaby</title>
<updated>2021-03-22T11:07:05+00:00</updated>
<author>
<name>OpenStack Release Bot</name>
<email>infra-root@openstack.org</email>
</author>
<published>2021-03-18T12:55:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=16aef7271b300734c9ce2b9ff51b34f1e3e3954f'/>
<id>16aef7271b300734c9ce2b9ff51b34f1e3e3954f</id>
<content type='text'>
Change-Id: Ide350b5218bbccf965b2553c88e57c85e498ca5f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ide350b5218bbccf965b2553c88e57c85e498ca5f
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix lower constraints</title>
<updated>2021-03-22T10:57:23+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=979c9444cf4eb8809c84dbff977a3997e41143f9'/>
<id>979c9444cf4eb8809c84dbff977a3997e41143f9</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
(cherry picked from commit d87683b59b8f755890e71fb8a73f537215beb60b)
</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
(cherry picked from commit d87683b59b8f755890e71fb8a73f537215beb60b)
</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>
<entry>
<title>Dep's should be restricted by tox-constraints</title>
<updated>2020-11-20T06:36:46+00:00</updated>
<author>
<name>wu.shiming</name>
<email>wushiming@yovole.com</email>
</author>
<published>2020-11-20T06:33:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=1a1ee061e8d6d3a9c825819ed426e4f1b2eba80e'/>
<id>1a1ee061e8d6d3a9c825819ed426e4f1b2eba80e</id>
<content type='text'>
Tox trying to install latest versions for building docs which may
not be supported by stable and lower branches, so should be
restricted by respective version's tox-constraints.txt

Change-Id: Iecd29788d1c94fd727072aa5dd7fe5d828dbf174
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tox trying to install latest versions for building docs which may
not be supported by stable and lower branches, so should be
restricted by respective version's tox-constraints.txt

Change-Id: Iecd29788d1c94fd727072aa5dd7fe5d828dbf174
</pre>
</div>
</content>
</entry>
<entry>
<title>Update requirements URLs in tox config</title>
<updated>2020-11-02T08:11:10+00:00</updated>
<author>
<name>likui</name>
<email>likui@yovole.com</email>
</author>
<published>2020-11-02T08:01:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=49c8577d8bd1a1a11c8062708478ac69bdcab388'/>
<id>49c8577d8bd1a1a11c8062708478ac69bdcab388</id>
<content type='text'>
Update the URL to the upper-constraints file to point to the redirect
rule on releases.openstack.org so will switch to the correct
upper-constraints list automatically when the requirements repository branches.

Change-Id: I496dfbc709ecd864f619618252ef5dc992216ca7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update the URL to the upper-constraints file to point to the redirect
rule on releases.openstack.org so will switch to the correct
upper-constraints list automatically when the requirements repository branches.

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