commit python-django_openstack_auth for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-django_openstack_auth for 
openSUSE:Factory checked in at 2017-08-28 15:30:17

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"

Mon Aug 28 15:30:17 2017 rev:19 rq:514875 version:3.5.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django_openstack_auth/python-django_openstack_auth.changes
2017-02-21 13:40:16.753528004 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-django_openstack_auth.new/python-django_openstack_auth.changes
   2017-08-28 15:30:18.769852949 +0200
@@ -1,0 +2,25 @@
+Mon Aug  7 08:47:23 UTC 2017 - cloud-de...@suse.de
+
+- update to version 3.5.0
+  - Allow for manual setting of default service region in config
+  - hacking: Drop import_exceptions from tox.ini
+  - move documentation into the new standard layout
+  - Manually bump Django requirement
+  - Fix doc build
+  - doc: cleanup doc build configuration
+  - Cleanup doc warnings and enforce warning-is-error in sphinx
+  - Add Django 1.11 tox env
+  - Bump Django requirements cap
+  - Imported Translations from Zanata
+  - doc: Add configuration reference
+  - The python 3.5 added
+  - switch from oslosphinx to openstackdocstheme
+  - Add support for a domain dropdown menu at login
+  - Update hacking version to fix tests
+  - Migrate settings on a feature merged recently
+  - Updated from global requirements
+  - Fix default mutable arg in k2k.py
+  - Implement expiration date alert message
+  - Fix Django 1.11 Compatibility
+
+---

Old:

  django_openstack_auth-3.1.1.tar.gz

New:

  django_openstack_auth-3.5.0.tar.gz



Other differences:
--
++ python-django_openstack_auth.spec ++
--- /var/tmp/diff_new_pack.JREvZc/_old  2017-08-28 15:30:19.917691587 +0200
+++ /var/tmp/diff_new_pack.JREvZc/_new  2017-08-28 15:30:19.921691023 +0200
@@ -18,31 +18,31 @@
 
 %global pypi_name django_openstack_auth
 Name:   python-django_openstack_auth
-Version:3.1.1
+Version:3.5.0
 Release:0
 Summary:Django authentication backend for OpenStack Keystone
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:http://docs.openstack.org/developer/django_openstack_auth/
-Source0:
https://tarballs.openstack.org/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
+Source0:
https://pypi.io/packages/source/d/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python-Django >= 1.8
+BuildRequires:  python-Django >= 1.10
 BuildRequires:  python-devel
-BuildRequires:  python-keystoneauth1 >= 2.17.0
+BuildRequires:  python-keystoneauth1 >= 2.21.0
 BuildRequires:  python-keystoneclient >= 3.8.0
 BuildRequires:  python-mock >= 2.0
 BuildRequires:  python-mox3 >= 0.7.0
-BuildRequires:  python-oslo.policy >= 1.17.0
+BuildRequires:  python-oslo.policy >= 1.23.0
 BuildRequires:  python-oslotest >= 1.10.0
-BuildRequires:  python-pbr >= 1.8
+BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-setuptools >= 16.0
 BuildRequires:  python-testscenarios >= 0.4
-Requires:   python-Django >= 1.8
-Requires:   python-keystoneauth1 >= 2.17.0
+Requires:   python-Django >= 1.10
+Requires:   python-keystoneauth1 >= 2.21.0
 Requires:   python-keystoneclient >= 3.8.0
-Requires:   python-oslo.config >= 3.14.0
-Requires:   python-oslo.policy >= 1.17.0
-Requires:   python-pbr >= 1.8
+Requires:   python-oslo.config >= 4.0.0
+Requires:   python-oslo.policy >= 1.23.0
+Requires:   python-pbr >= 2.0.0
 Requires:   python-six >= 1.9.0
 BuildArch:  noarch
 %if 0%{?rhel} || 0%{?fedora}
@@ -58,7 +58,7 @@
 Summary:Documentation for %{name}
 Group:  Documentation
 BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx >= 4.7.0
+BuildRequires:  python-openstackdocstheme >= 1.11.0
 
 %description doc
 Django OpenStack Auth is a pluggable Django authentication backend
@@ -68,8 +68,9 @@
 This package contains documentation in HTML format.
 
 %prep
-%autosetup -n %{pypi_name}-%{version}
+%autosetup -p1 -n %{pypi_name}-%{version}
 %py_req_cleanup
+sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %py2_build

++ _service ++
--- /var/tmp/diff_new_pack.JREvZc/_old  2017-08-28 15:30:20.021676968 +0200
+++ /var/tmp/diff_new_pack.JREvZc/_new  2017-08-28 15:30:20.029675843 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/django_openstack_auth/django_openstack_auth.spec.j2
+

commit python-django_openstack_auth for openSUSE:Factory

2017-02-21 Thread root
Hello community,

here is the log from the commit of package python-django_openstack_auth for 
openSUSE:Factory checked in at 2017-02-21 13:40:15

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
2016-05-19 12:14:29.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django_openstack_auth.new/python-django_openstack_auth.changes
   2017-02-21 13:40:16.753528004 +0100
