diff --git a/pytest-order-1.1.0.tar.gz b/pytest-order-1.1.0.tar.gz deleted file mode 100644 index 7632f98..0000000 --- a/pytest-order-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:139d25b30826b78eebb42722f747eab14c44b88059d7a71d4f79d14a057269a5 -size 43385 diff --git a/pytest-order-1.2.0.tar.gz b/pytest-order-1.2.0.tar.gz new file mode 100644 index 0000000..b80916b --- /dev/null +++ b/pytest-order-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:944f86b6d441aa7b1da80f801c6ab65b84bbeba472d0a7a12eb43ba26650101a +size 44307 diff --git a/python-pytest-order.changes b/python-pytest-order.changes index 159c9f1..7c7e026 100644 --- a/python-pytest-order.changes +++ b/python-pytest-order.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Dec 4 10:40:23 UTC 2023 - Dirk Müller + +- update to 1.2.0: + * Allows using custom markers for ordering. + * added option `--order-marker-prefix` to allow using custom + markers for ordering + * added Python 3.12 to supported versions + ------------------------------------------------------------------- Wed Oct 25 12:38:00 UTC 2023 - ecsos @@ -28,4 +37,4 @@ Sun May 14 09:42:13 UTC 2023 - Dirk Müller Sat Mar 27 15:13:48 UTC 2021 - Ben Greiner - Initial specfile for version 0.10.0 -- A replacement for unmaintained pytest-ordering +- A replacement for unmaintained pytest-ordering diff --git a/python-pytest-order.spec b/python-pytest-order.spec index 4ab705e..fa0c287 100644 --- a/python-pytest-order.spec +++ b/python-pytest-order.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-pytest-order -Version: 1.1.0 +Version: 1.2.0 Release: 0 Summary: Pytest plugin to run your tests in a specific order License: MIT