diff --git a/pytest-7.3.1.tar.gz b/pytest-7.3.1.tar.gz deleted file mode 100644 index 6e92c19..0000000 --- a/pytest-7.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:434afafd78b1d78ed0addf160ad2b77a30d35d4bdf8af234fe621919d9ed15e3 -size 1336938 diff --git a/pytest-7.3.2.tar.gz b/pytest-7.3.2.tar.gz new file mode 100644 index 0000000..7f320e8 --- /dev/null +++ b/pytest-7.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee990a3cc55ba808b80795a79944756f315c67c12b56abd3ac993a7b8c17030b +size 1338457 diff --git a/python-pytest.changes b/python-pytest.changes index 2076073..274a767 100644 --- a/python-pytest.changes +++ b/python-pytest.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon Jun 19 20:12:27 UTC 2023 - Dirk Müller + +- update to 7.3.2: + * Fix bug where very long option + names could cause pytest to break with ``OSError: [Errno 36] + File name too long`` on some systems. + * Support for Python 3.12 + * honored to load root ``conftests``. + * The `monkeypatch` `setitem`/`delitem` type annotations now + allow `TypedDict` arguments. + * Fixed bug in assertion rewriting + where a variable assigned with the walrus operator could not + be used later in a function call. + * Fixed ``--last-failed``'s + "(skipped N files)" functionality for files inside of + packages (directories with `__init__.py` files). + ------------------------------------------------------------------- Tue Jun 13 10:35:00 UTC 2023 - Daniel Garcia diff --git a/python-pytest.spec b/python-pytest.spec index 233006a..d436045 100644 --- a/python-pytest.spec +++ b/python-pytest.spec @@ -33,7 +33,7 @@ %{?sle15_python_module_pythons} Name: python-pytest%{psuffix} -Version: 7.3.1 +Version: 7.3.2 Release: 0 Summary: Simple powerful testing with Python License: MIT