Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-mypy_extensions for 
openSUSE:Factory checked in at 2025-06-03 17:50:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-mypy_extensions (Old)
 and      /work/SRC/openSUSE:Factory/.python-mypy_extensions.new.16005 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-mypy_extensions"

Tue Jun  3 17:50:24 2025 rev:6 rq:1281959 version:1.0.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-mypy_extensions/python-mypy_extensions.changes
    2023-05-05 15:59:28.872840049 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-mypy_extensions.new.16005/python-mypy_extensions.changes
 2025-06-03 17:50:37.270343490 +0200
@@ -1,0 +2,5 @@
+Mon Jun  2 14:24:53 UTC 2025 - Markéta Machová <mmach...@suse.com>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-mypy_extensions.spec ++++++
--- /var/tmp/diff_new_pack.oOSCPJ/_old  2025-06-03 17:50:38.174381003 +0200
+++ /var/tmp/diff_new_pack.oOSCPJ/_new  2025-06-03 17:50:38.174381003 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-mypy_extensions
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,11 +25,12 @@
 Group:          Development/Languages/Python
 URL:            https://www.mypy-lang.org/
 Source:         
https://files.pythonhosted.org/packages/source/m/mypy_extensions/mypy_extensions-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -40,13 +41,15 @@
 %setup -q -n mypy_extensions-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %files %{python_files}
 %license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/mypy_extensions.py
+%{python_sitelib}/mypy_extensions-%{version}*-info
+%pycache_only %{python_sitelib}/__pycache__/mypy_extensions*
 

Reply via email to