[openstack-announce] [new][keystone] python-keystoneclient-kerberos 0.3.0 release

no-reply at openstack.org no-reply at openstack.org
Mon May 23 18:57:12 UTC 2016


We are jazzed to announce the release of:

python-keystoneclient-kerberos 0.3.0: Kerberos authentication for the
OpenStack clients

With source available at:

    http://git.openstack.org/cgit/openstack/python-keystoneclient-
kerberos

With package available at:

    https://pypi.python.org/pypi/python-keystoneclient-kerberos

Please report issues through launchpad:

    http://bugs.launchpad.net/python-keystoneclient

For more details, please see below.

Changes in python-keystoneclient-kerberos 0.2.0..0.3.0
------------------------------------------------------

c115636 Updated from global requirements
854fa3c use keystoneauth instead of keystoneclient
dab55e4 Updated from global requirements
6f420d5 Updated from global requirements
905b9e2 Updated from global requirements
8934afd Removes MANIFEST.in as it is not needed explicitely by PBR
0995254 Drop py33 support
915957b Deprecate this package
1d85cde Remove Python 2.6 support
4f59d5d Updated from global requirements
fc8cc0a Updated from global requirements
db5c080 Use optional authentication
892f0e1 Make __all__ immutable
bec0c82 Updated from global requirements
e10221a Change ignore-errors to ignore_errors
17589ad Updated from global requirements
3074933 Federated Kerberos plugin
a7c6a7c Disable optional authentication for plugin
4b3ce88 Updated from global requirements
d98f8d8 Updated from global requirements
7d28507 Updated from global requirements

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

.coveragerc                                     |  2 +-
CONTRIBUTING.rst                                | 17 +-----
MANIFEST.in                                     |  6 --
README.rst                                      | 10 ++--
keystoneclient_kerberos/__init__.py             | 11 +++-
keystoneclient_kerberos/v3.py                   | 31 +++++++++-
requirements.txt                                |  6 +-
setup.cfg                                       |  2 +-
setup.py                                        |  3 +-
test-requirements.txt                           | 22 +++----
tox.ini                                         |  2 +-
15 files changed, 251 insertions(+), 92 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index d598b7d..e984afa 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,3 +5,3 @@
-pbr>=0.6,!=0.7,<1.0
-python-keystoneclient>=1.1.0
-requests-kerberos>=0.6 # MIT
+pbr>=1.6 # Apache-2.0
+keystoneauth1[kerberos]>=2.1.0 # Apache-2.0
+requests-kerberos>=0.6;python_version=='2.7' or python_version=='2.6' # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 7569eb2..6e36295 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking>=0.10.0,<0.11
+hacking<0.11,>=0.10.0
@@ -7,10 +7,10 @@ hacking>=0.10.0,<0.11
-coverage>=3.6
-discover
-python-subunit>=0.0.18
-requests-mock>=0.6.0  # Apache-2.0
-sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
-oslosphinx>=2.5.0  # Apache-2.0
-oslotest>=1.5.1  # Apache-2.0
-testrepository>=0.0.18
-testscenarios>=0.4
-testtools>=0.9.36,!=1.2.0
+coverage>=3.6 # Apache-2.0
+discover # BSD
+python-subunit>=0.0.18 # Apache-2.0/BSD
+requests-mock>=0.7.0 # Apache-2.0
+sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
+oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
+oslotest>=1.10.0 # Apache-2.0
+testrepository>=0.0.18 # Apache-2.0/BSD
+testscenarios>=0.4 # Apache-2.0/BSD
+testtools>=1.4.0 # MIT





More information about the OpenStack-announce mailing list