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 2024-11-08 12:01:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-django-cacheops (Old) and /work/SRC/openSUSE:Factory/.python-django-cacheops.new.2017 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-cacheops" Fri Nov 8 12:01:13 2024 rev:11 rq:1222643 version:7.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-django-cacheops/python-django-cacheops.changes 2023-11-13 22:20:37.682966331 +0100 +++ /work/SRC/openSUSE:Factory/.python-django-cacheops.new.2017/python-django-cacheops.changes 2024-11-08 12:05:31.564859057 +0100 @@ -1,0 +2,10 @@ +Thu Nov 7 13:44:39 UTC 2024 - Markéta Machová <mmach...@suse.com> + +- update to 7.1 + * support and test against Python 3.12 and Django 5.0 + * prevent dups in conjs and disjs by using proper data-structures + * unpin funcy major version + * fixed conj keys TTL in Redis 7.x + * updated and cleaned up tests + +------------------------------------------------------------------- Old: ---- django-cacheops-7.0.2.tar.gz New: ---- django_cacheops-7.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-django-cacheops.spec ++++++ --- /var/tmp/diff_new_pack.D7p5CV/_old 2024-11-08 12:05:33.056921542 +0100 +++ /var/tmp/diff_new_pack.D7p5CV/_new 2024-11-08 12:05:33.072922212 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-django-cacheops # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,16 +16,14 @@ # -%define skip_python2 1 -%define skip_python36 1 Name: python-django-cacheops -Version: 7.0.2 +Version: 7.1 Release: 0 Summary: Django ORM cache with automatic granular event-driven invalidation License: BSD-3-Clause Group: Development/Languages/Python URL: http://github.com/Suor/django-cacheops -Source: https://files.pythonhosted.org/packages/source/d/django-cacheops/django-cacheops-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/d/django_cacheops/django_cacheops-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -53,8 +51,7 @@ filesystem for simple time-invalidated one. %prep -%setup -q -n django-cacheops-%{version} -sed -i -e 's,import mock,from unittest import mock,' tests/tests.py +%setup -q -n django_cacheops-%{version} %build %python_build