Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-django-guardian for 
openSUSE:Factory checked in at 2026-05-04 12:54:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-guardian (Old)
 and      /work/SRC/openSUSE:Factory/.python-django-guardian.new.30200 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-django-guardian"

Mon May  4 12:54:26 2026 rev:24 rq:1350553 version:3.3.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-django-guardian/python-django-guardian.changes
    2025-06-03 17:53:52.942458713 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-guardian.new.30200/python-django-guardian.changes
 2026-05-04 12:57:58.752498363 +0200
@@ -1,0 +2,49 @@
+Sun May  3 17:34:46 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 3.3.1:
+  * Improve managers typing and reduce code duplication
+  * Fix possible IndexError when trying to bulk-assign
+    permissions
+  * global perms with uuid hypens bug is fixed
+  * Code coverage system is added
+  * Support python 3.14
+  * OPS: Drop python 3.9 and version bump
+- update to 3.2.0:
+  * Update enforcement contact link in CODE_OF_CONDUCT.md
+  * django-packages badge is added
+  * Update issue templates
+  * Fix type and deprecate old name
+  * Allow ignore_conflicts on bulk create
+  * Add only_with_perms_in parameter to
+    shortcuts.get_groups_with_perms
+  * Reset content-type cache on post-migrate (refs #865)
+  * Improve default indexing, add index comparison tests and fix
+    test timezones
+  * Apply style rules to 3.1.0 release
+- update to 3.0.7:
+  * feat: add batch processing parameters to
+    clean_orphan_obj_perms
+- update to 3.0.6:
+  * OPS: Remove check-toml hook unable to accept non-homogeneous
+    arrays
+- update to 3.0.5:
+  * remove mysql as a required dependency to run the tox test
+    suite
+- update to 3.0.4:
+  * Add pre-commit and make linting/formatting consistent
+- update to 3.0.3:
+  * passed obj to get_group_obj_perms_model
+  * Version bump
+- update to 3.0.2:
+  * Update icons to Font Awesome Free 6.7.2
+  * Remove unused `mock` install from PyPI
+  * Support Django 5.2
+- update to 3.0.0:
+  * This is the culmination of more than FIVE YEARS of commits by
+    various dedicated people, and a lot of wrangling to resurrect
+    `django-guardian` from the dead. It aims to bring guardian up
+    to date with a new team of maintainers and hit reset on the
+    project going forward - it also encompasses updates to be
+    compatible with the latest, greatest versions of django.
+
+-------------------------------------------------------------------

Old:
----
  django-guardian-2.4.0.tar.gz

New:
----
  django_guardian-3.3.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-django-guardian.spec ++++++
--- /var/tmp/diff_new_pack.WTS6G3/_old  2026-05-04 12:57:59.260519270 +0200
+++ /var/tmp/diff_new_pack.WTS6G3/_new  2026-05-04 12:57:59.264519436 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-guardian
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,21 +19,23 @@
 %{?sle15_python_module_pythons}
 %define pypi_package_name django-guardian
 Name:           python-%{pypi_package_name}
-Version:        2.4.0
+Version:        3.3.1
 Release:        0
 Summary:        Implementation of per object permissions for Django
-License:        BSD-3-Clause
-URL:            https://github.com/lukaszb/django-guardian
-Source:         
https://files.pythonhosted.org/packages/source/d/django-guardian/django-guardian-%{version}.tar.gz
-BuildRequires:  %{python_module Django >= 2.2}
-BuildRequires:  %{python_module django-environ}
+License:        BSD-2-Clause
+URL:            https://github.com/django-guardian/django-guardian
+Source:         
https://files.pythonhosted.org/packages/source/d/django-guardian/django_guardian-%{version}.tar.gz
+BuildRequires:  %{python_module Django >= 3.2}
+BuildRequires:  %{python_module django-environ >= 0.12.0}
 BuildRequires:  %{python_module pip}
-BuildRequires:  %{python_module pytest-django}
-BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module pytest-django >= 4.9.0}
+BuildRequires:  %{python_module setuptools >= 61}
+BuildRequires:  %{python_module typing-extensions >= 4.12.0}
 BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-Django >= 2.2
+Requires:       python-Django >= 3.2
+Requires:       python-typing-extensions >= 4.12.0
 BuildArch:      noarch
 %python_subpackages
 
@@ -42,7 +44,7 @@
 authorization backend.
 
 %prep
-%setup -q -n django-guardian-%{version}
+%setup -q -n django_guardian-%{version}
 %autopatch -p1
 
 %build
@@ -57,7 +59,8 @@
 %pytest
 
 %files %{python_files}
-%doc CHANGES README.rst
+%license LICENSE
+%doc README.md
 %{python_sitelib}/guardian
 %{python_sitelib}/django_guardian-%{version}.dist-info
 

Reply via email to