<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-saharaclient.git, branch 4.0.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>Merge "Bump oslo.* and pbr version to support &gt;=py38"</title>
<updated>2022-07-07T02:10:33+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2022-07-07T02:10:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=7b2af8856f28e89a6d523a98b13d561184a562cc'/>
<id>7b2af8856f28e89a6d523a98b13d561184a562cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Remove usage of six"</title>
<updated>2022-07-07T01:59:49+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2022-07-07T01:59:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=b9786a71ee3dcbad7f58676463a07df84e45f413'/>
<id>b9786a71ee3dcbad7f58676463a07df84e45f413</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove usage of six</title>
<updated>2022-07-06T12:02:16+00:00</updated>
<author>
<name>songwenping</name>
<email>songwenping@inspur.com</email>
</author>
<published>2022-04-19T03:25:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=9ddf2f7108ad1e81cc8969df87433f6f79ec005b'/>
<id>9ddf2f7108ad1e81cc8969df87433f6f79ec005b</id>
<content type='text'>
Six package is not used anymore

Change-Id: Ie72645229f23692d6bf87e58dd8ef212dd91189c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Six package is not used anymore

Change-Id: Ie72645229f23692d6bf87e58dd8ef212dd91189c
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Update TOX_CONSTRAINTS_FILE"</title>
<updated>2022-07-06T11:57:34+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2022-07-06T11:57:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=64ffcabb6bcf2bf9474b177361ffc7d50dd3f2c3'/>
<id>64ffcabb6bcf2bf9474b177361ffc7d50dd3f2c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump oslo.* and pbr version to support &gt;=py38</title>
<updated>2022-07-05T08:45:02+00:00</updated>
<author>
<name>anguoming</name>
<email>agm_daydayup@foxmail.com</email>
</author>
<published>2022-06-13T08:37:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=889950618fb34c42bd38bb8a68bb1c680d6cefd1'/>
<id>889950618fb34c42bd38bb8a68bb1c680d6cefd1</id>
<content type='text'>
In zed cycle, OpenStack projects and oslo lib
has dropped the py3.6 and py3.7 support

- https://governance.openstack.org/tc/reference/runtimes/zed.html

I also decrepated oslo-log &lt; 5.0.0, so we should bump oslo.log&gt;=5.0.0.

Because of oslo.log&gt;=5.0.0 depends on oslo.i18n&gt;=3.20.0 as below, so we
also need to upgrade oslo.i18n.

The conflict is caused by:
    The user requested oslo.i18n&gt;=3.15.3
    python-saharaclient 1.4.0 depends on oslo.i18n&gt;=3.15.3
    castellan 0.16.0 depends on oslo.i18n&gt;=3.15.3
    keystonemiddleware 4.17.0 depends on oslo.i18n!=3.15.2 and &gt;=2.1.0
    oslo-config 6.8.0 depends on oslo.i18n&gt;=3.15.3
    oslo-concurrency 3.26.0 depends on oslo.i18n&gt;=3.15.3
    oslo-db 6.0.0 depends on oslo.i18n&gt;=3.15.3
    oslo-log 5.0.0 depends on oslo.i18n&gt;=3.20.0
    The user requested (constraint) oslo-i18n==3.15.3

The conflict is caused by:
    The user requested pbr!=2.1.0 and &gt;=2.0.0
    bashate 0.5.1 depends on pbr&gt;=1.6
    fixtures 3.0.0 depends on pbr&gt;=0.11
    stestr 1.0.0 depends on pbr!=2.1.0 and &gt;=2.0.0
    testresources 2.0.0 depends on pbr&gt;=1.8
    testtools 2.4.0 depends on pbr&gt;=0.11
    python-saharaclient 1.4.0 depends on pbr!=2.1.0 and &gt;=2.0.0
    castellan 0.16.0 depends on pbr!=2.1.0 and &gt;=2.0.0
    keystoneauth1 3.4.0 depends on pbr!=2.1.0 and &gt;=2.0.0
    keystonemiddleware 4.17.0 depends on pbr!=2.1.0 and &gt;=2.0.0
    oslo-concurrency 3.26.0 depends on pbr!=2.1.0 and &gt;=2.0.0
    oslo-context 2.22.0 depends on pbr!=2.1.0 and &gt;=2.0.0
    oslo-db 6.0.0 depends on pbr!=2.1.0 and &gt;=2.0.0
    oslo-i18n 3.20.0 depends on pbr!=2.1.0 and &gt;=2.0.0
    oslo-log 5.0.0 depends on pbr&gt;=3.1.1
    The user requested (constraint) pbr==2.0.0

