From 2f5cc8a2cd8d11fd9f3b180ef655ed6b168decfe98ca602b3f289b28dfad251a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 4 Oct 2023 14:10:56 +0000 Subject: [PATCH] Accepting request 1115608 from home:bnavigator:branches:devel:languages:python:pytest - Update to 1.0.0 * Changing GitHub organization. OBS-URL: https://build.opensuse.org/request/show/1115608 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-doctestplus?expand=0&rev=33 --- pytest-doctestplus-0.13.0.tar.gz | 3 --- pytest-doctestplus-1.0.0.tar.gz | 3 +++ python-pytest-doctestplus.changes | 6 ++++++ python-pytest-doctestplus.spec | 8 ++++---- 4 files changed, 13 insertions(+), 7 deletions(-) delete mode 100644 pytest-doctestplus-0.13.0.tar.gz create mode 100644 pytest-doctestplus-1.0.0.tar.gz diff --git a/pytest-doctestplus-0.13.0.tar.gz b/pytest-doctestplus-0.13.0.tar.gz deleted file mode 100644 index ae43a37..0000000 --- a/pytest-doctestplus-0.13.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f884e2231fe5378cc8e5d1a272d19b01ebd352df0591a5add55ff50adac2d2d0 -size 38468 diff --git a/pytest-doctestplus-1.0.0.tar.gz b/pytest-doctestplus-1.0.0.tar.gz new file mode 100644 index 0000000..4db9b3f --- /dev/null +++ b/pytest-doctestplus-1.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f650440dcaede13ed6d7da73bfb4ac585d40a80444ba3542d3e6eecdb275d49f +size 38960 diff --git a/python-pytest-doctestplus.changes b/python-pytest-doctestplus.changes index 0144afd..862eabc 100644 --- a/python-pytest-doctestplus.changes +++ b/python-pytest-doctestplus.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Oct 4 12:48:36 UTC 2023 - Ben Greiner + +- Update to 1.0.0 + * Changing GitHub organization. + ------------------------------------------------------------------- Mon Jul 24 18:57:08 UTC 2023 - Dirk Müller diff --git a/python-pytest-doctestplus.spec b/python-pytest-doctestplus.spec index 2ef1505..7d161ad 100644 --- a/python-pytest-doctestplus.spec +++ b/python-pytest-doctestplus.spec @@ -27,11 +27,11 @@ %{?sle15_python_module_pythons} Name: python-pytest-doctestplus%{psuffix} -Version: 0.13.0 +Version: 1.0.0 Release: 0 Summary: Pytest plugin with advanced doctest features License: BSD-3-Clause -URL: https://github.com/astropy/pytest-doctestplus +URL: https://github.com/scientific-python/pytest-doctestplus Source: https://files.pythonhosted.org/packages/source/p/pytest-doctestplus/pytest-doctestplus-%{version}.tar.gz BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module packaging >= 17.0} @@ -56,8 +56,8 @@ BuildArch: noarch %description This package contains a plugin for the pytest framework that provides -advanced doctest support and enables the testing of reStructuredText -(".rst") files. +advanced doctest support and enables the testing of various text files, such +as reStructuredText (".rst"), markdown (".md"), and TeX (".tex"). %prep %setup -q -n pytest-doctestplus-%{version}