Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-django-cacheops for openSUSE:Factory checked in at 2023-05-08 17:24:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-django-cacheops (Old) and /work/SRC/openSUSE:Factory/.python-django-cacheops.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-cacheops" Mon May 8 17:24:16 2023 rev:8 rq:1085346 version:7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-django-cacheops/python-django-cacheops.changes 2022-11-22 16:11:05.894308617 +0100 +++ /work/SRC/openSUSE:Factory/.python-django-cacheops.new.1533/python-django-cacheops.changes 2023-05-08 17:24:20.372714947 +0200 @@ -1,0 +2,14 @@ +Sun May 7 19:08:35 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- update to 7.0: + * support Django 4.2b and 5.0a + * added a new insideout mode made join invalidation more granular + * dropped Python 3.5, 3.6 and Django 2.1, 2.2, 3.0 and 3.1 + support + * removed CACHEOPS_LRU + * support Python 3.11 and Django 4.1 + * added command to clear stale cacheops keys (Bruno Alla) + * fixed `invalidate_m2o` for polymorphic models + * updated README: TOC, link to the post, some explanations + +------------------------------------------------------------------- Old: ---- django-cacheops-6.1.tar.gz New: ---- django-cacheops-7.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-django-cacheops.spec ++++++ --- /var/tmp/diff_new_pack.1ZELQQ/_old 2023-05-08 17:24:20.764717264 +0200 +++ /var/tmp/diff_new_pack.1ZELQQ/_new 2023-05-08 17:24:20.768717288 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-django-cacheops # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define skip_python2 1 %define skip_python36 1 Name: python-django-cacheops -Version: 6.1 +Version: 7.0 Release: 0 Summary: Django ORM cache with automatic granular event-driven invalidation License: BSD-3-Clause @@ -36,6 +36,7 @@ # SECTION test requirements BuildRequires: %{python_module Jinja2} BuildRequires: %{python_module before-after} +BuildRequires: %{python_module dill} BuildRequires: %{python_module django >= 1.8} BuildRequires: %{python_module funcy >= 1.8} BuildRequires: %{python_module pytest-django} @@ -53,6 +54,7 @@ %prep %setup -q -n django-cacheops-%{version} +sed -i -e 's,import mock,from unittest import mock,' tests/tests.py %build %python_build ++++++ django-cacheops-6.1.tar.gz -> django-cacheops-7.0.tar.gz ++++++ ++++ 2221 lines of diff (skipped)