Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-threevis for openSUSE:Factory
checked in at 2023-03-08 14:53:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-threevis (Old)
and /work/SRC/openSUSE:Factory/.python-threevis.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-threevis"
Wed Mar 8 14:53:21 2023 rev:6 rq:1070053 version:0.1.0.post25
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-threevis/python-threevis.changes
2021-04-27 21:35:28.772064515 +0200
+++
/work/SRC/openSUSE:Factory/.python-threevis.new.31432/python-threevis.changes
2023-03-08 14:53:28.206969288 +0100
@@ -1,0 +2,7 @@
+Wed Mar 8 03:36:10 UTC 2023 - Ben Greiner <[email protected]>
+
+- Shorten Summary (rpmlint)
+- Clean specfile
+- PEP517
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-threevis.spec ++++++
--- /var/tmp/diff_new_pack.URw3xJ/_old 2023-03-08 14:53:28.770972359 +0100
+++ /var/tmp/diff_new_pack.URw3xJ/_new 2023-03-08 14:53:28.774972380 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-threevis
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,33 +16,28 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
-%define skip_python36 1
Name: python-threevis
Version: 0.1.0.post25
Release: 0
-Summary: Plugin for visualizing meshes, point clouds, and other
geometry in a Jupyter Notebook
+Summary: Plugin for visualizing geometry in a Jupyter Notebook
License: BSD-3-Clause
URL: https://graphics.rwth-aachen.de:9000/threevis/threevis
Source:
https://files.pythonhosted.org/packages/source/t/threevis/threevis-%{version}.tar.gz
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
+BuildRequires: fdupes
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module numpy}
BuildRequires: %{python_module openmesh}
BuildRequires: %{python_module pythreejs >= 1.0.0}
# /SECTION
-BuildRequires: fdupes
Requires: python-numpy
Requires: python-openmesh
Requires: python-pythreejs >= 1.0.0
-%if "%{python_flavor}" == "python3" || "%{?python_provides}" == "python3"
-Provides: jupyter-threevis = %{version}
-%endif
BuildArch: noarch
-
%python_subpackages
%description
@@ -53,22 +48,21 @@
%setup -q -n threevis-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
pushd tests
-%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
-$python -B -m unittest
-}
+%pyunittest -v
popd
%files %{python_files}
%doc README.md
%license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/threevis
+%{python_sitelib}/threevis-%{version}.dist-info
%changelog