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.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-django_openstack_auth.new/python-django_openstack_auth.changes
   2014-04-14 20:40:20.000000000 +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.000000000 +0200
+++ /var/tmp/diff_new_pack.EabmoP/_new  2014-04-14 20:40:21.000000000 +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; print get_python_lib()")}
@@ -54,7 +59,7 @@
 The current version is designed to work with the Keystone V2 API.
 
 %prep
-%setup -q -n django_openstack_auth-1.1.3.13.gb2eab84
+%setup -q -n django_openstack_auth-%{version}
 
 %build
 python setup.py build

++++++ _service ++++++
--- /var/tmp/diff_new_pack.EabmoP/_old  2014-04-14 20:40:21.000000000 +0200
+++ /var/tmp/diff_new_pack.EabmoP/_new  2014-04-14 20:40:21.000000000 +0200
@@ -1,10 +1,12 @@
 <services>
-  <service name="git_tarballs" mode="disabled">
-    <param 
name="url">http://tarballs.openstack.org/django_openstack_auth/django_openstack_auth-master.tar.gz</param>
-    <param name="email">opensuse-cl...@opensuse.org</param>
-    <param name="plain-version">True</param>
+  <service mode="disabled" name="download_files"> 
+    <param name="changesgenerate">enable</param>
+  </service>
+  <service mode="disabled" name="set_version">
+    <param name="basename">django_openstack_auth</param>
+  </service>
+  <service mode="disabled" name="python_requires">
   </service>
-
   <service name="refresh_patches" mode="disabled">
     <param name="changesgenerate">enable</param>
   </service>

++++++ django_openstack_auth-master.tar.gz -> 
django_openstack_auth-1.1.5.tar.gz ++++++
++++ 2030 lines of diff (skipped)

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

Reply via email to