From 2501c7e758ded69a89b91f831df4427300c19a512d9a531507bc643aa3b758d6 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 4 May 2023 22:40:55 +0000 Subject: [PATCH] - update to 0.12.1: * Allow floating point comparison in Python dictionary. [#186] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-doctestplus?expand=0&rev=28 --- pytest-doctestplus-0.12.0.tar.gz | 3 --- pytest-doctestplus-0.12.1.tar.gz | 3 +++ python-pytest-doctestplus.changes | 6 ++++++ python-pytest-doctestplus.spec | 6 +++--- 4 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 pytest-doctestplus-0.12.0.tar.gz create mode 100644 pytest-doctestplus-0.12.1.tar.gz diff --git a/pytest-doctestplus-0.12.0.tar.gz b/pytest-doctestplus-0.12.0.tar.gz deleted file mode 100644 index 13d9dc3..0000000 --- a/pytest-doctestplus-0.12.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2a423bdb808693198b78993fb4738e3e3813d38b3f89e00e28978e5677a76833 -size 36315 diff --git a/pytest-doctestplus-0.12.1.tar.gz b/pytest-doctestplus-0.12.1.tar.gz new file mode 100644 index 0000000..722dba6 --- /dev/null +++ b/pytest-doctestplus-0.12.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a979e4be99d9116e07ac066c5f00d45f387677d7d779f3bef30c6ffa8c79181 +size 36434 diff --git a/python-pytest-doctestplus.changes b/python-pytest-doctestplus.changes index d8c8ff2..54a8616 100644 --- a/python-pytest-doctestplus.changes +++ b/python-pytest-doctestplus.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu May 4 22:39:44 UTC 2023 - Dirk Müller + +- update to 0.12.1: + * Allow floating point comparison in Python dictionary. [#186] + ------------------------------------------------------------------- Tue Aug 16 16:18:41 UTC 2022 - Ben Greiner diff --git a/python-pytest-doctestplus.spec b/python-pytest-doctestplus.spec index 3e88c42..4c828a8 100644 --- a/python-pytest-doctestplus.spec +++ b/python-pytest-doctestplus.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 @@ -28,7 +28,7 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-pytest-doctestplus%{psuffix} -Version: 0.12.0 +Version: 0.12.1 Release: 0 Summary: Pytest plugin with advanced doctest features License: BSD-3-Clause @@ -45,8 +45,8 @@ Requires: python-pytest >= 4.6 Requires: python-setuptools >= 30.3.0 %if %{with test} BuildRequires: %{python_module Sphinx} -BuildRequires: %{python_module numpy} BuildRequires: %{python_module numpy-devel} +BuildRequires: %{python_module numpy} BuildRequires: %{python_module pip >= 19.3.1} BuildRequires: %{python_module pytest-doctestplus = %{version}} BuildRequires: %{python_module pytest-remotedata >= 0.3.2}