[python-django-openstack-auth] update to 1.0.9 for django-1.5 fixes

Matthias Runge mrunge at fedoraproject.org
Thu Apr 25 05:50:24 UTC 2013


commit 361f51872f1c51b6aecdbb76947d988025d32474
Author: Matthias Runge <mrunge at redhat.com>
Date:   Thu Apr 25 07:50:05 2013 +0200

    update to 1.0.9 for django-1.5 fixes

 .gitignore                        |    1 +
 python-django-openstack-auth.spec |    9 ++++-----
 sources                           |    2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index efe6d4a..f83441b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /django_openstack_auth-1.0.6.tar.gz
 /django_openstack_auth-1.0.7.tar.gz
 /django_openstack_auth-1.0.8.tar.gz
+/django_openstack_auth-1.0.9.tar.gz
diff --git a/python-django-openstack-auth.spec b/python-django-openstack-auth.spec
index 9381cbe..ce63d06 100644
--- a/python-django-openstack-auth.spec
+++ b/python-django-openstack-auth.spec
@@ -1,7 +1,7 @@
 %global pypi_name django_openstack_auth
 
 Name:           python-django-openstack-auth
-Version:        1.0.8
+Version:        1.0.9
 Release:        1%{?dist}
 Summary:        Django authentication backend for OpenStack Keystone 
 
@@ -51,10 +51,6 @@ rm -rf %{pypi_name}.egg-info
 # remove unnecessary .po files
 find . -name "django.po" -exec rm -f '{}' \;
 
-# patch sent upstream:
-# https://github.com/gabrielhurley/django_openstack_auth/pull/34
-echo "SECRET_KEY='badcafe'" >> openstack_auth/tests/settings.py
-
 
 %build
 %{__python} setup.py build
@@ -96,6 +92,9 @@ rm -rf %{buildroot}/%{python_sitelib}/openstack_auth/tests
 %{python_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
 
 %changelog
+* Thu Apr 25 2013 Matthias Runge <mrunge at redhat.com> - 1.0.9-1
+- update to 1.0.9 with more Django-1.5 fixes
+
 * Wed Apr 24 2013 Matthias Runge <mrunge at redhat.com> - 1.0.8-1
 - update to 1.0.8 for Django-1.5 compat
 
diff --git a/sources b/sources
index 23fcfb7..1bcc4df 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d2ed37d80c7aea02016aef92d9f626f6  django_openstack_auth-1.0.8.tar.gz
+a4bdc000ddcbd8584d06308587fc71cf  django_openstack_auth-1.0.9.tar.gz


More information about the scm-commits mailing list