Hello community,
here is the log from the commit of package python-django_openstack_auth for
openSUSE:Factory checked in at 2014-10-06 12:06:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django_openstack_auth (Old)
and /work/SRC/openSUSE:Factory/.python-django_openstack_auth.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django_openstack_auth"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django_openstack_auth/python-django_openstack_auth.changes
2014-04-14 20:40:20.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-django_openstack_auth.new/python-django_openstack_auth.changes
2014-10-06 12:06:26.000000000 +0200
@@ -2 +2 @@
-Tue Apr 8 14:50:25 UTC 2014 - [email protected]
+Sat Sep 27 16:11:46 UTC 2014 - [email protected]
@@ -4 +4,14 @@
-- fix requires on SLE11
+- update to 1.1.7:
+ * Work toward Python 3.4 support and testing
+ * Consider old version of token without 'user_domain_name' attr
+ * Added url_path_replace and has_in_url_path methods
+ * Configurable token hashing algorithm
+ * Add user_domain_name in the user object
+ * Adding log message for keystone API mismatch
+ * Cache the User's Project by Token ID
+ * Fix H4xx docstring issues
+ * Replace UserManager/TenantManager with None in tests
+ * Imported Translations from Transifex
+ * Imported Translations from Transifex
+ * Updated from global requirements
+ * Adding back the forms.Login import
@@ -7 +20 @@
-Tue Apr 8 14:12:53 UTC 2014 - [email protected]
+Wed Jul 30 14:04:22 UTC 2014 - [email protected]
@@ -9,2 +22,40 @@
-- update to 1.1.5:
- * no real change, just fixing version number (for requires)
+- update to 1.1.6:
+ * Hash the token id if it is over a maximum length
+ * Restore "redirect to login page after logout" behaviour
+ * Add license header to exceptions.py
+ * Fix H301 and H304 hacking issues
+ * Updated from global requirements
+ * Disable H803 check
+ * Add the Python 3 classifiers
+ * Do not use Exception.message
+ * Redirect the user if they're already logged in
+ * Fix translation setup
+ * Updated from global requirements
+ * Use the latest Django 1.4 release to test
+ * Adding check for service roles to match users region selection
+ * Updated from global requirements
+ * Fix whitespace issues found by Pep8 1.5.4+
+ * Fix typo of ANS1 to ASN1
+ * Updated from global requirements
+ * Add tox env to build docs
+ * Fix H306 imports not in alphabetical order
+ * Fix remaining PEP8 (E***) and PyFlakes (F***) issues
+ * Make Hacking E1XX compliant
+ * Updated from global requirements
+ * Import translations
+ * Reverting default keystone API to v2.0
+ * Adding Django 1.6 support
+ * Updated from global requirements
+ * TestResponse: use a default status code
+ * Use mox3 rather than mox
+ * Use six.moves.urllib.parse instead of urlparse
+ * Updated from global requirements
+ * Sort project list by name
+ * Switch over to oslosphinx
+ * moves default keystone API to v3
+- remove 0001-Switch-over-to-oslosphinx.patch: merged upstream
+
+-------------------------------------------------------------------
+Tue Apr 8 14:50:25 UTC 2014 - [email protected]
+
+- fix requires on SLE11
Old:
----
django_openstack_auth-1.1.5.tar.gz
New:
----
django_openstack_auth-1.1.7.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django_openstack_auth.spec ++++++
--- /var/tmp/diff_new_pack.nRYT2x/_old 2014-10-06 12:06:27.000000000 +0200
+++ /var/tmp/diff_new_pack.nRYT2x/_new 2014-10-06 12:06:27.000000000 +0200
@@ -17,13 +17,13 @@
Name: python-django_openstack_auth
-Version: 1.1.5
+Version: 1.1.7
Release: 0
Summary: A Django auth backend for use with the OpenStack Keystone
License: BSD-3-Clause
Group: Development/Languages/Python
Url: http://django_openstack_auth.readthedocs.org/
-Source:
https://pypi.python.org/packages/source/d/django_openstack_auth/django_openstack_auth-1.1.5.tar.gz
+Source:
http://tarballs.openstack.org/django_openstack_auth/django_openstack_auth-%{version}.tar.gz
BuildRequires: python-devel
BuildRequires: python-pbr >= 0.6
# Documentation requirements:
@@ -39,9 +39,10 @@
Requires: python-Django >= 1.4
%endif
BuildRequires: python-keystoneclient >= 0.6.0
-BuildRequires: python-mox >= 0.5.3
-Requires: python-keystoneclient >= 0.6.0
+BuildRequires: python-mox3
+Requires: python-keystoneclient >= 0.8
Requires: python-pbr >= 0.6
+Requires: python-six >= 1.6
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from
distutils.sysconfig import get_python_lib; print get_python_lib()")}
@@ -70,9 +71,6 @@
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-%check
-PYTHONPATH=. python openstack_auth/tests/run_tests.py
-
%files
%defattr(-,root,root,-)
%doc LICENSE README.rst build/sphinx/html
++++++ django_openstack_auth-1.1.5.tar.gz -> django_openstack_auth-1.1.7.tar.gz
++++++
++++ 4637 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]