@@ -1,0 +2,37 @@
+Fri Feb 10 15:41:01 UTC 2017 - cloud-de...@suse.de
+
+- update to version 3.1.1:
+  - Correctly initialize TestResponses
+  - Store the project domain ID in the Token object
+  - Removing token revoke / delete calls
+  - Add is_authenticated and is_anonymous properties
+  - Fix exception catch-all in domain scope auth
+  - Add Constraints support
+  - Allow federated users to auth with domain scope
+  - Add reason attribute to TestResponse
+  - Get remote address from client, behind proxy servers, to log on console.
+  - Show team and repo badges on README
+  - Imported Translations from Zanata
+  - Add info logs to plugin scoping
+  - python3.0 has disable LOG.warn
+  - Fix wrong warning about keystone version
+  - Refactor project and domain scoping
+  - Modify use of assertTrue(A in B)
+  - Add K2K Auth Dropdown
+  - Updated from global requirements
+  - Fix policy check short circuit
+
+---
+Wed Dec  7 11:36:52 UTC 2016 - dmuel...@suse.com
+
+- update to 2.4.2 :
+  * Removing token revoke / delete calls
+  * Revert "Add is_authenticated and is_anonymous properties"
+  * Add is_authenticated and is_anonymous properties
+  * Fix wrong warning about keystone version
+  * Update .gitreview for stable/newton
+  * Updated from global requirements
+  * Imported Translations from Zanata
+  * Correctly initialize TestResponses
+
+---

Old:

  django_openstack_auth-2.1.1.tar.gz

New:

  django_openstack_auth-3.1.1.tar.gz



Other differences:
--
++ python-django_openstack_auth.spec ++
--- /var/tmp/diff_new_pack.FiS1wk/_old  2017-02-21 13:40:17.289452399 +0100
+++ /var/tmp/diff_new_pack.FiS1wk/_new  2017-02-21 13:40:17.293451835 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django_openstack_auth
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,88 +16,95 @@
 #
 
 
+%global pypi_name django_openstack_auth
 Name:   python-django_openstack_auth
-Version:2.1.1
+Version:3.1.1
 Release:0
-Summary:A Django auth backend for use with the OpenStack Keystone
+Summary:Django authentication backend for OpenStack Keystone
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:http://django_openstack_auth.readthedocs.org/
-Source: 
http://tarballs.openstack.org/django_openstack_auth/django_openstack_auth-%{version}.tar.gz
-BuildRequires:  openstack-suse-macros
-BuildRequires:  python-devel
-BuildRequires:  python-pbr >= 0.6
-# Documentation requirements:
-BuildRequires:  python-Sphinx >= 1.1.2
-BuildRequires:  python-oslosphinx
-# Test requirements:
-BuildRequires:  python-Babel >= 1.3
+Url:http://docs.openstack.org/developer/django_openstack_auth/
+Source0:
https://tarballs.openstack.org/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
+BuildRequires:  openstack-macros
 BuildRequires:  python-Django >= 1.8
-BuildRequires:  python-keystoneclient >= 0.6.0
-BuildRequires:  python-mox3
+BuildRequires:  python-devel
+BuildRequires:  python-keystoneauth1 >= 2.17.0
+BuildRequires:  python-keystoneclient >= 3.8.0
+BuildRequires:  python-mock >= 2.0
+BuildRequires:  python-mox3 >= 0.7.0
+BuildRequires:  python-oslo.policy >= 1.17.0
+BuildRequires:  python-oslotest >= 1.10.0
+BuildRequires:  python-pbr >= 1.8
+BuildRequires:  python-setuptools >= 16.0
+BuildRequires:  python-testscenarios >= 0.4
 Requires:   python-Django >= 1.8
-Requires:   python-keystoneauth1 >= 2.1.0
-Requires:   python-keystoneclient >= 1.6.0
-Requires:   python-oslo.config >= 2.7.0
-Requires:   python-oslo.policy >= 0.5.0
-Requires:   python-pbr >= 1.6
+Requires:   python-keystoneauth1 >= 2.17.0
+Requires:   python-keystoneclient >= 3.8.0
+Requires:   

commit python-django_openstack_auth for openSUSE:Factory

2016-05-19 Thread h_root
Hello community,

here is the log from the commit of package python-django_openstack_auth for 
openSUSE:Factory checked in at 2016-05-19 12:14:23

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-10-30 13:42:48.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-django_openstack_auth.new/python-django_openstack_auth.changes
   2016-05-19 12:14:29.0 +0200
