Hello community,
here is the log from the commit of package python-django_openstack_auth for
openSUSE:Factory checked in at 2015-10-30 13:42:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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
2015-09-02 07:53:51.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-django_openstack_auth.new/python-django_openstack_auth.changes
2015-10-30 13:42:48.000000000 +0100
@@ -1,0 +2,95 @@
+Sun Oct 4 07:11:59 UTC 2015 - [email protected]
+
+- update to 2.0.1:
+ * doa does not work with mysql
+ * Imported Translations from Zanata
+ * Updated from global requirements
+ * Update .gitreview for stable/liberty
+
+-------------------------------------------------------------------
+Sat Sep 19 06:36:33 UTC 2015 - [email protected]
+
+- update to 2.0.0:
+ * Remove .tx/config
+ * Replace default User model PK
+ * IDP specific websso
+ * Updated from global requirements
+ * Fix missing region field on WebSSO setup
+ * Fix Python 3 issues
+ * Imported Translations from Transifex
+ * Updated from global requirements
+ * Removing hack for python 2.6 support
+ * initialize the hasher for unscoped token
+ * Updated from global requirements
+ * Extend User from AbstractBaseUser and AnonymousUser
+ * Updated from global requirements
+ * Configurable token hashing
+ * Updated from global requirements
+ * Update supported keystone versions
+ * Fix doc reference in README
+ * Add message show for switch project
+ * Use unscoped token for scoping to project
+ * Fixing docstring formatting for param
+ * Fix Login form's fields sorting for Django 1.7
+ * Updated from global requirements
+ * Fixes modules index generated by Sphinx
+ * Add Coverage Reports To DOA
+ * Support removal of last_activity session flag
+ * Use graduated version of oslo.policy
+ * Add missing _ import to plugin/base.py
+ * Improve messaging on keystone connection issue
+ * Updated from global requirements
+ * Set default value for new token attributes
+ * Adding 1.6 job for tox
+ * Updated from global requirements
+ * Updated from global requirements
+ * Drop use of 'oslo' namespace package
+ * Prepend WEBROOT to redirect URL for WebSSO
+ * Update README to work with release tools
+ * Uncap library requirements for liberty
+ * Updating Django requirements to allow 1.7
+ * Fix test error for Django1.7
+ * Removing python 2.6 support
+ * Updated parsing of catalog to handle bad format
+ * Add websso redirect test
+ * Hash token only for ASN1 and PKIZ tokens
+ * Add authentication using openID and SAML
+ * Add token auth plugin
+ * Make list_projects a method of auth plugin
+ * Rename AUTH_PLUGINS option
+ * Follow ups to Authentication Plugins
+ * Expose keystone client version as a plugin property
+ * Create plugin model for DOA authentication
+ * Updated from global requirements
+ * Updated from global requirements
+ * Updated from global requirements
+ * Fix H405 docstring issue
+ * Updated from global requirements
+ * Allow running individual tests via tox
+ * Move to hacking 0.10
+ * Updated from global requirements
+ * Add defaulting of services_region in User class
+ * Relocating policy engine from openstack_dashboard
+ * Use keystone auth plugins
+ * Allow an empty region list
+ * Attempt to scope only to enabled projects
+ * Add call to KS V3 revoke_token on logout
+ * add last_activity to session
+ * Workflow documentation is now in infra-manual
+ * Use standard test loading features
+ * Horizon login page contains DOS attack mechanism
+ * Domain enabled login screen needs focus on Domain field
+ * Make region sticky on Login page
+ * Make region and project sticky
+ * Updated the installation instructions
+ * Remove admin role name 'admin' hardcode in User.is_superuser()
+ * Imported Translations from Transifex
+ * Fix inability to switch region via Switch Region dropdown
+ * Updated from global requirements
+ * Bump hacking to 0.9.x series
+ * Remove compiled message catalogs
+ * extract mock setup methods
+- Adjust Requires according to requirements.txt
+- Compile locales (.po -> .mo)
+
+-------------------------------------------------------------------
Old:
----
django_openstack_auth-1.1.7.tar.gz
New:
----
django_openstack_auth-2.0.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django_openstack_auth.spec ++++++
--- /var/tmp/diff_new_pack.kSpsC5/_old 2015-10-30 13:42:49.000000000 +0100
+++ /var/tmp/diff_new_pack.kSpsC5/_new 2015-10-30 13:42:49.000000000 +0100
@@ -17,7 +17,7 @@
Name: python-django_openstack_auth
-Version: 1.1.7
+Version: 2.0.1
Release: 0
Summary: A Django auth backend for use with the OpenStack Keystone
License: BSD-3-Clause
@@ -34,16 +34,18 @@
BuildRequires: python-Babel >= 1.3
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
BuildRequires: python-django >= 1.4
-Requires: python-django >= 1.4
+Requires: python-django >= 1.7
%else
BuildRequires: python-Django >= 1.4
-Requires: python-Django >= 1.4
+Requires: python-Django >= 1.7
%endif
BuildRequires: python-keystoneclient >= 0.6.0
BuildRequires: python-mox3
-Requires: python-keystoneclient >= 0.8
-Requires: python-pbr >= 0.6
-Requires: python-six >= 1.6
+Requires: python-keystoneclient >= 1.6.0
+Requires: python-oslo.config >= 2.3.0
+Requires: python-oslo.policy >= 0.5.0
+Requires: python-pbr >= 1.6
+Requires: python-six >= 1.9.0
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()")}
@@ -72,6 +74,12 @@
%install
%{__python2} setup.py install --prefix=%{_prefix} --root=%{buildroot}
+# compile mo files from po files
+(cd %{buildroot}%{python2_sitelib}/openstack_auth && /usr/bin/django-admin
compilemessages)
+
+# Remove po files
+find %{buildroot}%{python2_sitelib}/openstack_auth/locale -name "*.po" -delete
-print
+
%files
%defattr(-,root,root,-)
%doc LICENSE README.rst build/sphinx/html
++++++ django_openstack_auth-1.1.7.tar.gz -> django_openstack_auth-2.0.1.tar.gz
++++++
++++ 7436 lines of diff (skipped)