Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-Pweave for openSUSE:Factory checked in at 2021-02-08 11:47:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Pweave (Old) and /work/SRC/openSUSE:Factory/.python-Pweave.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Pweave" Mon Feb 8 11:47:18 2021 rev:6 rq:868666 version:0.30.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Pweave/python-Pweave.changes 2020-06-09 00:07:23.649871769 +0200 +++ /work/SRC/openSUSE:Factory/.python-Pweave.new.28504/python-Pweave.changes 2021-02-08 11:47:19.705700385 +0100 @@ -1,0 +2,5 @@ +Tue Feb 2 13:42:49 UTC 2021 - Dirk M??ller <dmuel...@suse.com> + +- update-alternatives for multi-python3 builds + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Pweave.spec ++++++ --- /var/tmp/diff_new_pack.AD39fR/_old 2021-02-08 11:47:20.409701527 +0100 +++ /var/tmp/diff_new_pack.AD39fR/_new 2021-02-08 11:47:20.413701533 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-Pweave # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -76,6 +76,22 @@ %install %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} +%python_clone -a %{buildroot}%{_bindir}/pweave +%python_clone -a %{buildroot}%{_bindir}/ptangle +%python_clone -a %{buildroot}%{_bindir}/pypublish +%python_clone -a %{buildroot}%{_bindir}/pweave-convert + +%post +%python_install_alternative pweave +%python_install_alternative ptangle +%python_install_alternative pypublish +%python_install_alternative pweave-convert + +%postun +%python_uninstall_alternative pweave +%python_uninstall_alternative ptangle +%python_uninstall_alternative pypublish +%python_uninstall_alternative pweave-convert %check # tests.test_readers.test_url - online @@ -85,10 +101,10 @@ %files %{python_files} %doc CHANGELOG.txt README.rst %license LICENSE.txt -%{_bindir}/pweave -%{_bindir}/ptangle -%{_bindir}/pypublish -%{_bindir}/pweave-convert +%python_alternative %{_bindir}/pweave +%python_alternative %{_bindir}/ptangle +%python_alternative %{_bindir}/pypublish +%python_alternative %{_bindir}/pweave-convert %{python_sitelib}/* %changelog