@@ -1,0 +2,24 @@
+Thu Mar  3 16:07:13 UTC 2016 - tbecht...@suse.com
+
+- update to 2.1.1:
+  * Fixing backward compatibility
+  * Add domain initial value on login
+  * Move d-o-a auth library to keystoneauth
+  * Imported Translations from Zanata
+  * Makes policy.check aware of domain scoped token
+  * Updated from global requirements
+  * Add domain scoped token to session in multidomain
+  * Revert - Cache the User's Project by Token ID
+  * Use set comprehension instead of converting lists to sets
+  * Updated from global requirements
+  * Imported Translations from Zanata
+  * Updated from global requirements
+  * Imported Translations from Zanata
+- Adjust Requires according to requirements.txt
+
+---
+Mon Nov 16 14:11:39 UTC 2015 - vu...@suse.com
+
+- Fix license: it's Apache-2.0, not BSD-3-Clause.
+
+---

Old:

  django_openstack_auth-2.0.1.tar.gz

New:

  django_openstack_auth-2.1.1.tar.gz



Other differences:
--
++ python-django_openstack_auth.spec ++
--- /var/tmp/diff_new_pack.ifmzUC/_old  2016-05-19 12:14:30.0 +0200
+++ /var/tmp/diff_new_pack.ifmzUC/_new  2016-05-19 12:14:30.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django_openstack_auth
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,10 +17,10 @@
 
 
 Name:   python-django_openstack_auth
-Version:2.0.1
+Version:2.1.1
 Release:0
 Summary:A Django auth backend for use with the OpenStack Keystone
-License:BSD-3-Clause
+License:Apache-2.0
 Group:  Development/Languages/Python
 Url:http://django_openstack_auth.readthedocs.org/
 Source: 
http://tarballs.openstack.org/django_openstack_auth/django_openstack_auth-%{version}.tar.gz
@@ -32,17 +32,13 @@
 BuildRequires:  python-oslosphinx
 # Test requirements:
 BuildRequires:  python-Babel >= 1.3
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-BuildRequires:  python-django >= 1.4
-Requires:   python-django >= 1.7
-%else
-BuildRequires:  python-Django >= 1.4
-Requires:   python-Django >= 1.7
-%endif
+BuildRequires:  python-Django >= 1.8
 BuildRequires:  python-keystoneclient >= 0.6.0
 BuildRequires:  python-mox3
+Requires:   python-Django >= 1.8
+Requires:   python-keystoneauth1 >= 2.1.0
 Requires:   python-keystoneclient >= 1.6.0
-Requires:   python-oslo.config >= 2.3.0
+Requires:   python-oslo.config >= 2.7.0
 Requires:   python-oslo.policy >= 0.5.0
 Requires:   python-pbr >= 1.6
 Requires:   python-six >= 1.9.0

++ django_openstack_auth-2.0.1.tar.gz -> django_openstack_auth-2.1.1.tar.gz 
++
 2339 lines of diff (skipped)




commit python-django_openstack_auth for openSUSE:Factory

2015-10-30 Thread h_root
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.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django_openstack_auth.new/python-django_openstack_auth.changes
   2015-10-30 13:42:48.0 +0100
@@ -1,0 +2,95 @@
+Sun Oct  4 07:11:59 UTC 2015 - tbecht...@suse.com
+
+- 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 - tbecht...@suse.com
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.kSpsC5/_new  2015-10-30 13:42:49.0 +0100

commit python-django_openstack_auth for openSUSE:Factory

2015-09-01 Thread h_root
Hello community,

here is the log from the commit of package python-django_openstack_auth for 
openSUSE:Factory checked in at 2015-09-02 07:53:50

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-10-06 12:06:26.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django_openstack_auth.new/python-django_openstack_auth.changes
   2015-09-02 07:53:51.0 +0200
@@ -1,0 +2,5 @@
+Wed Jul 29 10:20:58 UTC 2015 - tbecht...@suse.com
+
+- Unify spec file. Use fedora compatible files macros
+
+---



Other differences:
--
++ python-django_openstack_auth.spec ++
--- /var/tmp/diff_new_pack.o4A9xE/_old  2015-09-02 07:53:52.0 +0200
+++ /var/tmp/diff_new_pack.o4A9xE/_new  2015-09-02 07:53:52.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django_openstack_auth
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,7 @@
 Group:  Development/Languages/Python
 Url:http://django_openstack_auth.readthedocs.org/
 Source: 
http://tarballs.openstack.org/django_openstack_auth/django_openstack_auth-%{version}.tar.gz
+BuildRequires:  openstack-suse-macros
 BuildRequires:  python-devel
 BuildRequires:  python-pbr >= 0.6
 # Documentation requirements:
@@ -63,36 +64,36 @@
 %setup -q -n django_openstack_auth-%{version}
 
 %build
-python setup.py build
+%{__python2} setup.py build
 #python setup.py build_sphinx && rm build/sphinx/html/.buildinfo
 # pbr is far to intrusive and calls to many builders, we just want docs, thus:
 sphinx-build -b html doc/source build/sphinx/html && rm -r 
build/sphinx/html/.buildinfo
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%{__python2} setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %files
 %defattr(-,root,root,-)
 %doc LICENSE README.rst build/sphinx/html
