Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pydata-sphinx-theme for
openSUSE:Factory checked in at 2023-05-18 18:22:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pydata-sphinx-theme (Old)
and /work/SRC/openSUSE:Factory/.python-pydata-sphinx-theme.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pydata-sphinx-theme"
Thu May 18 18:22:30 2023 rev:4 rq:1087811 version:0.13.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pydata-sphinx-theme/python-pydata-sphinx-theme.changes
2023-03-10 22:08:51.365535722 +0100
+++
/work/SRC/openSUSE:Factory/.python-pydata-sphinx-theme.new.1533/python-pydata-sphinx-theme.changes
2023-05-18 18:22:31.878392847 +0200
@@ -1,0 +2,5 @@
+Thu May 18 13:54:34 UTC 2023 - Dirk Müller <[email protected]>
+
+- switch to nodejs-default
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pydata-sphinx-theme.spec ++++++
--- /var/tmp/diff_new_pack.S7vdh3/_old 2023-05-18 18:22:32.822397337 +0200
+++ /var/tmp/diff_new_pack.S7vdh3/_new 2023-05-18 18:22:32.830397375 +0200
@@ -58,9 +58,9 @@
BuildRequires: %{python_module Sphinx}
BuildRequires: %{python_module beautifulsoup4}
BuildRequires: %{python_module docutils}
+BuildRequires: nodejs-default
+BuildRequires: nodejs-devel
BuildRequires: nodejs-packaging
-BuildRequires: nodejs19
-BuildRequires: nodejs19-devel
BuildRequires: yarn
# /SECTION
@@ -75,7 +75,7 @@
# Create a node header tarball so we don't try to download it
mkdir -p node-v%{nodejs_version}/include
-cp -a %{_includedir}/node19 node-v%{nodejs_version}/include/node
+cp -a %{_includedir}/node* node-v%{nodejs_version}/include/node
tar czf node-v%{nodejs_version}-headers.tar.gz node-v%{nodejs_version}
echo "tarball=\"$PWD/node-v%{nodejs_version}-headers.tar.gz\"" > .npmrc