Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-ctypeslib2 for
openSUSE:Factory checked in at 2022-07-15 13:52:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ctypeslib2 (Old)
and /work/SRC/openSUSE:Factory/.python-ctypeslib2.new.1523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ctypeslib2"
Fri Jul 15 13:52:31 2022 rev:7 rq:989223 version:2.3.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ctypeslib2/python-ctypeslib2.changes
2022-06-16 18:21:52.496221841 +0200
+++
/work/SRC/openSUSE:Factory/.python-ctypeslib2.new.1523/python-ctypeslib2.changes
2022-07-15 13:52:47.623569542 +0200
@@ -1,0 +2,6 @@
+Thu Jul 14 16:14:05 UTC 2022 - Ben Greiner <[email protected]>
+
+- Avoid install error with updated setuptools
+ * gh#trolldbois/ctypeslib#94
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-ctypeslib2.spec ++++++
--- /var/tmp/diff_new_pack.awRvlX/_old 2022-07-15 13:52:48.103569697 +0200
+++ /var/tmp/diff_new_pack.awRvlX/_new 2022-07-15 13:52:48.111569700 +0200
@@ -59,9 +59,12 @@
%autosetup -p1 -n ctypeslib2-%{version}
sed -i '1{/^#!/d}' ctypeslib/clang2py.py
-# avoid pkg_resources errors because python3-clang does not provide an
egg-info (even upstream does not)
+# avoid pkg_resources/importlib errors because python3-clang does not provide
an egg-info (even upstream does not)
sed -i '/clang>=/ d' setup.py
+# avoid toml error: gh#trolldbois/ctypeslib#94
+sed -i 's/True/true/' pyproject.toml
+
%build
%python_build