-%{python_sitelib}/django_openstack_auth-%{version}-py%{py_ver}.egg-info
-%{python_sitelib}/openstack_auth
-%lang(ar) %{python_sitelib}/openstack_auth/locale/ar/LC_MESSAGES/django.mo
-%lang(de) %{python_sitelib}/openstack_auth/locale/de/LC_MESSAGES/django.mo
-%lang(en_AU) 
%{python_sitelib}/openstack_auth/locale/en_AU/LC_MESSAGES/django.mo
-%lang(en_GB) 
%{python_sitelib}/openstack_auth/locale/en_GB/LC_MESSAGES/django.mo
-%lang(es_MX) 
%{python_sitelib}/openstack_auth/locale/es_MX/LC_MESSAGES/django.mo
-%lang(fr) %{python_sitelib}/openstack_auth/locale/fr/LC_MESSAGES/django.mo
-%lang(hi) %{python_sitelib}/openstack_auth/locale/hi/LC_MESSAGES/django.mo
-%lang(ko_KR) 
%{python_sitelib}/openstack_auth/locale/ko_KR/LC_MESSAGES/django.mo
-%lang(nl_NL) 
%{python_sitelib}/openstack_auth/locale/nl_NL/LC_MESSAGES/django.mo
-%lang(pl_PL) 
%{python_sitelib}/openstack_auth/locale/pl_PL/LC_MESSAGES/django.mo
-%lang(pt_BR) 
%{python_sitelib}/openstack_auth/locale/pt_BR/LC_MESSAGES/django.mo
-%lang(pt) %{python_sitelib}/openstack_auth/locale/pt/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(ru) %{python_sitelib}/openstack_auth/locale/ru/LC_MESSAGES/django.mo
-%lang(uk) %{python_sitelib}/openstack_auth/locale/uk/LC_MESSAGES/django.mo
-%lang(zh-tw) 
%{python_sitelib}/openstack_auth/locale/zh_TW/LC_MESSAGES/django.mo
-%lang(zh-CN) 
%{python_sitelib}/openstack_auth/locale/zh_CN/LC_MESSAGES/django.mo
+%{python2_sitelib}/django_openstack_auth-%{version}-py%{py_ver}.egg-info
+%{python2_sitelib}/openstack_auth
+%lang(ar) %{python2_sitelib}/openstack_auth/locale/ar/LC_MESSAGES/django.mo
+%lang(de) %{python2_sitelib}/openstack_auth/locale/de/LC_MESSAGES/django.mo
+%lang(en_AU) 
%{python2_sitelib}/openstack_auth/locale/en_AU/LC_MESSAGES/django.mo
+%lang(en_GB) 
%{python2_sitelib}/openstack_auth/locale/en_GB/LC_MESSAGES/django.mo
+%lang(es_MX) 
%{python2_sitelib}/openstack_auth/locale/es_MX/LC_MESSAGES/django.mo
+%lang(fr) %{python2_sitelib}/openstack_auth/locale/fr/LC_MESSAGES/django.mo
+%lang(hi) %{python2_sitelib}/openstack_auth/locale/hi/LC_MESSAGES/django.mo
+%lang(ko_KR) 
%{python2_sitelib}/openstack_auth/locale/ko_KR/LC_MESSAGES/django.mo
+%lang(nl_NL) 
%{python2_sitelib}/openstack_auth/locale/nl_NL/LC_MESSAGES/django.mo

commit python-django_openstack_auth for openSUSE:Factory

2014-10-06 Thread h_root
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.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django_openstack_auth.new/python-django_openstack_auth.changes
   2014-10-06 12:06:26.0 +0200
@@ -2 +2 @@
-Tue Apr  8 14:50:25 UTC 2014 - dmuel...@suse.com
+Sat Sep 27 16:11:46 UTC 2014 - dmuel...@suse.com
@@ -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 - dmuel...@suse.com
+Wed Jul 30 14:04:22 UTC 2014 - dmuel...@suse.com
@@ -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 - dmuel...@suse.com
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.nRYT2x/_new  2014-10-06 12:06:27.0 +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 @@
 

commit python-django_openstack_auth for openSUSE:Factory

2014-04-14 Thread h_root
Hello community,

here is the log from the commit of package python-django_openstack_auth for 
openSUSE:Factory checked in at 2014-04-14 20:40:19

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-01-23 15:54:02.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-django_openstack_auth.new/python-django_openstack_auth.changes
   2014-04-14 20:40:20.0 +0200