The conflict is caused by:
    The user requested oslo.serialization!=2.19.1 and &gt;=2.18.0
    python-saharaclient 1.4.0 depends on oslo.serialization!=2.19.1 and &gt;=2.18.0
    keystonemiddleware 4.17.0 depends on oslo.serialization!=2.19.1 and &gt;=1.10.0
    oslo-log 5.0.0 depends on oslo.serialization&gt;=2.25.0
    The user requested (constraint) oslo-serialization==2.18.0

Change-Id: Iebd0c795dcdd72dac1141cfe18d2dad5201147c1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In zed cycle, OpenStack projects and oslo lib
has dropped the py3.6 and py3.7 support

- https://governance.openstack.org/tc/reference/runtimes/zed.html

I also decrepated oslo-log &lt; 5.0.0, so we should bump oslo.log&gt;=5.0.0.

Because of oslo.log&gt;=5.0.0 depends on oslo.i18n&gt;=3.20.0 as below, so we
also need to upgrade oslo.i18n.

The conflict is caused by:
    The user requested oslo.i18n&gt;=3.15.3
    python-saharaclient 1.4.0 depends on oslo.i18n&gt;=3.15.3
    castellan 0.16.0 depends on oslo.i18n&gt;=3.15.3
    keystonemiddleware 4.17.0 depends on oslo.i18n!=3.15.2 and &gt;=2.1.0
    oslo-config 6.8.0 depends on oslo.i18n&gt;=3.15.3
    oslo-concurrency 3.26.0 depends on oslo.i18n&gt;=3.15.3
    oslo-db 6.0.0 depends on oslo.i18n&gt;=3.15.3
    oslo-log 5.0.0 depends on oslo.i18n&gt;=3.20.0
    The user requested (constraint) oslo-i18n==3.15.3

The conflict is caused by:
    The user requested pbr!=2.1.0 and &gt;=2.0.0
    bashate 0.5.1 depends on pbr&gt;=1.6
    fixtures 3.0.0 depends on pbr&gt;=0.11
    stestr 1.0.0 depends on pbr!=2.1.0 and &gt;=2.0.0
    testresources 2.0.0 depends on pbr&gt;=1.8
    testtools 2.4.0 depends on pbr&gt;=0.11
    python-saharaclient 1.4.0 depends on pbr!=2.1.0 and &gt;=2.0.0
    castellan 0.16.0 depends on pbr!=2.1.0 and &gt;=2.0.0
    keystoneauth1 3.4.0 depends on pbr!=2.1.0 and &gt;=2.0.0
    keystonemiddleware 4.17.0 depends on pbr!=2.1.0 and &gt;=2.0.0
    oslo-concurrency 3.26.0 depends on pbr!=2.1.0 and &gt;=2.0.0
    oslo-context 2.22.0 depends on pbr!=2.1.0 and &gt;=2.0.0
    oslo-db 6.0.0 depends on pbr!=2.1.0 and &gt;=2.0.0
    oslo-i18n 3.20.0 depends on pbr!=2.1.0 and &gt;=2.0.0
    oslo-log 5.0.0 depends on pbr&gt;=3.1.1
    The user requested (constraint) pbr==2.0.0

