From 099ce80570554b6cf1fcbe0f277ec349462def3abbaa609ba2009adde1fd9fbe Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 14 Dec 2023 21:33:39 +0000 Subject: [PATCH] - update to 0.6.1: * Fix broken ``single_reference=True`` usage. * Add ability to compare to Pandas DataFrames and store them as HDF5 files * Fix ``array_compare`` so that the ``atol`` parameter is correctly used with FITS files. * Test inside ``pytest_runtest_call`` hook. - Do not build :test on Python 3.6, due to no NumPy. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-arraydiff?expand=0&rev=14 --- pytest-arraydiff-0.5.0.tar.gz | 3 --- pytest-arraydiff-0.6.1.tar.gz | 3 +++ python-pytest-arraydiff.changes | 13 ++++++++++++- python-pytest-arraydiff.spec | 4 ++-- 4 files changed, 17 insertions(+), 6 deletions(-) delete mode 100644 pytest-arraydiff-0.5.0.tar.gz create mode 100644 pytest-arraydiff-0.6.1.tar.gz diff --git a/pytest-arraydiff-0.5.0.tar.gz b/pytest-arraydiff-0.5.0.tar.gz deleted file mode 100644 index f5993f1..0000000 --- a/pytest-arraydiff-0.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:714149beffd0dfa085477c65791c1139b619602b049536353ce1a91397fb3bd2 -size 12355 diff --git a/pytest-arraydiff-0.6.1.tar.gz b/pytest-arraydiff-0.6.1.tar.gz new file mode 100644 index 0000000..edcf082 --- /dev/null +++ b/pytest-arraydiff-0.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2937b1450fc935620f24709d87d40c67e055a043d7b8541a25fdfa994dda67de +size 16907 diff --git a/python-pytest-arraydiff.changes b/python-pytest-arraydiff.changes index 98b31b0..f328a62 100644 --- a/python-pytest-arraydiff.changes +++ b/python-pytest-arraydiff.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Dec 14 21:32:08 UTC 2023 - Dirk Müller + +- update to 0.6.1: + * Fix broken ``single_reference=True`` usage. + * Add ability to compare to Pandas DataFrames and store them as + HDF5 files + * Fix ``array_compare`` so that the ``atol`` parameter is + correctly used with FITS files. + * Test inside ``pytest_runtest_call`` hook. + ------------------------------------------------------------------- Mon Nov 7 19:03:45 UTC 2022 - Ben Greiner @@ -18,7 +29,7 @@ Tue Apr 27 09:52:52 UTC 2021 - Ben Greiner ------------------------------------------------------------------- Mon Apr 19 05:19:34 UTC 2021 - Steve Kowalik -- Do not build :test on Python 3.6, due to no NumPy. +- Do not build :test on Python 3.6, due to no NumPy. ------------------------------------------------------------------- Wed Feb 13 13:19:01 UTC 2019 - Tomáš Chvátal diff --git a/python-pytest-arraydiff.spec b/python-pytest-arraydiff.spec index cf1ac82..c02646b 100644 --- a/python-pytest-arraydiff.spec +++ b/python-pytest-arraydiff.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ %endif Name: python-pytest-arraydiff%{psuffix} -Version: 0.5.0 +Version: 0.6.1 Release: 0 Summary: Pytest plugin to help with comparing array output from tests License: BSD-2-Clause