Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-immutables for
openSUSE:Factory checked in at 2022-08-24 15:10:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-immutables (Old)
and /work/SRC/openSUSE:Factory/.python-immutables.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-immutables"
Wed Aug 24 15:10:45 2022 rev:10 rq:998793 version:0.18
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-immutables/python-immutables.changes
2022-08-08 08:45:00.310419289 +0200
+++
/work/SRC/openSUSE:Factory/.python-immutables.new.2083/python-immutables.changes
2022-08-24 15:10:55.208490454 +0200
@@ -1,0 +2,9 @@
+Mon Aug 22 22:16:34 UTC 2022 - Ben Greiner <[email protected]>
+
+- Don't do mypy static type checking of the sources in order to
+ avoid mypy in Ring1. The functionality of the binary rpm package
+ is not affected by properly typed python sources.
+- Remove obsolete setup.py sed fix
+- Don't catchall sitearch files in %files section
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-immutables.spec ++++++
--- /var/tmp/diff_new_pack.ohfRZ2/_old 2022-08-24 15:10:55.640490871 +0200
+++ /var/tmp/diff_new_pack.ohfRZ2/_new 2022-08-24 15:10:55.644490875 +0200
@@ -25,12 +25,15 @@
License: Apache-2.0
URL: https://github.com/MagicStack/immutables
Source:
https://files.pythonhosted.org/packages/source/i/immutables/immutables-%{version}.tar.gz
-BuildRequires: %{python_module devel}
-BuildRequires: %{python_module mypy >= 0.942}
+BuildRequires: %{python_module devel >= 3.6}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module typing-extensions >= 3.7.4.3 if %python-base <
3.8}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+%if %python_version_nodots < 38
+Requires: python-typing-extensions >= 3.7.4.3
+%endif
%python_subpackages
%description
@@ -39,8 +42,6 @@
%prep
%autosetup -p1 -n immutables-%{version}
-sed -i 's/\.system//' setup.py
-
%build
export CFLAGS="%{optflags}"
%python_build
@@ -52,11 +53,13 @@
}
%check
+export IMMU_SKIP_MYPY_TESTS=1
%pyunittest discover -v
%files %{python_files}
%doc README.rst
%license LICENSE
-%{python_sitearch}/*
+%{python_sitearch}/immutables
+%{python_sitearch}/immutables-%{version}*-info
%changelog