Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-typeguard for
openSUSE:Factory checked in at 2026-07-10 17:33:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-typeguard (Old)
and /work/SRC/openSUSE:Factory/.python-typeguard.new.1991 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-typeguard"
Fri Jul 10 17:33:13 2026 rev:13 rq:1364656 version:4.5.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-typeguard/python-typeguard.changes
2026-05-21 18:26:06.047509101 +0200
+++
/work/SRC/openSUSE:Factory/.python-typeguard.new.1991/python-typeguard.changes
2026-07-10 17:33:42.329530247 +0200
@@ -1,0 +2,8 @@
+Thu Jul 9 06:12:04 UTC 2026 - Steve Kowalik <[email protected]>
+
+- Add patch support-python-315.patch:
+ * Support changes required by Python 3.15.
+- Ship the README as a doc in the built packages.
+- Sprinkle in setuptools_scm.
+
+-------------------------------------------------------------------
New:
----
support-python-315.patch
----------(New B)----------
New:
- Add patch support-python-315.patch:
* Support changes required by Python 3.15.
----------(New E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-typeguard.spec ++++++
--- /var/tmp/diff_new_pack.HSntPu/_old 2026-07-10 17:33:45.257630166 +0200
+++ /var/tmp/diff_new_pack.HSntPu/_new 2026-07-10 17:33:45.261630302 +0200
@@ -24,9 +24,12 @@
License: MIT
URL: https://github.com/agronholm/typeguard
Source0:
https://github.com/agronholm/typeguard/archive/refs/tags/%{version}.tar.gz#/typeguard-%{version}-gh.tar.gz
+# PATCH-FIX-UPSTREAM gh#agronholm/typeguard#554
+Patch0: support-python-315.patch
BuildRequires: %{python_module mypy}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
+BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module typing-extensions >= 4.10.0}
BuildRequires: %{python_module wheel}
@@ -40,9 +43,10 @@
This library provides run-time type checking for functions defined with PEP
484 argument (and return) type annotations.
%prep
-%setup -q -n typeguard-%{version}
+%autosetup -p1 -n typeguard-%{version}
%build
+export SETUPTOOLS_SCM_PRETEND_VERSION="%{version}"
%pyproject_wheel
%install
@@ -54,6 +58,7 @@
%files %{python_files}
%license LICENSE
+%doc README.rst
%{python_sitelib}/typeguard
-%{python_sitelib}/typeguard-*.dist-info/
+%{python_sitelib}/typeguard-%{version}.dist-info/
++++++ support-python-315.patch ++++++
++++ 610 lines (skipped)