mrunge pushed to python-django (master). "update to .1.8.1 (rhbz#1217863)"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon May 4 07:47:19 UTC 2015


>From 7cdd14817d29ff974a89511c1a05010ee639e40b Mon Sep 17 00:00:00 2001
From: Matthias Runge <mrunge at redhat.com>
Date: Mon, 4 May 2015 09:46:38 +0200
Subject: update to .1.8.1 (rhbz#1217863)


diff --git a/.gitignore b/.gitignore
index 9441363..7d504eb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,4 @@
 /Django-1.8b2.tar.gz
 /Django-1.8c1.tar.gz
 /Django-1.8.tar.gz
+/Django-1.8.1.tar.gz
diff --git a/python-django.spec b/python-django.spec
index 13f996c..fd476d1 100644
--- a/python-django.spec
+++ b/python-django.spec
@@ -28,14 +28,14 @@
 
 Name:           python-django
 
-Version:        1.8
+Version:        1.8.1
 Release:        1%{?dist}
 Summary:        A high-level Python Web framework
 
 Group:          Development/Languages
 License:        BSD
 URL:            http://www.djangoproject.com/
-Source0:        http://pypi.python.org/packages/source/D/Django/Django-%{version}.tar.gz
+Source0:        https://pypi.python.org/packages/source/D/Django/Django-%{version}.tar.gz
 
 Patch0:         python-django-1.7-shell-completion.patch
 
@@ -51,7 +51,9 @@ BuildRequires:  numpy
 BuildRequires:  python-pillow
 BuildRequires:  PyYAML
 BuildRequires:  pytz
+%if 0%{?fedora} > 0
 BuildRequires:  python-selenium
+%endif
 BuildRequires:  python-sqlparse
 BuildRequires:  python-memcached
 
@@ -187,6 +189,7 @@ popd
 pushd python2
 %{__python} setup.py install --skip-build --root %{buildroot}
 
+%if 0%{?fedora} > 0
 # Manually invoke the python byte compile macro for each path that needs byte
 # compilation.
 %py_byte_compile %{__python2} %{buildroot}%{python2_sitelib}
@@ -195,6 +198,8 @@ pushd python2
 %py_byte_compile %{__python3} %{buildroot}%{python3_sitelib}
 %endif # with_python3
 
+%endif
+
 popd
 %find_lang django
 %find_lang djangojs
@@ -239,6 +244,7 @@ find $RPM_BUILD_ROOT -name "*.po" | xargs rm -f
 
 # checks failing in f21. need to examinate
 %check
+%if 0%{?fedora} > 0
 pushd python2
 export PYTHONPATH=$(pwd)
 export LANG=en_US.utf8
@@ -254,6 +260,8 @@ cd tests
 popd
 %endif # with_python3
 
+%endif
+
 
 %files -f django.lang
 %doc AUTHORS README.rst
@@ -578,6 +586,9 @@ popd
 
 
 %changelog
+* Mon May 04 2015 Matthias Runge <mrunge at redhat.com> - 1.8.1-1
+- update to 1.8.1 (rhbz#1217863)
+
 * Tue Apr 7 2015 Matthias Runge <mrunge at redhat.com> - 1.8-1
 - update to 1.8 final
 
diff --git a/sources b/sources
index c06d1d4..ec776a5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9a811faf67ca0f3e0d43e670a1cc503d  Django-1.8.tar.gz
+0f0a677a2cd56b9ab7ccb1c562d70f53  Django-1.8.1.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/python-django.git/commit/?h=master&id=7cdd14817d29ff974a89511c1a05010ee639e40b


More information about the scm-commits mailing list