The conflict is caused by:
    The user requested oslo.serialization!=2.19.1 and &gt;=2.18.0
    python-saharaclient 1.4.0 depends on oslo.serialization!=2.19.1 and &gt;=2.18.0
    keystonemiddleware 4.17.0 depends on oslo.serialization!=2.19.1 and &gt;=1.10.0
    oslo-log 5.0.0 depends on oslo.serialization&gt;=2.25.0
    The user requested (constraint) oslo-serialization==2.18.0

Change-Id: Iebd0c795dcdd72dac1141cfe18d2dad5201147c1
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Dropping lower constraints testing and remove py36,py37 support"</title>
<updated>2022-07-01T08:54:26+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2022-07-01T08:54:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=ab12ce32a4a77268ff35b719fab415498fc0827b'/>
<id>ab12ce32a4a77268ff35b719fab415498fc0827b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Dropping lower constraints testing and remove py36,py37 support</title>
<updated>2022-07-01T02:50:01+00:00</updated>
<author>
<name>songwenping</name>
<email>songwenping@inspur.com</email>
</author>
<published>2021-10-26T02:09:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=84555b6c2dc35eb9f97f2c1e57c745f6c9a8e946'/>
<id>84555b6c2dc35eb9f97f2c1e57c745f6c9a8e946</id>
<content type='text'>
We facing errors related to the new pip resolver, this
topic was discussed on the ML and QA team proposed to
to test lower-constraints [1].

I propose to drop this test because the complexity and recurring pain needed
to maintain that now exceeds the benefits provided by this mechanismes.

[1] http://lists.openstack.org/pipermail/openstack-discuss/2020-December/019390.html

Change-Id: I60f1f739f25755cd344fe45e76d225712fedc40f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We facing errors related to the new pip resolver, this
topic was discussed on the ML and QA team proposed to
to test lower-constraints [1].

I propose to drop this test because the complexity and recurring pain needed
to maintain that now exceeds the benefits provided by this mechanismes.

[1] http://lists.openstack.org/pipermail/openstack-discuss/2020-December/019390.html

Change-Id: I60f1f739f25755cd344fe45e76d225712fedc40f
</pre>
</div>
</content>
</entry>
<entry>
<title>Update master for stable/yoga</title>
<updated>2022-03-03T10:51:01+00:00</updated>
<author>
<name>OpenStack Release Bot</name>
<email>infra-root@openstack.org</email>
</author>
<published>2022-03-03T10:51:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=87ff69043f5aca7c295cf070a8aa1f7912aebaa6'/>
<id>87ff69043f5aca7c295cf070a8aa1f7912aebaa6</id>
<content type='text'>
Add file to the reno documentation build to show release notes for
stable/yoga.

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

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

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

Sem-Ver: feature
Change-Id: I46567b4f8c29710c42767fc96ac0176f5f8bc3b7
</pre>
</div>
</content>
</entry>
<entry>
<title>Update master for stable/xena</title>
<updated>2021-09-17T16:22:09+00:00</updated>
<author>
<name>OpenStack Release Bot</name>
<email>infra-root@openstack.org</email>
</author>
<published>2021-09-17T16:22:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=2f01b878a9e07bc712fae9c6c2c5f823bd986dd6'/>
<id>2f01b878a9e07bc712fae9c6c2c5f823bd986dd6</id>
<content type='text'>
Add file to the reno documentation build to show release notes for
stable/xena.

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

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

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

Sem-Ver: feature
Change-Id: Ifed0f0ac32b4d957e7f0f4a4a41014ea6ea8e815
</pre>
</div>
</content>
</entry>
<entry>
<title>Update master for stable/wallaby</title>
<updated>2021-03-18T10:25:59+00:00</updated>
<author>
<name>OpenStack Release Bot</name>
<email>infra-root@openstack.org</email>
</author>
<published>2021-03-18T10:25:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=473ad0dd95433b6bead20eb290d3f29800c523b7'/>
<id>473ad0dd95433b6bead20eb290d3f29800c523b7</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: I5d670a37e27605737d1491d8ae0cf7e64c8851b7
</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: I5d670a37e27605737d1491d8ae0cf7e64c8851b7
</pre>
</div>
</content>
</entry>
</feed>
