1
0

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
This commit is contained in:
Markéta Machová 2023-10-04 14:10:56 +00:00 committed by Git OBS Bridge
parent f4d731fcef
commit 2f5cc8a2cd
4 changed files with 13 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f884e2231fe5378cc8e5d1a272d19b01ebd352df0591a5add55ff50adac2d2d0
size 38468

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f650440dcaede13ed6d7da73bfb4ac585d40a80444ba3542d3e6eecdb275d49f
size 38960

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Oct 4 12:48:36 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 1.0.0
* Changing GitHub organization.
-------------------------------------------------------------------
Mon Jul 24 18:57:08 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -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}