@@ -1,0 +2,57 @@
+Tue Apr  8 14:50:25 UTC 2014 - dmuel...@suse.com
+
+- fix requires on SLE11 
+
+---
+Tue Apr  8 14:12:53 UTC 2014 - dmuel...@suse.com
+
+- update to 1.1.5:
+  * no real change, just fixing version number (for requires)
+
+---
+Fri Mar  7 11:32:52 UTC 2014 - speili...@suse.com
+
+- Update to version django_openstack_auth-1.1.4.3.gdd98eca:
+  * Updated from global requirements
+  * Sort project list by name
+  1.1.4
+  * updating version specification
+  * Have tox install via setup.py develop
+  * Updated from global requirements
+  * Support Django 1.4, 1.5 and 1.6
+  * Require user to be logged in when switching regions
+  * Fixed urls import
+  * Fix django.conf.urls.defaults imports
+  * Refresh request.user on session updates
+  * Pass OPENSTACK_SSL_CACERT setting to keystone
+  * Giving focus on username field on log in page
+  1.1.3
+  * Bump version for 1.1.3
+  * Import translations from Transifex for Havana RC1
+  * Add I18N related configurations
+  * Revoking token when switching tenant or loging out
+  * Add Apache2 licence header in data_v3.py
+  * Make auth backend use OPENSTACK_ENDPOINT_TYPE parameter from settings
+  * Missing check, supporting changes in horizon for middleware changes
+  * Update message translation files
+- Add python_requires source service
+- Fix dependencies
+
+---
+Thu Feb 13 13:43:05 UTC 2014 - dmuel...@suse.com
+
+- added patches:
+  * 0001-Switch-over-to-oslosphinx.patch
+
+---
+Tue Feb 11 15:28:34 UTC 2014 - speili...@suse.com
+
+- Replace git_tarballs source service with download_files and set_version
+  + Use upstream URL as source (enables verification)
+
+---
+Thu Feb  6 13:03:54 UTC 2014 - dmuel...@suse.com
+
+- go back to the compat requirements name for sle11 
+
+---

Old:

  django_openstack_auth-master.tar.gz

New:

  django_openstack_auth-1.1.5.tar.gz



Other differences:
--
++ python-django_openstack_auth.spec ++
--- /var/tmp/diff_new_pack.EabmoP/_old  2014-04-14 20:40:21.0 +0200
+++ /var/tmp/diff_new_pack.EabmoP/_new  2014-04-14 20:40:21.0 +0200
@@ -17,26 +17,31 @@
 
 
 Name:   python-django_openstack_auth
-Version:1.1.3.13.gb2eab84
+Version:1.1.5
 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: django_openstack_auth-master.tar.gz
+Source: 
https://pypi.python.org/packages/source/d/django_openstack_auth/django_openstack_auth-1.1.5.tar.gz
 BuildRequires:  python-devel
-BuildRequires:  python-pbr = 0.5.21
+BuildRequires:  python-pbr = 0.6
 # Documentation requirements:
-BuildRequires:  python-Sphinx
-BuildRequires:  python-oslo.sphinx
+BuildRequires:  python-Sphinx = 1.1.2
+BuildRequires:  python-oslosphinx
 # Test requirements:
+BuildRequires:  python-Babel = 1.3
+%if 0%{?suse_version}  0%{?suse_version} = 1110
+BuildRequires:  python-django = 1.4
+Requires:   python-django = 1.4
+%else
 BuildRequires:  python-Django = 1.4
-#BuildRequires:  python-hacking = 0.8.0
-BuildRequires:  python-keystoneclient = 0.4.1
-BuildRequires:  python-mox = 0.5.3
 Requires:   python-Django = 1.4
-Requires:   python-keystoneclient = 0.4.1
-Requires:   python-pbr = 0.5.21
+%endif
+BuildRequires:  python-keystoneclient = 0.6.0
+BuildRequires:  python-mox = 0.5.3
+Requires:   python-keystoneclient = 0.6.0
+Requires:   python-pbr = 0.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; 

commit python-django_openstack_auth for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package python-django_openstack_auth for 
openSUSE:Factory checked in at 2013-10-21 12:32:16

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
2013-09-27 18:01:24.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django_openstack_auth.new/python-django_openstack_auth.changes
   2013-10-21 12:32:17.0 +0200
@@ -1,0 +2,5 @@
+Fri Sep 27 10:24:59 UTC 2013 - speili...@suse.com
+
+- Add python-oslo.config=1.2.0 test requirement
+
+---



Other differences:
--
++ python-django_openstack_auth.spec ++
--- /var/tmp/diff_new_pack.ufon9a/_old  2013-10-21 12:32:17.0 +0200
+++ /var/tmp/diff_new_pack.ufon9a/_new  2013-10-21 12:32:17.0 +0200
@@ -34,6 +34,7 @@
 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

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



commit python-django_openstack_auth for openSUSE:Factory

2013-09-27 Thread h_root
Hello community,

here is the log from the commit of package python-django_openstack_auth for 
openSUSE:Factory checked in at 2013-09-27 18:01:22

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
2013-09-16 12:44:32.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django_openstack_auth.new/python-django_openstack_auth.changes
   2013-09-27 18:01:24.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep 17 08:45:26 UTC 2013 - dmuel...@suse.com
+
+- update to 1.1.2:
+  * Try to scope token for all available projects
+
+---

Old:

  django_openstack_auth-1.1.1.tar.gz

