Hello community,

here is the log from the commit of package python-django_openstack_auth.2119 
for openSUSE:13.1:Update checked in at 2013-10-22 16:32:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:13.1:Update/python-django_openstack_auth.2119 (Old)
 and      /work/SRC/openSUSE:13.1:Update/.python-django_openstack_auth.2119.new 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-django_openstack_auth.2119"

Changes:
--------
New Changes file:

--- /dev/null   2013-10-11 12:16:15.204037506 +0200
+++ 
/work/SRC/openSUSE:13.1:Update/.python-django_openstack_auth.2119.new/python-django_openstack_auth.changes
  2013-10-22 16:32:36.000000000 +0200
@@ -0,0 +1,79 @@
+-------------------------------------------------------------------
+Fri Sep 27 10:24:59 UTC 2013 - speili...@suse.com
+
+- Add python-oslo.config>=1.2.0 test requirement
+
+-------------------------------------------------------------------
+Tue Sep 17 08:45:26 UTC 2013 - dmuel...@suse.com
+
+- update to 1.1.2:
+  * Try to scope token for all available projects
+
+-------------------------------------------------------------------
+Fri Aug  9 08:17:32 UTC 2013 - speili...@suse.com
+
+- Buildrequire python-netaddr for testsuite
+
+-------------------------------------------------------------------
+Thu Aug  8 20:33:19 UTC 2013 - dmuel...@suse.com
+
+- update to 1.1.1:
+  * Keystone V3 support
+- drop newer-keystoneclient.diff, fix-testsuite.diff, docs-update.diff
+
+-------------------------------------------------------------------
+Tue Jul  9 12:16:14 UTC 2013 - dmuel...@suse.com
+
+- add fix-testsuite.diff
+
+-------------------------------------------------------------------
+Sat Jun 22 16:01:37 UTC 2013 - dmuel...@suse.com
+
+- add newer-keystoneclient.diff 
+
+-------------------------------------------------------------------
+Thu Jun 13 10:09:34 UTC 2013 - dmuel...@suse.com
+
+- add python-argparse dependency 
+
+-------------------------------------------------------------------
+Fri Jun  7 13:18:37 UTC 2013 - dmuel...@suse.com
+
+- update to 1.0.11:
+  * fix tarball
+  * fix tests
+- enable tests
+
+-------------------------------------------------------------------
+Mon May 27 10:25:48 UTC 2013 - dmuel...@suse.com
+
+- update to 1.0.10:
+  * Add basic multi-region support
+  * Improved User login/logout auditing
+
+-------------------------------------------------------------------
+Tue May  7 06:55:07 UTC 2013 - dmuel...@suse.com
+
+- update to 1.0.9:
+  * Django 1.5 compatibility
+  * Allow insecure authentication
+  * Improve compatibility with Django 1.4.2 and older
+
+-------------------------------------------------------------------
+Tue Jan 29 08:17:22 UTC 2013 - dmuel...@suse.com
+
+- update to 1.0.6:
+  * Fix compatibility with keystoneclient v0.2.
+  * Improves error handling; fixes failing test
+
+-------------------------------------------------------------------
+Mon Nov 19 15:01:26 UTC 2012 - sasc...@suse.de
+
+- Mark mo files as %lang
+- Fix doc file path
+
+-------------------------------------------------------------------
+Mon Nov 19 13:27:02 UTC 2012 - sasc...@suse.de
+
+- Initial version
+

New:
----
  django_openstack_auth-1.1.2.tar.gz
  python-django_openstack_auth.changes
  python-django_openstack_auth.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-django_openstack_auth.spec ++++++
#
# spec file for package python-django_openstack_auth
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           python-django_openstack_auth
Version:        1.1.2
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:         
http://pypi.python.org/packages/source/d/django_openstack_auth/django_openstack_auth-%{version}.tar.gz
BuildRequires:  python-Babel
BuildRequires:  python-devel
# Documentation requirements:
BuildRequires:  python-Sphinx
# Test requirements:
BuildRequires:  python-argparse
BuildRequires:  python-django
BuildRequires:  python-keystoneclient
BuildRequires:  python-mox
BuildRequires:  python-netaddr
BuildRequires:  python-oslo.config >= 1.2.0
Requires:       python-django
Requires:       python-keystoneclient
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()")}
%else
BuildArch:      noarch
%endif

%description
Django OpenStack Auth is a pluggable Django authentication backend that
works with Django's ``contrib.auth`` framework to authenticate a user against
OpenStack's Keystone Identity API.

The current version is designed to work with the Keystone V2 API.

%prep
%setup -q -n django_openstack_auth-%{version}

%build
python setup.py build
cd docs && make html && rm _build/html/.buildinfo # Build HTML documentation

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

%check
python setup.py test

%files
%defattr(-,root,root,-)
%doc LICENSE README.rst docs/_build/html
%{python_sitelib}/*
%lang(en) %{python_sitelib}/openstack_auth/locale/en/LC_MESSAGES/django.mo
%lang(es) %{python_sitelib}/openstack_auth/locale/es/LC_MESSAGES/django.mo
%lang(ja) %{python_sitelib}/openstack_auth/locale/ja/LC_MESSAGES/django.mo
%lang(zh-tw) %{python_sitelib}/openstack_auth/locale/zh_TW/LC_MESSAGES/django.mo

%changelog
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to