diff --git a/pytest-mypy-testing-0.1.3.tar.gz b/pytest-mypy-testing-0.1.3.tar.gz deleted file mode 100644 index 06e6ee6..0000000 --- a/pytest-mypy-testing-0.1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad4c41232f5d5f6d54b85a34325612e29669d01eb4e173aaf1fb023fecc9e281 -size 30127 diff --git a/pytest_mypy_testing-0.2.0.tar.gz b/pytest_mypy_testing-0.2.0.tar.gz new file mode 100644 index 0000000..a81180d --- /dev/null +++ b/pytest_mypy_testing-0.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad56d3d0a806c4a38b5a65cbbf5ae569139565c50b4c1ff3da95a1a17d27a8ab +size 106280 diff --git a/python-pytest-mypy-testing.changes b/python-pytest-mypy-testing.changes index 25b79bd..fea87b0 100644 --- a/python-pytest-mypy-testing.changes +++ b/python-pytest-mypy-testing.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Mar 2 02:19:55 UTC 2026 - Steve Kowalik + +- 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 diff --git a/python-pytest-mypy-testing.spec b/python-pytest-mypy-testing.spec index ba95110..c481f94 100644 --- a/python-pytest-mypy-testing.spec +++ b/python-pytest-mypy-testing.spec @@ -19,24 +19,23 @@ %{?sle15_python_module_pythons} Name: python-pytest-mypy-testing -Version: 0.1.3 +Version: 0.2.0 Release: 0 Summary: Pytest plugin to check mypy output License: Apache-2.0 OR MIT 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 -# PATCH-FIX-OPENSUSE Support newer mypy -Patch0: support-new-mypy.patch -BuildRequires: %{python_module flit-core >= 2} +Source: https://files.pythonhosted.org/packages/source/p/pytest-mypy-testing/pytest_mypy_testing-%{version}.tar.gz +BuildRequires: %{python_module base >= 3.10} +BuildRequires: %{python_module flit-core >= 3.12} BuildRequires: %{python_module pip} BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module mypy >= 1.0} -BuildRequires: %{python_module pytest >= 7} +BuildRequires: %{python_module pytest >= 8} # /SECTION BuildRequires: fdupes Requires: python-mypy >= 1.0 -Requires: python-pytest >= 7 +Requires: python-pytest >= 8 BuildArch: noarch %python_subpackages @@ -48,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. %prep -%autosetup -p1 -n pytest-mypy-testing-%{version} +%autosetup -p1 -n pytest_mypy_testing-%{version} %build %pyproject_wheel diff --git a/support-new-mypy.patch b/support-new-mypy.patch deleted file mode 100644 index 23e3222..0000000 --- a/support-new-mypy.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: pytest-mypy-testing-0.1.3/mypy.ini -=================================================================== ---- pytest-mypy-testing-0.1.3.orig/mypy.ini -+++ pytest-mypy-testing-0.1.3/mypy.ini -@@ -2,7 +2,7 @@ - # SPDX-License-Identifier: CC0-1.0 - [mypy] - --python_version = 3.8 -+python_version = 3.10 - - mypy_path = src -