New:

  django_openstack_auth-1.1.2.tar.gz



Other differences:
--
++ python-django_openstack_auth.spec ++
--- /var/tmp/diff_new_pack.qkCMxp/_old  2013-09-27 18:01:24.0 +0200
+++ /var/tmp/diff_new_pack.qkCMxp/_new  2013-09-27 18:01:24.0 +0200
@@ -17,13 +17,14 @@
 
 
 Name:   python-django_openstack_auth
-Version:1.1.1
+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

++ django_openstack_auth-1.1.1.tar.gz - django_openstack_auth-1.1.2.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django_openstack_auth-1.1.1/PKG-INFO 
new/django_openstack_auth-1.1.2/PKG-INFO
--- old/django_openstack_auth-1.1.1/PKG-INFO2013-08-01 20:21:26.0 
+0200
+++ new/django_openstack_auth-1.1.2/PKG-INFO2013-09-04 22:12:53.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: django_openstack_auth
-Version: 1.1.1
+Version: 1.1.2
 Summary: A Django authentication backend for use with the OpenStack Keystone 
Identity backend.
 Home-page: http://django_openstack_auth.readthedocs.org/
 Author: Gabriel Hurley
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django_openstack_auth-1.1.1/django_openstack_auth.egg-info/PKG-INFO 
new/django_openstack_auth-1.1.2/django_openstack_auth.egg-info/PKG-INFO
--- old/django_openstack_auth-1.1.1/django_openstack_auth.egg-info/PKG-INFO 
2013-08-01 20:21:22.0 +0200
+++ new/django_openstack_auth-1.1.2/django_openstack_auth.egg-info/PKG-INFO 
2013-09-04 22:12:53.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: django-openstack-auth
-Version: 1.1.1
+Version: 1.1.2
 Summary: A Django authentication backend for use with the OpenStack Keystone 
Identity backend.
 Home-page: http://django_openstack_auth.readthedocs.org/
 Author: Gabriel Hurley
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django_openstack_auth-1.1.1/openstack_auth/__init__.py 
new/django_openstack_auth-1.1.2/openstack_auth/__init__.py
--- old/django_openstack_auth-1.1.1/openstack_auth/__init__.py  2013-08-01 
20:20:50.0 +0200
+++ new/django_openstack_auth-1.1.2/openstack_auth/__init__.py  2013-09-04 
22:12:33.0 +0200
@@ -1,2 +1,2 @@
 # following PEP 386
-__version__ = 1.1.1
+__version__ = 1.1.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django_openstack_auth-1.1.1/openstack_auth/backend.py 
new/django_openstack_auth-1.1.2/openstack_auth/backend.py
--- old/django_openstack_auth-1.1.1/openstack_auth/backend.py   2013-08-01 
20:20:50.0 +0200
+++ new/django_openstack_auth-1.1.2/openstack_auth/backend.py   2013-09-04 
22:12:33.0 +0200
@@ -126,10 +126,9 @@
 keystone_exceptions.AuthorizationFailure):
 auth_ref = None
 
-if auth_ref is None:
-msg = _(Unable to authenticate to any available
- projects.)
-raise KeystoneAuthException(msg)
+if auth_ref is None:
+msg = _(Unable to authenticate to any available projects.)
+raise KeystoneAuthException(msg)
 
 # Check expiry for our new scoped token.
 self.check_auth_expiry(auth_ref)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit python-django_openstack_auth for openSUSE:Factory

2013-09-16 Thread h_root
Hello community,

here is the log from the commit of package python-django_openstack_auth for 
openSUSE:Factory checked in at 2013-09-16 12:44:31

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
2013-07-10 17:31:39.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django_openstack_auth.new/python-django_openstack_auth.changes
   2013-09-16 12:44:32.0 +0200
@@ -1,0 +2,12 @@
+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
+
+---

Old:

  django_openstack_auth-1.0.11.tar.gz
  docs-update.diff
  fix-testsuite.diff
  newer-keystoneclient.diff

New:

  django_openstack_auth-1.1.1.tar.gz



Other differences:
--
++ python-django_openstack_auth.spec ++
--- /var/tmp/diff_new_pack.1Fjp8z/_old  2013-09-16 12:44:32.0 +0200
+++ /var/tmp/diff_new_pack.1Fjp8z/_new  2013-09-16 12:44:32.0 +0200
@@ -17,21 +17,22 @@
 
 
 Name:   python-django_openstack_auth
-Version:1.0.11
+Version:1.1.1
 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
-Patch0: newer-keystoneclient.diff
-Patch1: fix-testsuite.diff
+BuildRequires:  python-devel
+# Documentation requirements:
 BuildRequires:  python-Sphinx
+# Test requirements:
 BuildRequires:  python-argparse
-BuildRequires:  python-devel
 BuildRequires:  python-django
 BuildRequires:  python-keystoneclient
 BuildRequires:  python-mox
