17
0

Compare commits

6 Commits

Author SHA256 Message Date
81af445ea2 Accepting request 1314025 from devel:languages:python:pytest
- Update to 1.5.0:
  * Adding the usage of the doctest_encoding ini option when
    overwriting files with the doctest-plus-generate-diff option.
    [#284]
- Drop upstream patch add-missing-xfail-version.patch

OBS-URL: https://build.opensuse.org/request/show/1314025
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-doctestplus?expand=0&rev=21
2025-10-28 13:49:08 +00:00
6c055972fc - Update to 1.5.0:
* Adding the usage of the doctest_encoding ini option when
    overwriting files with the doctest-plus-generate-diff option.
    [#284]
- Drop upstream patch add-missing-xfail-version.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-doctestplus?expand=0&rev=43
2025-10-28 09:17:59 +00:00
66ffabcc91 Accepting request 1303654 from devel:languages:python:pytest
- Update to 1.4.0:
  * Fixing compatibility with pytest-asyncio. [#278]
  * Adding new directive doctest-requires-all to conditionally skip
    all doctests in narrative documentations based on availability of
    dependencies. [#280]
  * Adding new directive doctest-remote-data-all to conditionally skip
    all doctests in narrative documentations based on availability of
    remote-data. [#281]
  * Versions of Python <3.9 are no longer supported. [#274]

OBS-URL: https://build.opensuse.org/request/show/1303654
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-doctestplus?expand=0&rev=20
2025-09-11 12:39:50 +00:00
7ccaed99ae - Update to 1.4.0:
* Fixing compatibility with pytest-asyncio. [#278]
  * Adding new directive doctest-requires-all to conditionally skip
    all doctests in narrative documentations based on availability of
    dependencies. [#280]
  * Adding new directive doctest-remote-data-all to conditionally skip
    all doctests in narrative documentations based on availability of
    remote-data. [#281]
  * Versions of Python <3.9 are no longer supported. [#274]

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-doctestplus?expand=0&rev=41
2025-09-10 12:48:16 +00:00
07b3d77ab4 Accepting request 1232733 from devel:languages:python:pytest
OBS-URL: https://build.opensuse.org/request/show/1232733
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-doctestplus?expand=0&rev=19
2024-12-20 14:27:44 +00:00
ea4ebdc644 Accepting request 1232200 from home:nkrapp:branches:devel:languages:python:pytest
- Update to 1.3.0:
  * add tests for ufuncs without docstrings, wrapped or not by @lpsinger in #248
  * Update skips for broken test by @lpsinger in #249
  * Fix multiline code in generate/update diff by @seberg in #253
  * Remove accidental debug print from new tests by @seberg in #254
  * refactored out runtime dependency on setuptools by @neutrinoceros in #258
  * adding python3.13 to CI and fix any incompatibilities by @bsipocz in #260
  * add one more python release to xfail list by @bsipocz in #266
  * Use hash for Action workflow versions and update if needed by @pllim in #267
  * Don't assume config exists. by @Carreau in #271
- Add add-missing-xfail-version.patch to fix broken test

OBS-URL: https://build.opensuse.org/request/show/1232200
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-doctestplus?expand=0&rev=39
2024-12-20 05:50:21 +00:00
4 changed files with 44 additions and 8 deletions

View File

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

View File

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

View File

@@ -1,3 +1,40 @@
-------------------------------------------------------------------
Tue Oct 28 09:11:39 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
- Update to 1.5.0:
* Adding the usage of the doctest_encoding ini option when
overwriting files with the doctest-plus-generate-diff option.
[#284]
- Drop upstream patch add-missing-xfail-version.patch
-------------------------------------------------------------------
Wed Sep 10 12:39:28 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
- Update to 1.4.0:
* Fixing compatibility with pytest-asyncio. [#278]
* Adding new directive doctest-requires-all to conditionally skip
all doctests in narrative documentations based on availability of
dependencies. [#280]
* Adding new directive doctest-remote-data-all to conditionally skip
all doctests in narrative documentations based on availability of
remote-data. [#281]
* Versions of Python <3.9 are no longer supported. [#274]
-------------------------------------------------------------------
Thu Dec 19 10:11:47 UTC 2024 - Nico Krapp <nico.krapp@suse.com>
- Update to 1.3.0:
* add tests for ufuncs without docstrings, wrapped or not by @lpsinger in #248
* Update skips for broken test by @lpsinger in #249
* Fix multiline code in generate/update diff by @seberg in #253
* Remove accidental debug print from new tests by @seberg in #254
* refactored out runtime dependency on setuptools by @neutrinoceros in #258
* adding python3.13 to CI and fix any incompatibilities by @bsipocz in #260
* add one more python release to xfail list by @bsipocz in #266
* Use hash for Action workflow versions and update if needed by @pllim in #267
* Don't assume config exists. by @Carreau in #271
- Add add-missing-xfail-version.patch to fix broken test
-------------------------------------------------------------------
Sat Mar 16 12:59:47 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-doctestplus
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -27,12 +27,12 @@
%{?sle15_python_module_pythons}
Name: python-pytest-doctestplus%{psuffix}
Version: 1.2.1
Version: 1.5.0
Release: 0
Summary: Pytest plugin with advanced doctest features
License: BSD-3-Clause
URL: https://github.com/scientific-python/pytest-doctestplus
Source: https://files.pythonhosted.org/packages/source/p/pytest-doctestplus/pytest-doctestplus-%{version}.tar.gz
Source: https://files.pythonhosted.org/packages/source/p/pytest-doctestplus/pytest_doctestplus-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools_scm}
@@ -41,7 +41,6 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-packaging >= 17.0
Requires: python-pytest >= 4.6
Requires: python-setuptools >= 30.3.0
%if %{with test}
BuildRequires: %{python_module Sphinx}
BuildRequires: %{python_module numpy-devel}
@@ -61,7 +60,7 @@ 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}
%autosetup -p1 -n pytest_doctestplus-%{version}
%build
%pyproject_wheel