Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pytest-mypy-testing for
openSUSE:Factory checked in at 2026-03-03 15:31:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-mypy-testing (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-mypy-testing.new.29461 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-mypy-testing"
Tue Mar 3 15:31:58 2026 rev:5 rq:1335931 version:0.2.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-mypy-testing/python-pytest-mypy-testing.changes
2026-01-21 14:19:54.717262844 +0100
+++
/work/SRC/openSUSE:Factory/.python-pytest-mypy-testing.new.29461/python-pytest-mypy-testing.changes
2026-03-03 15:32:57.678075687 +0100
@@ -1,0 +2,10 @@
+Mon Mar 2 02:19:55 UTC 2026 - Steve Kowalik <[email protected]>
+
+- 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.
+
+-------------------------------------------------------------------
Old:
----
pytest-mypy-testing-0.1.3.tar.gz
support-new-mypy.patch
New:
----
pytest_mypy_testing-0.2.0.tar.gz
----------(Old B)----------
Old: * Switch to original flit build backend
- Drop patch support-new-mypy.patch, no longer required.
----------(Old E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-mypy-testing.spec ++++++
--- /var/tmp/diff_new_pack.C7xebQ/_old 2026-03-03 15:32:58.222098222 +0100
+++ /var/tmp/diff_new_pack.C7xebQ/_new 2026-03-03 15:32:58.222098222 +0100
@@ -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 @@
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
++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.C7xebQ/_old 2026-03-03 15:32:58.262099879 +0100
+++ /var/tmp/diff_new_pack.C7xebQ/_new 2026-03-03 15:32:58.266100046 +0100
@@ -1,6 +1,6 @@
-mtime: 1768987937
-commit: 41c28f6a063dbe251fa002469df98f3be0d42ceae2d861f776c5f30da3c2c06e
+mtime: 1772418005
+commit: 5e413de573024b01a1a5d829bd180eba26cd5d99dec8d6d20bcef368cc365c31
url: https://src.opensuse.org/python-pytest/python-pytest-mypy-testing.git
-revision: 41c28f6a063dbe251fa002469df98f3be0d42ceae2d861f776c5f30da3c2c06e
+revision: 5e413de573024b01a1a5d829bd180eba26cd5d99dec8d6d20bcef368cc365c31
projectscmsync: https://src.opensuse.org/python-pytest/_ObsPrj.git
++++++ build.specials.obscpio ++++++
++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore 1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore 2026-03-03 01:11:19.000000000 +0100
@@ -0,0 +1 @@
+.osc