Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pgmagick for openSUSE:Factory checked in at 2025-07-09 17:28:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pgmagick (Old) and /work/SRC/openSUSE:Factory/.python-pgmagick.new.7373 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pgmagick" Wed Jul 9 17:28:23 2025 rev:6 rq:1291386 version:0.7.6 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pgmagick/python-pgmagick.changes 2024-03-21 17:01:13.706145017 +0100 +++ /work/SRC/openSUSE:Factory/.python-pgmagick.new.7373/python-pgmagick.changes 2025-07-09 17:29:34.126454321 +0200 @@ -1,0 +2,6 @@ +Wed Jul 9 05:15:43 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Build for primary python only, due to how Boost is built. +- Remove some Python 2 gubbins. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pgmagick.spec ++++++ --- /var/tmp/diff_new_pack.WBlNdp/_old 2025-07-09 17:29:34.662476686 +0200 +++ /var/tmp/diff_new_pack.WBlNdp/_new 2025-07-09 17:29:34.662476686 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pgmagick # -# Copyright (c) 2024 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 @@ -16,6 +16,10 @@ # +# Building for primary python only due to Boost only being built for the +# primary python, and exporting all symbols. We can revisit after Python +# 3.13 is the lowest version we build for. +%define pythons python3 %{?sle15_python_module_pythons} Name: python-pgmagick Version: 0.7.6 @@ -37,9 +41,6 @@ BuildRequires: pkgconfig(GraphicsMagick++) %if 0%{?suse_version} >= 1500 BuildRequires: libboost_python3-devel -%if %{with python2} -BuildRequires: libboost_python-devel -%endif %else BuildRequires: boost-devel %endif