Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libArcus for openSUSE:Factory checked in at 2022-07-06 15:41:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libArcus (Old) and /work/SRC/openSUSE:Factory/.libArcus.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libArcus" Wed Jul 6 15:41:45 2022 rev:19 rq:986842 version:4.13.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libArcus/libArcus.changes 2022-03-11 11:46:00.830927073 +0100 +++ /work/SRC/openSUSE:Factory/.libArcus.new.1548/libArcus.changes 2022-07-06 15:41:56.654512338 +0200 @@ -1,0 +2,6 @@ +Tue Jun 21 15:49:04 UTC 2022 - Stefan Br??ns <stefan.bru...@rwth-aachen.de> + +- Add egg-info, to enable automatic creation of versioned python + dependency provides. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libArcus.spec ++++++ --- /var/tmp/diff_new_pack.ZDcYGf/_old 2022-07-06 15:41:57.310513304 +0200 +++ /var/tmp/diff_new_pack.ZDcYGf/_new 2022-07-06 15:41:57.314513311 +0200 @@ -33,6 +33,7 @@ BuildRequires: cmake >= 3.6 BuildRequires: gcc-c++ BuildRequires: protobuf-devel >= 3.0.0 +BuildRequires: python3-packaging BuildRequires: python3-sip-devel < 5 %if 0%{?suse_version} >= 1550 || 0%{?sle_version} > 150300 BuildRequires: python3-qt5-sip @@ -86,6 +87,16 @@ %install %cmake_install +# Create a minimal dist-info (PEP 241/314) +cat > %{buildroot}%{python3_sitearch}/Arcus-%{version}.egg-info <<HERE_EOF +Metadata-Version: 1.1 +Name: Arcus +Version: %{version} +Summary: Python bindings for libArcus +Author-email: i...@ultimaker.com +License: LGPL-3.0-only +Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3) +HERE_EOF %post -n %name%{sover} -p /sbin/ldconfig @@ -105,5 +116,6 @@ %files -n python3-Arcus %license LICENSE %{python3_sitearch}/Arcus.so +%{python3_sitearch}/Arcus-*.egg-info %changelog