From 18f37b7fcad3ead404e81cac197c594ee1316c26a5ba5e73878be16974a74b73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 9 Oct 2019 14:21:11 +0000 Subject: [PATCH] - Update to 5.2.1: * #5902: Fix warnings about deprecated cmp attribute in attrs>=19.2. * #1682: Passing arguments to pytest.fixture() as positional arguments is deprecated - pass them as a keyword argument instead. * #1682: The scope parameter of @pytest.fixture can now be a callable that receives the fixture name and the config object as keyword-only parameters. See the docs for more information. * #5764: New behavior of the --pastebin option: failures to connect to the pastebin server are reported, without failing the pytest run OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest?expand=0&rev=45 --- pytest-5.1.3.tar.gz | 3 --- pytest-5.2.1.tar.gz | 3 +++ python-pytest.changes | 9 +++++++++ python-pytest.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 pytest-5.1.3.tar.gz create mode 100644 pytest-5.2.1.tar.gz diff --git a/pytest-5.1.3.tar.gz b/pytest-5.1.3.tar.gz deleted file mode 100644 index 6c28451..0000000 --- a/pytest-5.1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc6620b96bc667a0c8d4fa592a8c9c94178a1bd6cc799dbb057dfd9286d31a31 -size 967092 diff --git a/pytest-5.2.1.tar.gz b/pytest-5.2.1.tar.gz new file mode 100644 index 0000000..aea10db --- /dev/null +++ b/pytest-5.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca563435f4941d0cb34767301c27bc65c510cb82e90b9ecf9cb52dc2c63caaa0 +size 971744 diff --git a/python-pytest.changes b/python-pytest.changes index 38eb076..c194a3e 100644 --- a/python-pytest.changes +++ b/python-pytest.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Oct 9 14:13:11 UTC 2019 - Tomáš Chvátal + +- Update to 5.2.1: + * #5902: Fix warnings about deprecated cmp attribute in attrs>=19.2. + * #1682: Passing arguments to pytest.fixture() as positional arguments is deprecated - pass them as a keyword argument instead. + * #1682: The scope parameter of @pytest.fixture can now be a callable that receives the fixture name and the config object as keyword-only parameters. See the docs for more information. + * #5764: New behavior of the --pastebin option: failures to connect to the pastebin server are reported, without failing the pytest run + ------------------------------------------------------------------- Mon Sep 23 12:30:16 UTC 2019 - Tomáš Chvátal diff --git a/python-pytest.spec b/python-pytest.spec index b805351..6f6361e 100644 --- a/python-pytest.spec +++ b/python-pytest.spec @@ -27,7 +27,7 @@ %endif %define skip_python2 1 Name: python-pytest%{psuffix} -Version: 5.1.3 +Version: 5.2.1 Release: 0 Summary: Python testing tool with autodiscovery and detailed asserts License: MIT