+BuildRequires:  python-netaddr
 Requires:   python-django
 Requires:   python-keystoneclient
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -50,8 +51,6 @@
 
 %prep
 %setup -q -n django_openstack_auth-%{version}
-%patch0
-%patch1 -p1
 
 %build
 python setup.py build

++ django_openstack_auth-1.0.11.tar.gz - 
django_openstack_auth-1.1.1.tar.gz ++
 2022 lines of diff (skipped)

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



commit python-django_openstack_auth for openSUSE:Factory

2013-07-10 Thread h_root
Hello community,

here is the log from the commit of package python-django_openstack_auth for 
openSUSE:Factory checked in at 2013-07-10 17:31:37

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
2013-06-13 21:38:53.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django_openstack_auth.new/python-django_openstack_auth.changes
   2013-07-10 17:31:39.0 +0200
@@ -1,0 +2,23 @@
+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
+
+---

Old:

  django_openstack_auth-1.0.10.tar.gz

New:

  django_openstack_auth-1.0.11.tar.gz
  fix-testsuite.diff
  newer-keystoneclient.diff



Other differences:
--
++ python-django_openstack_auth.spec ++
--- /var/tmp/diff_new_pack.jA3nB5/_old  2013-07-10 17:31:39.0 +0200
+++ /var/tmp/diff_new_pack.jA3nB5/_new  2013-07-10 17:31:39.0 +0200
@@ -17,15 +17,17 @@
 
 
 Name:   python-django_openstack_auth
-Version:1.0.10
+Version:1.0.11
 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
-Patch0: docs-update.diff
+Patch0: newer-keystoneclient.diff
+Patch1: fix-testsuite.diff
 BuildRequires:  python-Sphinx
+BuildRequires:  python-argparse
 BuildRequires:  python-devel
 BuildRequires:  python-django
 BuildRequires:  python-keystoneclient
@@ -48,7 +50,8 @@
 
 %prep
 %setup -q -n django_openstack_auth-%{version}
-%patch0 -p1
+%patch0
+%patch1 -p1
 
 %build
 python setup.py build
@@ -57,9 +60,8 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-#TODO/FIXME: Breaks:
-#%%check
-#python setup.py test
+%check
+python setup.py test
 
 %files
 %defattr(-,root,root,-)

++ django_openstack_auth-1.0.10.tar.gz - 
django_openstack_auth-1.0.11.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django_openstack_auth-1.0.10/MANIFEST.in 
new/django_openstack_auth-1.0.11/MANIFEST.in
--- old/django_openstack_auth-1.0.10/MANIFEST.in2013-04-26 
00:30:11.0 +0200
+++ new/django_openstack_auth-1.0.11/MANIFEST.in2013-06-05 
08:55:04.0 +0200
@@ -1,6 +1,6 @@
-recursive-include docs *.rst
+recursive-include docs *.rst *.py *.bat Makefile
 recursive-include openstack_auth/locale *
 recursive-include openstack_auth/tests/templates *.html
 
 include LICENSE
-include README.rst
\ No newline at end of file
+include README.rst
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django_openstack_auth-1.0.10/PKG-INFO 
new/django_openstack_auth-1.0.11/PKG-INFO
--- old/django_openstack_auth-1.0.10/PKG-INFO   2013-05-20 20:22:37.0 
+0200
+++ new/django_openstack_auth-1.0.11/PKG-INFO   2013-06-05 08:57:35.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: django_openstack_auth
-Version: 1.0.10
+Version: 1.0.11
 Summary: A Django authentication backend for use with the OpenStack Keystone 
Identity backend.
 Home-page: http://django_openstack_auth.readthedocs.org/
 Author: Gabriel Hurley
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django_openstack_auth-1.0.10/django_openstack_auth.egg-info/PKG-INFO 
new/django_openstack_auth-1.0.11/django_openstack_auth.egg-info/PKG-INFO
--- old/django_openstack_auth-1.0.10/django_openstack_auth.egg-info/PKG-INFO
2013-05-20 20:22:37.0 +0200
+++ new/django_openstack_auth-1.0.11/django_openstack_auth.egg-info/PKG-INFO
2013-06-05 08:57:35.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: django-openstack-auth
-Version: 1.0.10
+Version: 1.0.11
 Summary: A Django authentication 

commit python-django_openstack_auth for openSUSE:Factory

2013-04-25 Thread h_root
Hello community,

here is the log from the commit of package python-django_openstack_auth for 
openSUSE:Factory checked in at 2013-04-26 07:44:25

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, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django_openstack_auth/python-django_openstack_auth.changes
2013-01-30 11:18:47.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-django_openstack_auth.new/python-django_openstack_auth.changes
   2013-04-26 07:44:26.0 +0200
@@ -4,4 +4,3 @@
-- Update to version 1.0.6:
-  + Fix compatibility with keystoneclient v0.2.
-- Changes from version 1.0.5:
-  + Improves error handling; fixes failing test.
+- update to 1.0.6:
+  * Fix compatibility with keystoneclient v0.2.
+  * Improves error handling; fixes failing test



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



