<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-swiftclient.git, branch stable/stein</title>
<subtitle>opendev.org: openstack/python-swiftclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-swiftclient.git/'/>
<entry>
<title>Changelog for 3.7.1</title>
<updated>2019-10-23T20:46:24+00:00</updated>
<author>
<name>Tim Burke</name>
<email>tim.burke@gmail.com</email>
</author>
<published>2019-10-23T18:09:45+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=c2ba4df5e229549447658469cded8f31e2822bf5'/>
<id>c2ba4df5e229549447658469cded8f31e2822bf5</id>
<content type='text'>
Change-Id: Idce4262ae2fa3e42639ba3e4f24c7d2e9be5ae59
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Idce4262ae2fa3e42639ba3e4f24c7d2e9be5ae59
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: Fix warning treated as error</title>
<updated>2019-10-23T20:45:42+00:00</updated>
<author>
<name>Tim Burke</name>
<email>tim.burke@gmail.com</email>
</author>
<published>2019-09-04T18:21:04+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=dad99faffc80b66aea65149fb6d2e97db704b407'/>
<id>dad99faffc80b66aea65149fb6d2e97db704b407</id>
<content type='text'>
Change-Id: I669533334419e94ca925e859f2b0d5d2afe9f7f1
(cherry picked from commit a0f0aedb41ba790266cca678fc3bd91696888835)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I669533334419e94ca925e859f2b0d5d2afe9f7f1
(cherry picked from commit a0f0aedb41ba790266cca678fc3bd91696888835)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix SLO re-upload</title>
<updated>2019-08-07T21:50:51+00:00</updated>
<author>
<name>Tim Burke</name>
<email>tim.burke@gmail.com</email>
</author>
<published>2019-04-10T23:22:27+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=20be6f94478f50cc3a162b318f616f0c6acdbd10'/>
<id>20be6f94478f50cc3a162b318f616f0c6acdbd10</id>
<content type='text'>
Previously, if you uploaded a file as an SLO then re-uploaded it
with the same segment size and mtime, the second upload would
go delete the segments it just (re)uploaded. This was due to
us tracking old_slo_manifest_paths and new_slo_manifest_paths
in different formats; one would have a leading slash while the
other would not.

Now, normalize to the stripped-slash version so we stop deleting
segments we just uploaded.

Change-Id: Ibcbed3df4febe81cdf13855656e2daaca8d521b4
(cherry picked from commit 9021a58c240e156f54ffafdc4609868f348d3ebc)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, if you uploaded a file as an SLO then re-uploaded it
with the same segment size and mtime, the second upload would
go delete the segments it just (re)uploaded. This was due to
us tracking old_slo_manifest_paths and new_slo_manifest_paths
in different formats; one would have a leading slash while the
other would not.

Now, normalize to the stripped-slash version so we stop deleting
segments we just uploaded.

Change-Id: Ibcbed3df4febe81cdf13855656e2daaca8d521b4
(cherry picked from commit 9021a58c240e156f54ffafdc4609868f348d3ebc)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix up stable gate</title>
<updated>2019-08-06T21:14:49+00:00</updated>
<author>
<name>Tim Burke</name>
<email>tim.burke@gmail.com</email>
</author>
<published>2019-08-02T04:07:43+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=172aa9016977a3b03f07da0350c6aa9ade1e55a0'/>
<id>172aa9016977a3b03f07da0350c6aa9ade1e55a0</id>
<content type='text'>
This is a combination of three commits from master:

---

Isolate docs requirements

...since modern sphinx won't install on py27.

While we're at it, clean up some warnings and treat warnings as errors.

Also, fix up how we parse test configs so we can run func tests.

Related-Change: Id3c2ed87230c5918c18e2c01d086df8157f036b1
(cherry picked from commit 113eacf3b80f61d366b3e95b558b40f82ff728a4)

---

Drag forward prettytable in lower-constraints

Apparently version 0.7 got unpublished recently.

(cherry picked from commit 5bd66947fc3d8987d4b24d5119a346031004229e)

---

docs: Clean up formatting

(cherry-picked from commit 7563d9cb5642c85a31708fd863e2737f9d6c9419)

---

Change-Id: I3c6bca460ee5ff99195495a29e8b8bbf4ed804ff
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a combination of three commits from master:

---

Isolate docs requirements

