diff --git a/pytest-plus-0.4.0.tar.gz b/pytest-plus-0.4.0.tar.gz deleted file mode 100644 index ca1e1ec..0000000 --- a/pytest-plus-0.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:750ed025dec22cff1c5a6f693ebfcd7d444b5fc4866b40513187e5ce96ff1f98 -size 9987 diff --git a/pytest-plus-0.6.0.tar.gz b/pytest-plus-0.6.0.tar.gz new file mode 100644 index 0000000..6b50c40 --- /dev/null +++ b/pytest-plus-0.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c7b64c6d219a6c12a635385530c9771b97b587541636c072135aa592282849c +size 12795 diff --git a/python-pytest-plus.changes b/python-pytest-plus.changes index 8693f14..1649e1b 100644 --- a/python-pytest-plus.changes +++ b/python-pytest-plus.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Nov 7 19:56:48 UTC 2023 - Dirk Müller + +- update to 0.6.0: + * Add checks for test id length and content + * Allow _, - and . in test id + * Prevent duplicate test names + * Enable mypy + * Replace flake8 with ruff + ------------------------------------------------------------------- Wed May 10 07:53:52 UTC 2023 - Johannes Kastl diff --git a/python-pytest-plus.spec b/python-pytest-plus.spec index bbcdc30..2236229 100644 --- a/python-pytest-plus.spec +++ b/python-pytest-plus.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-pytest-plus -Version: 0.4.0 +Version: 0.6.0 Release: 0 Summary: Extension for pytest to enforce minimum tests pass License: MIT