Hello community,
here is the log from the commit of package python-django-grappelli for
openSUSE:Factory checked in at 2013-10-01 08:27:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-grappelli (Old)
and /work/SRC/openSUSE:Factory/.python-django-grappelli.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-grappelli"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-grappelli/python-django-grappelli.changes
2013-03-08 13:26:29.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python-django-grappelli.new/python-django-grappelli.changes
2013-10-01 08:27:39.000000000 +0200
@@ -1,0 +2,7 @@
+Fri Sep 27 19:19:11 UTC 2013 - [email protected]
+
+- Update to version 2.4.6
+ + Add compatibility with Django 1.4/1.5
+- Use download url as source
+
+-------------------------------------------------------------------
Old:
----
django-grappelli-2.4.4.tar.bz2
New:
----
django-grappelli-2.4.6.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-grappelli.spec ++++++
--- /var/tmp/diff_new_pack.2jnLri/_old 2013-10-01 08:27:40.000000000 +0200
+++ /var/tmp/diff_new_pack.2jnLri/_new 2013-10-01 08:27:40.000000000 +0200
@@ -15,29 +15,24 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
-
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-
Name: python-django-grappelli
-Version: 2.4.4
+Version: 2.4.6
Release: 0
Url: http://code.google.com/p/django-grappelli/
Summary: A jazzy skin for the Django Admin-Interface
License: BSD-2-Clause and LGPL-2.1+
Group: Development/Languages/Python
-Source: django-grappelli-%{version}.tar.bz2
+Source:
https://pypi.python.org/packages/source/d/django-grappelli/django-grappelli-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: fdupes
BuildRequires: python-devel
-BuildRequires: python-distribute
+BuildRequires: python-setuptools
Requires: python-django
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version} > 1110
+%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
-%endif
%description
A jazzy skin for the Django Admin-Interface (only available for
standard-compliant browsers).
@@ -53,7 +48,7 @@
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-%fdupes %{buildroot}
+%fdupes %{buildroot}%{python_sitelib}
%files
%defattr(-,root,root,-)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]