...since modern sphinx won't install on py27.

While we're at it, clean up some warnings and treat warnings as errors.

Also, fix up how we parse test configs so we can run func tests.

Related-Change: Id3c2ed87230c5918c18e2c01d086df8157f036b1
(cherry picked from commit 113eacf3b80f61d366b3e95b558b40f82ff728a4)

---

Drag forward prettytable in lower-constraints

Apparently version 0.7 got unpublished recently.

(cherry picked from commit 5bd66947fc3d8987d4b24d5119a346031004229e)

---

docs: Clean up formatting

(cherry-picked from commit 7563d9cb5642c85a31708fd863e2737f9d6c9419)

---

Change-Id: I3c6bca460ee5ff99195495a29e8b8bbf4ed804ff
</pre>
</div>
</content>
</entry>
<entry>
<title>OpenDev Migration Patch</title>
<updated>2019-04-19T19:32:32+00:00</updated>
<author>
<name>OpenDev Sysadmins</name>
<email>openstack-infra@lists.openstack.org</email>
</author>
<published>2019-04-19T19:32:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=7d50158440e1ce802cc395135333d2925de11864'/>
<id>7d50158440e1ce802cc395135333d2925de11864</id>
<content type='text'>
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update .gitreview for stable/stein</title>
<updated>2019-03-18T14:55:37+00:00</updated>
<author>
<name>OpenStack Release Bot</name>
<email>infra-root@openstack.org</email>
</author>
<published>2019-03-18T14:55:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=95fcc2ad0c20074cac2d9d7a2274657ae3ff783b'/>
<id>95fcc2ad0c20074cac2d9d7a2274657ae3ff783b</id>
<content type='text'>
Change-Id: I81cfec15c1c8b6e443333cfd383421c7b405221f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I81cfec15c1c8b6e443333cfd383421c7b405221f
</pre>
</div>
</content>
</entry>
<entry>
<title>Update release to 3.7.0</title>
<updated>2019-03-04T16:55:46+00:00</updated>
<author>
<name>Thiago da Silva</name>
<email>thiagodasilva@gmail.com</email>
</author>
<published>2019-03-04T16:55:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=991a6cebb900f9ece5279f1c3c2bf33bcbb74086'/>
<id>991a6cebb900f9ece5279f1c3c2bf33bcbb74086</id>
<content type='text'>
Due to Openstack Release policies, the next release needs
to be a minor release, thus bumping to 3.7.0.

Change-Id: If52d48908cfd47c5b94265ebd9ab8e3289c7b19c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Due to Openstack Release policies, the next release needs
to be a minor release, thus bumping to 3.7.0.

Change-Id: If52d48908cfd47c5b94265ebd9ab8e3289c7b19c
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "authors/changelog updates for release"</title>
<updated>2019-03-01T22:29:55+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.openstack.org</email>
</author>
<published>2019-03-01T22:29:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=eabed44f82ea447a76f4bbe9effd20ff919f64ab'/>
<id>eabed44f82ea447a76f4bbe9effd20ff919f64ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>authors/changelog updates for release</title>
<updated>2019-03-01T16:32:50+00:00</updated>
<author>
<name>John Dickinson</name>
<email>me@not.mn</email>
</author>
<published>2019-02-27T00:51:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=344711771db6f3bbeaf85cbb1aa787b89d8d08e3'/>
<id>344711771db6f3bbeaf85cbb1aa787b89d8d08e3</id>
<content type='text'>
Change-Id: Ic14916c314043155a5ec3c5b29331862c6aded43
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ic14916c314043155a5ec3c5b29331862c6aded43
</pre>
</div>
</content>
</entry>
<entry>
<title>Add py37 check/gate jobs; add py37 to default tox env list</title>
<updated>2019-02-27T19:11:12+00:00</updated>
<author>
<name>Tim Burke</name>
<email>tim.burke@gmail.com</email>
</author>
<published>2019-02-27T19:08:28+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=d32deaadddeaf5e5364acfb3a7f727594d1bc581'/>
<id>d32deaadddeaf5e5364acfb3a7f727594d1bc581</id>
<content type='text'>
Change-Id: Ifbc6dc731df20b4bba905a110e71ea5c9cc52c0f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ifbc6dc731df20b4bba905a110e71ea5c9cc52c0f
</pre>
</div>
</content>
</entry>
</feed>
