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-07-12 17:27:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-perf-rec (Old)
and /work/SRC/openSUSE:Factory/.python-django-perf-rec.new.8922 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-perf-rec"
Wed Jul 12 17:27:11 2023 rev:4 rq:1098184 version:4.24.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-perf-rec/python-django-perf-rec.changes
2023-06-26 18:17:02.662723730 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-perf-rec.new.8922/python-django-perf-rec.changes
2023-07-12 17:27:37.938619501 +0200
@@ -1,0 +2,6 @@
+Tue Jul 11 13:34:19 UTC 2023 - Dirk Müller <[email protected]>
+
+- update to 4.24.0:
+ * Drop Python 3.7 support.
+
+-------------------------------------------------------------------
Old:
----
django-perf-rec-4.23.0.tar.gz
New:
----
django-perf-rec-4.24.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-perf-rec.spec ++++++
--- /var/tmp/diff_new_pack.eIrQsN/_old 2023-07-12 17:27:38.570623876 +0200
+++ /var/tmp/diff_new_pack.eIrQsN/_new 2023-07-12 17:27:38.578623931 +0200
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-django-perf-rec
-Version: 4.23.0
+Version: 4.24.0
Release: 0
Summary: Keep detailed records of the performance of your Django code
License: MIT
++++++ django-perf-rec-4.23.0.tar.gz -> django-perf-rec-4.24.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/django-perf-rec-4.23.0/.github/workflows/main.yml
new/django-perf-rec-4.24.0/.github/workflows/main.yml
--- old/django-perf-rec-4.23.0/.github/workflows/main.yml 2023-06-14
16:02:59.000000000 +0200
+++ new/django-perf-rec-4.24.0/.github/workflows/main.yml 2023-07-10
11:08:24.000000000 +0200
@@ -18,7 +18,6 @@
strategy:
matrix:
python-version:
- - 3.7
- 3.8
- 3.9
- '3.10'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/django-perf-rec-4.23.0/.pre-commit-config.yaml
new/django-perf-rec-4.24.0/.pre-commit-config.yaml
--- old/django-perf-rec-4.23.0/.pre-commit-config.yaml 2023-06-14
16:02:59.000000000 +0200
+++ new/django-perf-rec-4.24.0/.pre-commit-config.yaml 2023-07-10
11:08:24.000000000 +0200
@@ -14,11 +14,11 @@
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/tox-dev/pyproject-fmt
- rev: 0.11.2
+ rev: 0.12.1
hooks:
- id: pyproject-fmt
- repo: https://github.com/asottile/setup-cfg-fmt
- rev: v2.3.0
+ rev: v2.4.0
hooks:
- id: setup-cfg-fmt
args:
@@ -26,7 +26,7 @@
- --max-py-version
- '3.12'
- repo: https://github.com/tox-dev/tox-ini-fmt
- rev: 1.3.0
+ rev: 1.3.1
hooks:
- id: tox-ini-fmt
- repo: https://github.com/rstcheck/rstcheck
@@ -36,12 +36,12 @@
additional_dependencies:
- tomli==2.0.1
- repo: https://github.com/asottile/pyupgrade
- rev: v3.6.0
+ rev: v3.8.0
hooks:
- id: pyupgrade
- args: [--py37-plus]
+ args: [--py38-plus]
- repo: https://github.com/adamchainz/django-upgrade
- rev: 1.13.0
+ rev: 1.14.0
hooks:
- id: django-upgrade
args: [--target-version, '3.2']
@@ -50,17 +50,17 @@
hooks:
- id: black
- repo: https://github.com/adamchainz/blacken-docs
- rev: 1.13.0
+ rev: 1.14.0
hooks:
- id: blacken-docs
additional_dependencies:
- black==23.1.0
- repo: https://github.com/asottile/reorder-python-imports
- rev: v3.9.0
+ rev: v3.10.0
hooks:
- id: reorder-python-imports
args:
- - --py37-plus
+ - --py38-plus
- --application-directories
- .:example:src
- --add-import
@@ -75,7 +75,7 @@
- flake8-tidy-imports
- flake8-typing-imports
- repo: https://github.com/pre-commit/mirrors-mypy
- rev: v1.3.0
+ rev: v1.4.1
hooks:
- id: mypy
additional_dependencies:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/django-perf-rec-4.23.0/CHANGELOG.rst
new/django-perf-rec-4.24.0/CHANGELOG.rst
--- old/django-perf-rec-4.23.0/CHANGELOG.rst 2023-06-14 16:02:59.000000000
+0200
+++ new/django-perf-rec-4.24.0/CHANGELOG.rst 2023-07-10 11:08:24.000000000
+0200
@@ -2,6 +2,11 @@
Changelog
=========
+4.24.0 (2023-07-10)
+-------------------
+
+* Drop Python 3.7 support.
+
4.23.0 (2023-06-14)
-------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/django-perf-rec-4.23.0/MANIFEST.in
new/django-perf-rec-4.24.0/MANIFEST.in
--- old/django-perf-rec-4.23.0/MANIFEST.in 2023-06-14 16:02:59.000000000
+0200
+++ new/django-perf-rec-4.24.0/MANIFEST.in 2023-07-10 11:08:24.000000000
+0200
@@ -1,3 +1,4 @@
+prune tests
include CHANGELOG.rst
include LICENSE
include pyproject.toml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/django-perf-rec-4.23.0/README.rst
new/django-perf-rec-4.24.0/README.rst
--- old/django-perf-rec-4.23.0/README.rst 2023-06-14 16:02:59.000000000
+0200
+++ new/django-perf-rec-4.24.0/README.rst 2023-07-10 11:08:24.000000000
+0200
@@ -67,7 +67,7 @@
Requirements
============
-Python 3.7 to 3.12 supported.
+Python 3.8 to 3.12 supported.
Django 3.2 to 4.2 supported.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/django-perf-rec-4.23.0/pyproject.toml
new/django-perf-rec-4.24.0/pyproject.toml
--- old/django-perf-rec-4.23.0/pyproject.toml 2023-06-14 16:02:59.000000000
+0200
+++ new/django-perf-rec-4.24.0/pyproject.toml 2023-07-10 11:08:24.000000000
+0200
@@ -5,7 +5,7 @@
]
[tool.black]
-target-version = ['py37']
+target-version = ['py38']
[tool.pytest.ini_options]
addopts = """\
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/django-perf-rec-4.23.0/requirements/compile.py
new/django-perf-rec-4.24.0/requirements/compile.py
--- old/django-perf-rec-4.23.0/requirements/compile.py 2023-06-14
16:02:59.000000000 +0200
+++ new/django-perf-rec-4.24.0/requirements/compile.py 2023-07-10
11:08:24.000000000 +0200
@@ -19,18 +19,6 @@
] + sys.argv[1:]
subprocess.run(
[
- "python3.7",
- *common_args,
- "-P",
- "Django>=3.2a1,<3.3",
- "-o",
- "py37-django32.txt",
- ],
- check=True,
- capture_output=True,
- )
- subprocess.run(
- [
"python3.8",
*common_args,
"-P",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/django-perf-rec-4.23.0/requirements/py310-django32.txt
new/django-perf-rec-4.24.0/requirements/py310-django32.txt
--- old/django-perf-rec-4.23.0/requirements/py310-django32.txt 2023-06-14
16:02:59.000000000 +0200
+++ new/django-perf-rec-4.24.0/requirements/py310-django32.txt 2023-07-10
11:08:24.000000000 +0200
@@ -32,9 +32,9 @@
--hash=sha256:8ace4d3c1dd481894b2005f560ead0f9f19ee64fe983366be1a21e171d12775c \
--hash=sha256:db2db3deb4b4179f399a09054b023b6a586b76499d36965813c71aa8ed7b5fd1
# via -r requirements.in
-pytest==7.3.1 \
-
--hash=sha256:3799fa815351fea3a5e96ac7e503a96fa51cc9942c3753cda7651b93c1cfa362 \
-
--hash=sha256:434afafd78b1d78ed0addf160ad2b77a30d35d4bdf8af234fe621919d9ed15e3
+pytest==7.3.2 \
+
--hash=sha256:cdcbd012c9312258922f8cd3f1b62a6580fdced17db6014896053d47cddf9295 \
+
--hash=sha256:ee990a3cc55ba808b80795a79944756f315c67c12b56abd3ac993a7b8c17030b
# via
# -r requirements.in
# pytest-django
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/django-perf-rec-4.23.0/requirements/py310-django40.txt
new/django-perf-rec-4.24.0/requirements/py310-django40.txt
--- old/django-perf-rec-4.23.0/requirements/py310-django40.txt 2023-06-14
16:02:59.000000000 +0200
+++ new/django-perf-rec-4.24.0/requirements/py310-django40.txt 2023-07-10
11:08:24.000000000 +0200
@@ -32,9 +32,9 @@
--hash=sha256:8ace4d3c1dd481894b2005f560ead0f9f19ee64fe983366be1a21e171d12775c \
--hash=sha256:db2db3deb4b4179f399a09054b023b6a586b76499d36965813c71aa8ed7b5fd1
# via -r requirements.in
-pytest==7.3.1 \
-
--hash=sha256:3799fa815351fea3a5e96ac7e503a96fa51cc9942c3753cda7651b93c1cfa362 \
-
--hash=sha256:434afafd78b1d78ed0addf160ad2b77a30d35d4bdf8af234fe621919d9ed15e3
+pytest==7.3.2 \
+
--hash=sha256:cdcbd012c9312258922f8cd3f1b62a6580fdced17db6014896053d47cddf9295 \
+
--hash=sha256:ee990a3cc55ba808b80795a79944756f315c67c12b56abd3ac993a7b8c17030b
# via
# -r requirements.in
# pytest-django
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/django-perf-rec-4.23.0/requirements/py310-django41.txt
new/django-perf-rec-4.24.0/requirements/py310-django41.txt
--- old/django-perf-rec-4.23.0/requirements/py310-django41.txt 2023-06-14
16:02:59.000000000 +0200
+++ new/django-perf-rec-4.24.0/requirements/py310-django41.txt 2023-07-10
11:08:24.000000000 +0200
@@ -32,9 +32,9 @@
--hash=sha256:8ace4d3c1dd481894b2005f560ead0f9f19ee64fe983366be1a21e171d12775c \
--hash=sha256:db2db3deb4b4179f399a09054b023b6a586b76499d36965813c71aa8ed7b5fd1
# via -r requirements.in
-pytest==7.3.1 \
-
--hash=sha256:3799fa815351fea3a5e96ac7e503a96fa51cc9942c3753cda7651b93c1cfa362 \
-
--hash=sha256:434afafd78b1d78ed0addf160ad2b77a30d35d4bdf8af234fe621919d9ed15e3
+pytest==7.3.2 \
+
--hash=sha256:cdcbd012c9312258922f8cd3f1b62a6580fdced17db6014896053d47cddf9295 \
+
--hash=sha256:ee990a3cc55ba808b80795a79944756f315c67c12b56abd3ac993a7b8c17030b
# via
# -r requirements.in
# pytest-django
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/django-perf-rec-4.23.0/requirements/py310-django42.txt
new/django-perf-rec-4.24.0/requirements/py310-django42.txt
--- old/django-perf-rec-4.23.0/requirements/py310-django42.txt 2023-06-14
16:02:59.000000000 +0200
+++ new/django-perf-rec-4.24.0/requirements/py310-django42.txt 2023-07-10
11:08:24.000000000 +0200
@@ -32,9 +32,9 @@
--hash=sha256:8ace4d3c1dd481894b2005f560ead0f9f19ee64fe983366be1a21e171d12775c \
--hash=sha256:db2db3deb4b4179f399a09054b023b6a586b76499d36965813c71aa8ed7b5fd1
# via -r requirements.in
-pytest==7.3.1 \
-
--hash=sha256:3799fa815351fea3a5e96ac7e503a96fa51cc9942c3753cda7651b93c1cfa362 \
-
--hash=sha256:434afafd78b1d78ed0addf160ad2b77a30d35d4bdf8af234fe621919d9ed15e3
+pytest==7.3.2 \
+
--hash=sha256:cdcbd012c9312258922f8cd3f1b62a6580fdced17db6014896053d47cddf9295 \
+
--hash=sha256:ee990a3cc55ba808b80795a79944756f315c67c12b56abd3ac993a7b8c17030b
# via
# -r requirements.in
# pytest-django
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/django-perf-rec-4.23.0/requirements/py311-django41.txt
new/django-perf-rec-4.24.0/requirements/py311-django41.txt
--- old/django-perf-rec-4.23.0/requirements/py311-django41.txt 2023-06-14
16:02:59.000000000 +0200
+++ new/django-perf-rec-4.24.0/requirements/py311-django41.txt 2023-07-10
11:08:24.000000000 +0200
@@ -28,9 +28,9 @@
--hash=sha256:8ace4d3c1dd481894b2005f560ead0f9f19ee64fe983366be1a21e171d12775c \
--hash=sha256:db2db3deb4b4179f399a09054b023b6a586b76499d36965813c71aa8ed7b5fd1
# via -r requirements.in
-pytest==7.3.1 \
-
--hash=sha256:3799fa815351fea3a5e96ac7e503a96fa51cc9942c3753cda7651b93c1cfa362 \
-
--hash=sha256:434afafd78b1d78ed0addf160ad2b77a30d35d4bdf8af234fe621919d9ed15e3
+pytest==7.3.2 \
+
--hash=sha256:cdcbd012c9312258922f8cd3f1b62a6580fdced17db6014896053d47cddf9295 \
+
--hash=sha256:ee990a3cc55ba808b80795a79944756f315c67c12b56abd3ac993a7b8c17030b
# via
# -r requirements.in
# pytest-django
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/django-perf-rec-4.23.0/requirements/py311-django42.txt
new/django-perf-rec-4.24.0/requirements/py311-django42.txt
--- old/django-perf-rec-4.23.0/requirements/py311-django42.txt 2023-06-14
16:02:59.000000000 +0200
+++ new/django-perf-rec-4.24.0/requirements/py311-django42.txt 2023-07-10
11:08:24.000000000 +0200
@@ -28,9 +28,9 @@
--hash=sha256:8ace4d3c1dd481894b2005f560ead0f9f19ee64fe983366be1a21e171d12775c \
--hash=sha256:db2db3deb4b4179f399a09054b023b6a586b76499d36965813c71aa8ed7b5fd1
# via -r requirements.in
-pytest==7.3.1 \
-
--hash=sha256:3799fa815351fea3a5e96ac7e503a96fa51cc9942c3753cda7651b93c1cfa362 \
-
--hash=sha256:434afafd78b1d78ed0addf160ad2b77a30d35d4bdf8af234fe621919d9ed15e3
+pytest==7.3.2 \
+
--hash=sha256:cdcbd012c9312258922f8cd3f1b62a6580fdced17db6014896053d47cddf9295 \
+
--hash=sha256:ee990a3cc55ba808b80795a79944756f315c67c12b56abd3ac993a7b8c17030b
# via
# -r requirements.in
# pytest-django
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/django-perf-rec-4.23.0/requirements/py37-django32.txt
new/django-perf-rec-4.24.0/requirements/py37-django32.txt
--- old/django-perf-rec-4.23.0/requirements/py37-django32.txt 2023-06-14
16:02:59.000000000 +0200
+++ new/django-perf-rec-4.24.0/requirements/py37-django32.txt 1970-01-01
01:00:00.000000000 +0100
@@ -1,122 +0,0 @@
-#
-# This file is autogenerated by pip-compile with Python 3.7
-# by the following command:
-#
-# requirements/compile.py
-#
-asgiref==3.7.2 \
-
--hash=sha256:89b2ef2247e3b562a16eef663bc0e2e703ec6468e2fa8a5cd61cd449786d4f6e \
-
--hash=sha256:9e0ce3aa93a819ba5b45120216b23878cf6e8525eb3848653452b4192b92afed
- # via django
-django==3.2.19 \
-
--hash=sha256:031365bae96814da19c10706218c44dff3b654cc4de20a98bd2d29b9bde469f0 \
-
--hash=sha256:21cc991466245d659ab79cb01204f9515690f8dae00e5eabde307f14d24d4d7d
- # via -r requirements.in
-exceptiongroup==1.1.1 \
-
--hash=sha256:232c37c63e4f682982c8b6459f33a8981039e5fb8756b2074364e5055c498c9e \
-
--hash=sha256:d484c3090ba2889ae2928419117447a14daf3c1231d5e30d0aae34f354f01785
- # via pytest
-importlib-metadata==6.6.0 \
-
--hash=sha256:43dd286a2cd8995d5eaef7fee2066340423b818ed3fd70adf0bad5f1fac53fed \
-
--hash=sha256:92501cdf9cc66ebd3e612f1b4f0c0765dfa42f0fa38ffb319b6bd84dd675d705
- # via
- # pluggy
- # pytest
- # pytest-randomly
-iniconfig==2.0.0 \
-
--hash=sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3 \
-
--hash=sha256:b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374
- # via pytest
-packaging==23.1 \
-
--hash=sha256:994793af429502c4ea2ebf6bf664629d07c1a9fe974af92966e4b8d2df7edc61 \
-
--hash=sha256:a392980d2b6cffa644431898be54b0045151319d1e7ec34f0cfed48767dd334f
- # via pytest
-pluggy==1.0.0 \
-
--hash=sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159 \
-
--hash=sha256:74134bbf457f031a36d68416e1509f34bd5ccc019f0bcc952c7b909d06b37bd3
- # via pytest
-pygments==2.15.1 \
-
--hash=sha256:8ace4d3c1dd481894b2005f560ead0f9f19ee64fe983366be1a21e171d12775c \
-
--hash=sha256:db2db3deb4b4179f399a09054b023b6a586b76499d36965813c71aa8ed7b5fd1
- # via -r requirements.in
-pytest==7.3.1 \
-
--hash=sha256:3799fa815351fea3a5e96ac7e503a96fa51cc9942c3753cda7651b93c1cfa362 \
-
--hash=sha256:434afafd78b1d78ed0addf160ad2b77a30d35d4bdf8af234fe621919d9ed15e3
- # via
- # -r requirements.in
- # pytest-django
- # pytest-randomly
-pytest-django==4.5.2 \
-
--hash=sha256:c60834861933773109334fe5a53e83d1ef4828f2203a1d6a0fa9972f4f75ab3e \
-
--hash=sha256:d9076f759bb7c36939dbdd5ae6633c18edfc2902d1a69fdbefd2426b970ce6c2
- # via -r requirements.in
-pytest-randomly==3.12.0 \
-
--hash=sha256:d60c2db71ac319aee0fc6c4110a7597d611a8b94a5590918bfa8583f00caccb2 \
-
--hash=sha256:f4f2e803daf5d1ba036cc22bf4fe9dbbf99389ec56b00e5cba732fb5c1d07fdd
- # via -r requirements.in
-pytz==2023.3 \
-
--hash=sha256:1d8ce29db189191fb55338ee6d0387d82ab59f3d00eac103412d64e0ebd0c588 \
-
--hash=sha256:a151b3abb88eda1d4e34a9814df37de2a80e301e68ba0fd856fb9b46bfbbbffb
- # via django
-pyyaml==6.0 \
-
--hash=sha256:01b45c0191e6d66c470b6cf1b9531a771a83c1c4208272ead47a3ae4f2f603bf \
-
--hash=sha256:0283c35a6a9fbf047493e3a0ce8d79ef5030852c51e9d911a27badfde0605293 \
-
--hash=sha256:055d937d65826939cb044fc8c9b08889e8c743fdc6a32b33e2390f66013e449b \
-
--hash=sha256:07751360502caac1c067a8132d150cf3d61339af5691fe9e87803040dbc5db57 \
-
--hash=sha256:0b4624f379dab24d3725ffde76559cff63d9ec94e1736b556dacdfebe5ab6d4b \
-
--hash=sha256:0ce82d761c532fe4ec3f87fc45688bdd3a4c1dc5e0b4a19814b9009a29baefd4 \
-
--hash=sha256:1e4747bc279b4f613a09eb64bba2ba602d8a6664c6ce6396a4d0cd413a50ce07 \
-
--hash=sha256:213c60cd50106436cc818accf5baa1aba61c0189ff610f64f4a3e8c6726218ba \
-
--hash=sha256:231710d57adfd809ef5d34183b8ed1eeae3f76459c18fb4a0b373ad56bedcdd9 \
-
--hash=sha256:277a0ef2981ca40581a47093e9e2d13b3f1fbbeffae064c1d21bfceba2030287 \
-
--hash=sha256:2cd5df3de48857ed0544b34e2d40e9fac445930039f3cfe4bcc592a1f836d513 \
-
--hash=sha256:40527857252b61eacd1d9af500c3337ba8deb8fc298940291486c465c8b46ec0 \
-
--hash=sha256:432557aa2c09802be39460360ddffd48156e30721f5e8d917f01d31694216782 \
-
--hash=sha256:473f9edb243cb1935ab5a084eb238d842fb8f404ed2193a915d1784b5a6b5fc0 \
-
--hash=sha256:48c346915c114f5fdb3ead70312bd042a953a8ce5c7106d5bfb1a5254e47da92 \
-
--hash=sha256:50602afada6d6cbfad699b0c7bb50d5ccffa7e46a3d738092afddc1f9758427f \
-
--hash=sha256:68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2 \
-
--hash=sha256:77f396e6ef4c73fdc33a9157446466f1cff553d979bd00ecb64385760c6babdc \
-
--hash=sha256:81957921f441d50af23654aa6c5e5eaf9b06aba7f0a19c18a538dc7ef291c5a1 \
-
--hash=sha256:819b3830a1543db06c4d4b865e70ded25be52a2e0631ccd2f6a47a2822f2fd7c \
-
--hash=sha256:897b80890765f037df3403d22bab41627ca8811ae55e9a722fd0392850ec4d86 \
-
--hash=sha256:98c4d36e99714e55cfbaaee6dd5badbc9a1ec339ebfc3b1f52e293aee6bb71a4 \
-
--hash=sha256:9df7ed3b3d2e0ecfe09e14741b857df43adb5a3ddadc919a2d94fbdf78fea53c \
-
--hash=sha256:9fa600030013c4de8165339db93d182b9431076eb98eb40ee068700c9c813e34 \
-
--hash=sha256:a80a78046a72361de73f8f395f1f1e49f956c6be882eed58505a15f3e430962b \
-
--hash=sha256:afa17f5bc4d1b10afd4466fd3a44dc0e245382deca5b3c353d8b757f9e3ecb8d \
-
--hash=sha256:b3d267842bf12586ba6c734f89d1f5b871df0273157918b0ccefa29deb05c21c \
-
--hash=sha256:b5b9eccad747aabaaffbc6064800670f0c297e52c12754eb1d976c57e4f74dcb \
-
--hash=sha256:bfaef573a63ba8923503d27530362590ff4f576c626d86a9fed95822a8255fd7 \
-
--hash=sha256:c5687b8d43cf58545ade1fe3e055f70eac7a5a1a0bf42824308d868289a95737 \
-
--hash=sha256:cba8c411ef271aa037d7357a2bc8f9ee8b58b9965831d9e51baf703280dc73d3 \
-
--hash=sha256:d15a181d1ecd0d4270dc32edb46f7cb7733c7c508857278d3d378d14d606db2d \
-
--hash=sha256:d4b0ba9512519522b118090257be113b9468d804b19d63c71dbcf4a48fa32358 \
-
--hash=sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53 \
-
--hash=sha256:d4eccecf9adf6fbcc6861a38015c2a64f38b9d94838ac1810a9023a0609e1b78 \
-
--hash=sha256:d67d839ede4ed1b28a4e8909735fc992a923cdb84e618544973d7dfc71540803 \
-
--hash=sha256:daf496c58a8c52083df09b80c860005194014c3698698d1a57cbcfa182142a3a \
-
--hash=sha256:dbad0e9d368bb989f4515da330b88a057617d16b6a8245084f1b05400f24609f \
-
--hash=sha256:e61ceaab6f49fb8bdfaa0f92c4b57bcfbea54c09277b1b4f7ac376bfb7a7c174 \
-
--hash=sha256:f84fbc98b019fef2ee9a1cb3ce93e3187a6df0b2538a651bfb890254ba9f90b5
- # via -r requirements.in
-sqlparse==0.4.4 \
-
--hash=sha256:5430a4fe2ac7d0f93e66f1efc6e1338a41884b7ddf2a350cedd20ccc4d9d28f3 \
-
--hash=sha256:d446183e84b8349fa3061f0fe7f06ca94ba65b426946ffebe6e3e8295332420c
- # via
- # -r requirements.in
- # django
-tomli==2.0.1 \
-
--hash=sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc \
-
--hash=sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f
- # via pytest
-typing-extensions==4.6.3 \
-
--hash=sha256:88a4153d8505aabbb4e13aacb7c486c2b4a33ca3b3f807914a9b4c844c471c26 \
-
--hash=sha256:d91d5919357fe7f681a9f2b5b4cb2a5f1ef0a1e9f59c4d8ff0d3491e05c0ffd5
- # via
- # asgiref
- # importlib-metadata
-zipp==3.15.0 \
-
--hash=sha256:112929ad649da941c23de50f356a2b5570c954b65150642bccdd66bf194d224b \
-
--hash=sha256:48904fc76a60e542af151aded95726c1a5c34ed43ab4134b597665c86d7ad556
- # via importlib-metadata
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/django-perf-rec-4.23.0/requirements/py38-django32.txt
new/django-perf-rec-4.24.0/requirements/py38-django32.txt
--- old/django-perf-rec-4.23.0/requirements/py38-django32.txt 2023-06-14
16:02:59.000000000 +0200
+++ new/django-perf-rec-4.24.0/requirements/py38-django32.txt 2023-07-10
11:08:24.000000000 +0200
@@ -36,9 +36,9 @@
--hash=sha256:8ace4d3c1dd481894b2005f560ead0f9f19ee64fe983366be1a21e171d12775c \
--hash=sha256:db2db3deb4b4179f399a09054b023b6a586b76499d36965813c71aa8ed7b5fd1
# via -r requirements.in
-pytest==7.3.1 \
-
--hash=sha256:3799fa815351fea3a5e96ac7e503a96fa51cc9942c3753cda7651b93c1cfa362 \
-
--hash=sha256:434afafd78b1d78ed0addf160ad2b77a30d35d4bdf8af234fe621919d9ed15e3
+pytest==7.3.2 \
+
--hash=sha256:cdcbd012c9312258922f8cd3f1b62a6580fdced17db6014896053d47cddf9295 \
+
--hash=sha256:ee990a3cc55ba808b80795a79944756f315c67c12b56abd3ac993a7b8c17030b
# via
# -r requirements.in
# pytest-django
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/django-perf-rec-4.23.0/requirements/py38-django40.txt
new/django-perf-rec-4.24.0/requirements/py38-django40.txt
--- old/django-perf-rec-4.23.0/requirements/py38-django40.txt 2023-06-14
16:02:59.000000000 +0200
+++ new/django-perf-rec-4.24.0/requirements/py38-django40.txt 2023-07-10
11:08:24.000000000 +0200
@@ -54,9 +54,9 @@
--hash=sha256:8ace4d3c1dd481894b2005f560ead0f9f19ee64fe983366be1a21e171d12775c \
--hash=sha256:db2db3deb4b4179f399a09054b023b6a586b76499d36965813c71aa8ed7b5fd1
# via -r requirements.in
-pytest==7.3.1 \
-
--hash=sha256:3799fa815351fea3a5e96ac7e503a96fa51cc9942c3753cda7651b93c1cfa362 \
-
--hash=sha256:434afafd78b1d78ed0addf160ad2b77a30d35d4bdf8af234fe621919d9ed15e3
+pytest==7.3.2 \
+
--hash=sha256:cdcbd012c9312258922f8cd3f1b62a6580fdced17db6014896053d47cddf9295 \
+
--hash=sha256:ee990a3cc55ba808b80795a79944756f315c67c12b56abd3ac993a7b8c17030b
# via
# -r requirements.in
# pytest-django
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/django-perf-rec-4.23.0/requirements/py38-django41.txt
new/django-perf-rec-4.24.0/requirements/py38-django41.txt
--- old/django-perf-rec-4.23.0/requirements/py38-django41.txt 2023-06-14
16:02:59.000000000 +0200
+++ new/django-perf-rec-4.24.0/requirements/py38-django41.txt 2023-07-10
11:08:24.000000000 +0200
@@ -54,9 +54,9 @@
--hash=sha256:8ace4d3c1dd481894b2005f560ead0f9f19ee64fe983366be1a21e171d12775c \
--hash=sha256:db2db3deb4b4179f399a09054b023b6a586b76499d36965813c71aa8ed7b5fd1
# via -r requirements.in
-pytest==7.3.1 \
-
--hash=sha256:3799fa815351fea3a5e96ac7e503a96fa51cc9942c3753cda7651b93c1cfa362 \
-
--hash=sha256:434afafd78b1d78ed0addf160ad2b77a30d35d4bdf8af234fe621919d9ed15e3
+pytest==7.3.2 \
+
--hash=sha256:cdcbd012c9312258922f8cd3f1b62a6580fdced17db6014896053d47cddf9295 \
+
--hash=sha256:ee990a3cc55ba808b80795a79944756f315c67c12b56abd3ac993a7b8c17030b
# via
# -r requirements.in
# pytest-django
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/django-perf-rec-4.23.0/requirements/py38-django42.txt
new/django-perf-rec-4.24.0/requirements/py38-django42.txt
--- old/django-perf-rec-4.23.0/requirements/py38-django42.txt 2023-06-14
16:02:59.000000000 +0200
+++ new/django-perf-rec-4.24.0/requirements/py38-django42.txt 2023-07-10
11:08:24.000000000 +0200
@@ -54,9 +54,9 @@
--hash=sha256:8ace4d3c1dd481894b2005f560ead0f9f19ee64fe983366be1a21e171d12775c \
--hash=sha256:db2db3deb4b4179f399a09054b023b6a586b76499d36965813c71aa8ed7b5fd1
# via -r requirements.in
-pytest==7.3.1 \
-
--hash=sha256:3799fa815351fea3a5e96ac7e503a96fa51cc9942c3753cda7651b93c1cfa362 \
-
--hash=sha256:434afafd78b1d78ed0addf160ad2b77a30d35d4bdf8af234fe621919d9ed15e3
+pytest==7.3.2 \
+
--hash=sha256:cdcbd012c9312258922f8cd3f1b62a6580fdced17db6014896053d47cddf9295 \
+
--hash=sha256:ee990a3cc55ba808b80795a79944756f315c67c12b56abd3ac993a7b8c17030b
# via
# -r requirements.in
# pytest-django
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/django-perf-rec-4.23.0/requirements/py39-django32.txt
new/django-perf-rec-4.24.0/requirements/py39-django32.txt
--- old/django-perf-rec-4.23.0/requirements/py39-django32.txt 2023-06-14
16:02:59.000000000 +0200
+++ new/django-perf-rec-4.24.0/requirements/py39-django32.txt 2023-07-10
11:08:24.000000000 +0200
@@ -36,9 +36,9 @@
--hash=sha256:8ace4d3c1dd481894b2005f560ead0f9f19ee64fe983366be1a21e171d12775c \
--hash=sha256:db2db3deb4b4179f399a09054b023b6a586b76499d36965813c71aa8ed7b5fd1
# via -r requirements.in
-pytest==7.3.1 \
-
--hash=sha256:3799fa815351fea3a5e96ac7e503a96fa51cc9942c3753cda7651b93c1cfa362 \
-
--hash=sha256:434afafd78b1d78ed0addf160ad2b77a30d35d4bdf8af234fe621919d9ed15e3
+pytest==7.3.2 \
+
--hash=sha256:cdcbd012c9312258922f8cd3f1b62a6580fdced17db6014896053d47cddf9295 \
+
--hash=sha256:ee990a3cc55ba808b80795a79944756f315c67c12b56abd3ac993a7b8c17030b
# via
# -r requirements.in
# pytest-django
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/django-perf-rec-4.23.0/requirements/py39-django40.txt
new/django-perf-rec-4.24.0/requirements/py39-django40.txt
--- old/django-perf-rec-4.23.0/requirements/py39-django40.txt 2023-06-14
16:02:59.000000000 +0200
+++ new/django-perf-rec-4.24.0/requirements/py39-django40.txt 2023-07-10
11:08:24.000000000 +0200
@@ -36,9 +36,9 @@
--hash=sha256:8ace4d3c1dd481894b2005f560ead0f9f19ee64fe983366be1a21e171d12775c \
--hash=sha256:db2db3deb4b4179f399a09054b023b6a586b76499d36965813c71aa8ed7b5fd1
# via -r requirements.in
-pytest==7.3.1 \
-
--hash=sha256:3799fa815351fea3a5e96ac7e503a96fa51cc9942c3753cda7651b93c1cfa362 \
-
--hash=sha256:434afafd78b1d78ed0addf160ad2b77a30d35d4bdf8af234fe621919d9ed15e3
+pytest==7.3.2 \
+
--hash=sha256:cdcbd012c9312258922f8cd3f1b62a6580fdced17db6014896053d47cddf9295 \
+
--hash=sha256:ee990a3cc55ba808b80795a79944756f315c67c12b56abd3ac993a7b8c17030b
# via
# -r requirements.in
# pytest-django
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/django-perf-rec-4.23.0/requirements/py39-django41.txt
new/django-perf-rec-4.24.0/requirements/py39-django41.txt
--- old/django-perf-rec-4.23.0/requirements/py39-django41.txt 2023-06-14
16:02:59.000000000 +0200
+++ new/django-perf-rec-4.24.0/requirements/py39-django41.txt 2023-07-10
11:08:24.000000000 +0200
@@ -36,9 +36,9 @@
--hash=sha256:8ace4d3c1dd481894b2005f560ead0f9f19ee64fe983366be1a21e171d12775c \
--hash=sha256:db2db3deb4b4179f399a09054b023b6a586b76499d36965813c71aa8ed7b5fd1
# via -r requirements.in
-pytest==7.3.1 \
-
--hash=sha256:3799fa815351fea3a5e96ac7e503a96fa51cc9942c3753cda7651b93c1cfa362 \
-
--hash=sha256:434afafd78b1d78ed0addf160ad2b77a30d35d4bdf8af234fe621919d9ed15e3
+pytest==7.3.2 \
+
--hash=sha256:cdcbd012c9312258922f8cd3f1b62a6580fdced17db6014896053d47cddf9295 \
+
--hash=sha256:ee990a3cc55ba808b80795a79944756f315c67c12b56abd3ac993a7b8c17030b
# via
# -r requirements.in
# pytest-django
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/django-perf-rec-4.23.0/requirements/py39-django42.txt
new/django-perf-rec-4.24.0/requirements/py39-django42.txt
--- old/django-perf-rec-4.23.0/requirements/py39-django42.txt 2023-06-14
16:02:59.000000000 +0200
+++ new/django-perf-rec-4.24.0/requirements/py39-django42.txt 2023-07-10
11:08:24.000000000 +0200
@@ -36,9 +36,9 @@
--hash=sha256:8ace4d3c1dd481894b2005f560ead0f9f19ee64fe983366be1a21e171d12775c \
--hash=sha256:db2db3deb4b4179f399a09054b023b6a586b76499d36965813c71aa8ed7b5fd1
# via -r requirements.in
-pytest==7.3.1 \
-
--hash=sha256:3799fa815351fea3a5e96ac7e503a96fa51cc9942c3753cda7651b93c1cfa362 \
-
--hash=sha256:434afafd78b1d78ed0addf160ad2b77a30d35d4bdf8af234fe621919d9ed15e3
+pytest==7.3.2 \
+
--hash=sha256:cdcbd012c9312258922f8cd3f1b62a6580fdced17db6014896053d47cddf9295 \
+
--hash=sha256:ee990a3cc55ba808b80795a79944756f315c67c12b56abd3ac993a7b8c17030b
# via
# -r requirements.in
# pytest-django
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/django-perf-rec-4.23.0/setup.cfg
new/django-perf-rec-4.24.0/setup.cfg
--- old/django-perf-rec-4.23.0/setup.cfg 2023-06-14 16:02:59.000000000
+0200
+++ new/django-perf-rec-4.24.0/setup.cfg 2023-07-10 11:08:24.000000000
+0200
@@ -1,6 +1,6 @@
[metadata]
name = django_perf_rec
-version = 4.23.0
+version = 4.24.0
description = Keep detailed records of the performance of your Django code.
long_description = file: README.rst
long_description_content_type = text/x-rst
@@ -21,7 +21,6 @@
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
- Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
@@ -41,7 +40,7 @@
Django>=3.2
PyYAML
sqlparse>=0.4.4
-python_requires = >=3.7
+python_requires = >=3.8
include_package_data = True
package_dir =
=src
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/django-perf-rec-4.23.0/src/django_perf_rec/settings.py
new/django-perf-rec-4.24.0/src/django_perf_rec/settings.py
--- old/django-perf-rec-4.23.0/src/django_perf_rec/settings.py 2023-06-14
16:02:59.000000000 +0200
+++ new/django-perf-rec-4.24.0/src/django_perf_rec/settings.py 2023-07-10
11:08:24.000000000 +0200
@@ -1,17 +1,10 @@
from __future__ import annotations
-import sys
from typing import Any
+from typing import Literal
from django.conf import settings
-if sys.version_info >= (3, 8):
- from typing import Literal
-
- ModeType = Literal["all", "none", "once", "overwrite"]
-else:
- ModeType = str
-
class Settings:
defaults = {"HIDE_COLUMNS": True, "MODE": "once"}
@@ -27,7 +20,7 @@
return bool(self.get_setting("HIDE_COLUMNS"))
@property
- def MODE(self) -> ModeType:
+ def MODE(self) -> Literal["all", "none", "once", "overwrite"]:
value = self.get_setting("MODE")
assert value in ("all", "none", "once", "overwrite")
return value # type: ignore [no-any-return]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/django-perf-rec-4.23.0/tox.ini
new/django-perf-rec-4.24.0/tox.ini
--- old/django-perf-rec-4.23.0/tox.ini 2023-06-14 16:02:59.000000000 +0200
+++ new/django-perf-rec-4.24.0/tox.ini 2023-07-10 11:08:24.000000000 +0200
@@ -7,7 +7,6 @@
py310-django{42, 41, 40, 32}
py39-django{42, 41, 40, 32}
py38-django{42, 41, 40, 32}
- py37-django{32}
[testenv]
package = wheel