6 Commits

Author SHA256 Message Date
5e413de573 - Update to 0.2.0
* Require pytest >= 8
  * Remove support for Python 3.7, 3.8 and 3.9. Require at least Python 3.10
  * Add support for Python 3.13 and Python 3.14
  * Switch to original flit build backend
- Drop patch support-new-mypy.patch, no longer required.
2026-03-02 13:20:05 +11:00
41c28f6a06 Update support-new-mypy.patch to support modern mypy 2026-01-21 10:32:17 +01:00
2770bd41df Accepting request 1297340 from devel:languages:python:pytest
- Add patch support-new-mypy.patch:
  * Support newer mypy than upstream.

OBS-URL: https://build.opensuse.org/request/show/1297340
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-mypy-testing?expand=0&rev=3
2025-08-04 13:24:54 +00:00
a0c01be47d - Add patch support-new-mypy.patch:
* Support newer mypy than upstream.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-mypy-testing?expand=0&rev=5
2025-08-04 02:27:47 +00:00
d20717db7d Accepting request 1202276 from devel:languages:python:pytest
OBS-URL: https://build.opensuse.org/request/show/1202276
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-mypy-testing?expand=0&rev=2
2024-09-22 09:06:21 +00:00
7703b1ec6d Accepting request 1202170 from home:ojkastl_buildservice:Branch_devel_languages_python_pytest
OBS-URL: https://build.opensuse.org/request/show/1202170
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-mypy-testing?expand=0&rev=3
2024-09-20 22:34:37 +00:00
4 changed files with 40 additions and 11 deletions

Binary file not shown.

BIN
pytest_mypy_testing-0.2.0.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Mon Mar 2 02:19:55 UTC 2026 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.2.0:
* Require pytest >= 8
* Remove support for Python 3.7, 3.8 and 3.9. Require at least Python 3.10
* Add support for Python 3.13 and Python 3.14
* Switch to original flit build backend
- Drop patch support-new-mypy.patch, no longer required.
-------------------------------------------------------------------
Wed Jan 21 09:28:56 UTC 2026 - Daniel Garcia <daniel.garcia@suse.com>
- Update support-new-mypy.patch to support modern mypy
-------------------------------------------------------------------
Mon Aug 4 02:27:17 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Add patch support-new-mypy.patch:
* Support newer mypy than upstream.
-------------------------------------------------------------------
Fri Sep 20 11:03:41 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- add sle15_python_module_pythons
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Apr 2 03:55:42 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com> Tue Apr 2 03:55:42 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,8 @@
# #
# spec file for package python-pytest-mypy-testing # spec file for package python-pytest-mypy-testing
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2025 SUSE LLC and contributors
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -16,23 +17,25 @@
# #
%{?sle15_python_module_pythons}
Name: python-pytest-mypy-testing Name: python-pytest-mypy-testing
Version: 0.1.3 Version: 0.2.0
Release: 0 Release: 0
Summary: Pytest plugin to check mypy output Summary: Pytest plugin to check mypy output
License: Apache-2.0 OR MIT License: Apache-2.0 OR MIT
URL: https://github.com/davidfritzsche/pytest-mypy-testing URL: https://github.com/davidfritzsche/pytest-mypy-testing
Source: https://files.pythonhosted.org/packages/source/p/pytest-mypy-testing/pytest-mypy-testing-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/p/pytest-mypy-testing/pytest_mypy_testing-%{version}.tar.gz
BuildRequires: python-rpm-macros BuildRequires: %{python_module base >= 3.10}
BuildRequires: %{python_module flit-core >= 2} BuildRequires: %{python_module flit-core >= 3.12}
BuildRequires: %{python_module pip} BuildRequires: %{python_module pip}
BuildRequires: python-rpm-macros
# SECTION test requirements # SECTION test requirements
BuildRequires: %{python_module mypy >= 1.0} BuildRequires: %{python_module mypy >= 1.0}
BuildRequires: %{python_module pytest >= 7} BuildRequires: %{python_module pytest >= 8}
# /SECTION # /SECTION
BuildRequires: fdupes BuildRequires: fdupes
Requires: python-mypy >= 1.0 Requires: python-mypy >= 1.0
Requires: python-pytest >= 7 Requires: python-pytest >= 8
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages
@@ -44,7 +47,7 @@ mypy produces a given output. As mypy can be told to display the
type of an expression this allows us to check mypys type interference. type of an expression this allows us to check mypys type interference.
%prep %prep
%autosetup -p1 -n pytest-mypy-testing-%{version} %autosetup -p1 -n pytest_mypy_testing-%{version}
%build %build
%pyproject_wheel %pyproject_wheel