commit python-django_openstack_auth for openSUSE:Factory

2013-01-30 Thread h_root
Hello community,

here is the log from the commit of package python-django_openstack_auth for 
openSUSE:Factory checked in at 2013-01-30 11:18:45

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, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django_openstack_auth/python-django_openstack_auth.changes
2013-01-17 09:58:22.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-django_openstack_auth.new/python-django_openstack_auth.changes
   2013-01-30 11:18:47.0 +0100
@@ -1,0 +2,8 @@
+Tue Jan 29 08:17:22 UTC 2013 - dmuel...@suse.com
+
+- Update to version 1.0.6:
+  + Fix compatibility with keystoneclient v0.2.
+- Changes from version 1.0.5:
+  + Improves error handling; fixes failing test.
+
+---

Old:

  django_openstack_auth-1.0.4.tar.gz

New:

  django_openstack_auth-1.0.6.tar.gz



Other differences:
--
++ python-django_openstack_auth.spec ++
--- /var/tmp/diff_new_pack.VVJu4m/_old  2013-01-30 11:18:48.0 +0100
+++ /var/tmp/diff_new_pack.VVJu4m/_new  2013-01-30 11:18:48.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django_openstack_auth
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -13,18 +13,19 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 Name:   python-django_openstack_auth
-Version:1.0.4
+Version:1.0.6
 Release:0
-License:BSD-3-Clause
 Summary:A Django auth backend for use with the OpenStack Keystone
-Url:http://django_openstack_auth.readthedocs.org/
+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-devel
 BuildRequires:  python-Sphinx
+BuildRequires:  python-devel
 BuildRequires:  python-django
 BuildRequires:  python-keystoneclient
 BuildRequires:  python-mox

++ django_openstack_auth-1.0.4.tar.gz - django_openstack_auth-1.0.6.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django_openstack_auth-1.0.4/PKG-INFO 
new/django_openstack_auth-1.0.6/PKG-INFO
--- old/django_openstack_auth-1.0.4/PKG-INFO2012-11-16 20:53:10.0 
+0100
+++ new/django_openstack_auth-1.0.6/PKG-INFO2012-12-10 04:51:01.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: django_openstack_auth
-Version: 1.0.4
+Version: 1.0.6
 Summary: A Django authentication backend for use with the OpenStack Keystone 
Identity backend.
 Home-page: http://django_openstack_auth.readthedocs.org/
 Author: Gabriel Hurley
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django_openstack_auth-1.0.4/django_openstack_auth.egg-info/PKG-INFO 
new/django_openstack_auth-1.0.6/django_openstack_auth.egg-info/PKG-INFO
--- old/django_openstack_auth-1.0.4/django_openstack_auth.egg-info/PKG-INFO 
2012-11-16 20:53:10.0 +0100
+++ new/django_openstack_auth-1.0.6/django_openstack_auth.egg-info/PKG-INFO 
2012-12-10 04:51:01.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: django-openstack-auth
-Version: 1.0.4
+Version: 1.0.6
 Summary: A Django authentication backend for use with the OpenStack Keystone 
Identity backend.
 Home-page: http://django_openstack_auth.readthedocs.org/
 Author: Gabriel Hurley
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django_openstack_auth-1.0.4/django_openstack_auth.egg-info/requires.txt 
new/django_openstack_auth-1.0.6/django_openstack_auth.egg-info/requires.txt
--- old/django_openstack_auth-1.0.4/django_openstack_auth.egg-info/requires.txt 
2012-11-16 20:53:10.0 +0100
+++ new/django_openstack_auth-1.0.6/django_openstack_auth.egg-info/requires.txt 
2012-12-10 04:51:01.0 +0100
@@ -1,2 +1,2 @@
 django = 1.4
-python-keystoneclient
\ No newline at end of file
+python-keystoneclient = 0.2
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django_openstack_auth-1.0.4/openstack_auth/__init__.py 

commit python-django_openstack_auth for openSUSE:Factory

2013-01-17 Thread h_root
Hello community,

here is the log from the commit of package python-django_openstack_auth for 
openSUSE:Factory checked in at 2013-01-17 09:58:20

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, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-django_openstack_auth.new/python-django_openstack_auth.changes
   2013-01-17 09:58:22.0 +0100
@@ -0,0 +1,11 @@
+---
+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.0.4.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) 2012 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.0.4
Release:0
License:BSD-3-Clause
Summary:A Django auth backend for use with the OpenStack Keystone
Url:http://django_openstack_auth.readthedocs.org/
Group:  Development/Languages/Python
Source: 
http://pypi.python.org/packages/source/d/django_openstack_auth/django_openstack_auth-%{version}.tar.gz
BuildRequires:  python-devel
BuildRequires:  python-Sphinx
BuildRequires:  python-django
BuildRequires:  python-keystoneclient
BuildRequires:  python-mox
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}

#TODO/FIXME: Breaks:
#%%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