[release-announce] [openstacksdk] requestsexceptions 1.4.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Thu Feb 1 17:09:37 UTC 2018


We exuberantly announce the release of:

requestsexceptions 1.4.0: Import exceptions from potentially bundled
packages in requests.

This release is part of the queens release series.

Download the package from:

    https://pypi.python.org/pypi/requestsexceptions

For more details, please see below.

Changes in requestsexceptions 1.2.0..1.4.0
------------------------------------------

d7ac0ff Updated from global requirements
babf4d2 Remove runtime depend on pbr
6fc1f5e Update tox for OpenStack


Diffstat (except docs and test files)
-------------------------------------

requirements.txt      |  1 -
setup.cfg             |  3 +--
setup.py              | 13 +++++++++++--
test-requirements.txt |  5 ++++-
tox.ini               |  8 ++------
5 files changed, 18 insertions(+), 12 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index b990d70..e069914 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1 +1,4 @@
-flake8>=2.2.4,<=2.4.1
+# The order of packages is significant, because pip processes them in the order
+# of appearance. Changing the order has an impact on the overall integration
+# process, which may cause wedges in the gate later.
+hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0






More information about the Release-announce mailing list