Hello community,
here is the log from the commit of package python-django-guardian for
openSUSE:Factory checked in at 2013-10-01 08:28:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-guardian (Old)
and /work/SRC/openSUSE:Factory/.python-django-guardian.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-guardian"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-guardian/python-django-guardian.changes
2012-03-16 13:22:45.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python-django-guardian.new/python-django-guardian.changes
2013-10-01 08:28:57.000000000 +0200
@@ -1,0 +2,17 @@
+Fri Sep 27 19:40:13 UTC 2013 - [email protected]
+
+- Update to version 1.1.1
+ + Support for Django 1.5 (including Python 3 combination)
+ + Support for custom user models (introduced by Django 1.5)
+ + Ability to create permissions using Foreign Keys
+ + Added ``user_can_access_owned_by_group_objects_only`` option to
+ ``GuardedModelAdmin.``
+ + Minor documentation fixups
+ + Spanish translations
+ + Better support for grappelli_
+ + Updated examples project
+ + Speed up ``get_perms`` shortcut function
+- Use download url as source
+- Replace python-ditribute with python-setuptools BuildRequires
+
+-------------------------------------------------------------------
Old:
----
django-guardian-1.0.4.tar.bz2
New:
----
django-guardian-1.1.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-guardian.spec ++++++
--- /var/tmp/diff_new_pack.AWovDr/_old 2013-10-01 08:28:57.000000000 +0200
+++ /var/tmp/diff_new_pack.AWovDr/_new 2013-10-01 08:28:57.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-django-guardian
#
-# 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
@@ -15,27 +15,23 @@
# 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-guardian
-Version: 1.0.4
+Version: 1.1.1
Release: 0
Url: http://github.com/lukaszb/django-guardian
Summary: Implementation of per object permissions for Django 1.2
License: BSD-3-Clause
Group: Development/Languages/Python
-Source: django-guardian-%{version}.tar.bz2
+Source:
https://pypi.python.org/packages/source/d/django-guardian/django-guardian-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
-BuildRequires: python-distribute
+BuildRequires: python-setuptools
Requires: python-django >= 1.2
-%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
django-guardian is implementation of per object permissions as
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]