Hello community,
here is the log from the commit of package python-django-guardian for
openSUSE:Factory checked in at 2015-05-07 09:22:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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
2013-10-01 08:28:57.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-guardian.new/python-django-guardian.changes
2015-05-07 09:22:25.000000000 +0200
@@ -1,0 +2,46 @@
+Mon May 4 09:50:51 UTC 2015 - [email protected]
+
+- update to version 1.2.5:
+ * Official Django 1.7 support (thanks Troy Grosfield and Brian
+ May)
+ * Allow to override
+ PermissionRequiredMixin.get_permission_object, part of
+ PermissionRequiredMixin.check_permissions method, responsible
+ for retrieving single object (Thanks zauddelig)
+ * French translations (Thanks Morgan Aubert)
+ * Added support for User.get_all_permissions (thanks Michael
+ Drescher)
+- additional changes from version 1.2.4:
+ * Fixed another issue with custom primary keys at admin
+ extensions (Thanks Omer Katz)
+- additional changes from version 1.2.2:
+ * Fixed issue with custom primary keys at admin extensions
+ (Thanks Omer Katz)
+ * get_403_or_None now accepts Python path to the view function,
+ for example 'django.contrib.auth.views.login' (Thanks Warren
+ Volz)
+ * Added with_superuser flag to
+ guardian.shortcuts.get_objects_for_user (Thanks Bruno Ribeiro
+ da Silva)
+ * Added possibility to disable monkey patching of the User model.
+ (Thanks Cezar Jenkins)
+- additional changes from version 1.2:
+ * Removed get_for_object methods from managers (#188)
+ * Extended documentation
+ * GuardedModelAdmin has been splitted into mixins
+ * Faster queries in get_objects_for_user when use_groups=False or
+ any_perm=True (#148)
+ * Improved speed of get_objects_for_user shortcut
+ * Support for custom User model with not default username field
+ * Added GUARDIAN_GET_INIT_ANONYMOUS_USER setting (#179)
+ * Added accept_global_perms to PermissionRequiredMixin
+ * Added brazilian portuguese translations
+ * Added polish translations
+ * Added wheel support
+ * Fixed wrong anonymous user checks
+ * Support for Django 1.6
+ * Support for Django 1.7 alpha
+- add fdupes as BuildRequires and call it after install
+- call find_lang to tag the translation files
+
+-------------------------------------------------------------------
Old:
----
django-guardian-1.1.1.tar.gz
New:
----
django-guardian-1.2.5.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-guardian.spec ++++++
--- /var/tmp/diff_new_pack.pbUmol/_old 2015-05-07 09:22:26.000000000 +0200
+++ /var/tmp/diff_new_pack.pbUmol/_new 2015-05-07 09:22:26.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-django-guardian
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -11,12 +11,13 @@
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-#
+
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
+
Name: python-django-guardian
-Version: 1.1.1
+Version: 1.2.5
Release: 0
Url: http://github.com/lukaszb/django-guardian
Summary: Implementation of per object permissions for Django 1.2
@@ -24,6 +25,7 @@
Group: Development/Languages/Python
Source:
https://pypi.python.org/packages/source/d/django-guardian/django-guardian-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
+BuildRequires: fdupes
BuildRequires: python-devel
BuildRequires: python-setuptools
Requires: python-django >= 1.2
@@ -46,8 +48,10 @@
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%fdupes %{buildroot}/%{_prefix}
+%find_lang django %{name}.lang
-%files
+%files -f %{name}.lang
%defattr(-,root,root,-)
%doc CHANGES README.rst
%{python_sitelib}/*
++++++ django-guardian-1.1.1.tar.gz -> django-guardian-1.2.5.tar.gz ++++++
++++ 11950 lines of diff (skipped)