Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-orangebox for
openSUSE:Factory checked in at 2022-06-08 14:24:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-orangebox (Old)
and /work/SRC/openSUSE:Factory/.python-orangebox.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-orangebox"
Wed Jun 8 14:24:42 2022 rev:6 rq:981247 version:0.2.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-orangebox/python-orangebox.changes
2022-02-17 00:31:59.449418199 +0100
+++
/work/SRC/openSUSE:Factory/.python-orangebox.new.1548/python-orangebox.changes
2022-06-08 14:25:02.600511465 +0200
@@ -1,0 +2,6 @@
+Fri Jun 3 14:39:47 UTC 2022 - Matej Cepl <[email protected]>
+
+- Switch from setup.py to pip-driven workflow.
+- Clean up the SPEC file to follow more style of other Python packages.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-orangebox.spec ++++++
--- /var/tmp/diff_new_pack.e0UfLf/_old 2022-06-08 14:25:03.148512144 +0200
+++ /var/tmp/diff_new_pack.e0UfLf/_new 2022-06-08 14:25:03.152512150 +0200
@@ -1,7 +1,7 @@
#
-# spec file for package python-wakeonlan
+# spec file for package python-orangebox
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,8 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
@@ -21,35 +22,39 @@
Name: python-orangebox
Version: 0.2.0
Release: 0
-License: GPL-3.0-or-later
Summary: Betaflight blackbox flight recorder parser
+License: GPL-3.0-or-later
Group: Development/Languages/Python
-Url: https://github.com/atomgomba/orangebox
+URL: https://github.com/atomgomba/orangebox
#!RemoteAssetUrl: git+https://github.com/atomgomba/orangebox#v0.2.0
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires(post): update-alternatives
Requires(postun): update-alternatives
-
BuildArch: noarch
%python_subpackages
%description
+Betaflight blackbox recording tooling. It provides a CLI tool and
+also python modules.
%prep
-%setup -q -n orangebox -c -T
-cp -a %_sourcedir/orangebox/* .
+%autosetup -p1 -n orangebox -c -T
+
+cp -a %{_sourcedir}/orangebox/* .
%build
export CFLAGS="%{optflags}"
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_clone -a %{buildroot}%{_bindir}/bb2csv
%python_clone -a %{buildroot}%{_bindir}/bbsplit
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
%post
%python_install_alternative bb2csv
@@ -60,8 +65,9 @@
%python_uninstall_alternative bbsplit
%files %{python_files}
-%python_alternative %_bindir/bb2csv
-%python_alternative %_bindir/bbsplit
-%{python_sitelib}/*
-
+%python_alternative %{_bindir}/bb2csv
+%python_alternative %{_bindir}/bbsplit
+%{python_sitelib}/orangebox
+%{python_sitelib}/orangebox-%{version}*-info
+%changelog
++++++ orangebox.obscpio ++++++
Binary files old/orangebox/.git/index and new/orangebox/.git/index differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/orangebox/.git/logs/HEAD new/orangebox/.git/logs/HEAD
--- old/orangebox/.git/logs/HEAD 2020-08-08 19:57:32.000000000 +0200
+++ new/orangebox/.git/logs/HEAD 2020-08-08 19:57:32.000000000 +0200
@@ -1 +1 @@
-0000000000000000000000000000000000000000
f98ecd6d36190724cd361f420ad7866705a77a68 obsservicerun
<obsservicerun@76ed2e6dbdbc.(none)> 1645007100 +0000 clone: from
https://github.com/atomgomba/orangebox
+0000000000000000000000000000000000000000
f98ecd6d36190724cd361f420ad7866705a77a68 container user
<473@db1d1f6b94ab.(none)> 1654617903 +0000 clone: from
https://github.com/atomgomba/orangebox
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/orangebox/.git/logs/refs/remotes/origin/HEAD
new/orangebox/.git/logs/refs/remotes/origin/HEAD
--- old/orangebox/.git/logs/refs/remotes/origin/HEAD 2020-08-08
19:57:32.000000000 +0200
+++ new/orangebox/.git/logs/refs/remotes/origin/HEAD 2020-08-08
19:57:32.000000000 +0200
@@ -1 +1 @@
-0000000000000000000000000000000000000000
ef39128c5d7b4b5a8dddc2d3dbd10f45b18ab0e9 obsservicerun
<obsservicerun@76ed2e6dbdbc.(none)> 1645007100 +0000 clone: from
https://github.com/atomgomba/orangebox
+0000000000000000000000000000000000000000
ef39128c5d7b4b5a8dddc2d3dbd10f45b18ab0e9 container user
<473@db1d1f6b94ab.(none)> 1654617903 +0000 clone: from
https://github.com/atomgomba/orangebox