Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-django-perf-rec for
openSUSE:Factory checked in at 2023-06-26 18:16:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-perf-rec (Old)
and /work/SRC/openSUSE:Factory/.python-django-perf-rec.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-perf-rec"
Mon Jun 26 18:16:43 2023 rev:3 rq:1095403 version:4.23.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-perf-rec/python-django-perf-rec.changes
2022-01-07 12:48:00.687913379 +0100
+++
/work/SRC/openSUSE:Factory/.python-django-perf-rec.new.15902/python-django-perf-rec.changes
2023-06-26 18:17:02.662723730 +0200
@@ -1,0 +2,13 @@
+Mon Jun 26 10:09:45 UTC 2023 - Markéta Machová <[email protected]>
+
+- Update to 4.23.0
+ * Support Django from 3.2 to 4.2.
+ * Support Python from 3.7 to 3.12.
+ * Stop distributing tests to reduce package size.
+ * Re-add simplification of SQL IN clauses to always use (...).
+ * Support arbitrary collections of keys being passed to Django cache
operations.
+ * Add type hints.
+ * Add new MODE option, 'overwrite', which creates or updates missing records
silently.
+ * Fix compatibility with sqlparse 0.4.4+.
+
+-------------------------------------------------------------------
Old:
----
django-perf-rec-4.11.0.tar.gz
New:
----
django-perf-rec-4.23.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-perf-rec.spec ++++++
--- /var/tmp/diff_new_pack.ayCSlU/_old 2023-06-26 18:17:03.330726697 +0200
+++ /var/tmp/diff_new_pack.ayCSlU/_new 2023-06-26 18:17:03.334726715 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-django-perf-rec
#
-# 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
@@ -17,25 +17,25 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
-%define skip_python36 1
Name: python-django-perf-rec
-Version: 4.11.0
+Version: 4.23.0
Release: 0
Summary: Keep detailed records of the performance of your Django code
License: MIT
Group: Development/Languages/Python
URL: https://github.com/adamchainz/django-perf-rec
-Source:
https://files.pythonhosted.org/packages/source/d/django-perf-rec/django-perf-rec-%{version}.tar.gz
+Source:
https://github.com/adamchainz/django-perf-rec/archive/refs/tags/%{version}.tar.gz#/django-perf-rec-%{version}.tar.gz
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-Django >= 2.2
+Requires: python-Django >= 3.2
Requires: python-PyYAML
Requires: python-sqlparse >= 0.4.0
BuildArch: noarch
# SECTION test requirements
-BuildRequires: %{python_module Django >= 2.2}
+BuildRequires: %{python_module Django >= 3.2}
BuildRequires: %{python_module PyYAML}
BuildRequires: %{python_module pytest-django}
BuildRequires: %{python_module sqlparse >= 0.4.0}
@@ -49,10 +49,10 @@
%setup -q -n django-perf-rec-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
++++++ django-perf-rec-4.11.0.tar.gz -> django-perf-rec-4.23.0.tar.gz ++++++
++++ 5687 lines of diff (skipped)