Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-ipyvuetify for
openSUSE:Factory checked in at 2024-04-02 16:40:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ipyvuetify (Old)
and /work/SRC/openSUSE:Factory/.python-ipyvuetify.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ipyvuetify"
Tue Apr 2 16:40:26 2024 rev:8 rq:1163563 version:1.9.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ipyvuetify/python-ipyvuetify.changes
2024-03-07 18:32:17.899394461 +0100
+++
/work/SRC/openSUSE:Factory/.python-ipyvuetify.new.1905/python-ipyvuetify.changes
2024-04-02 16:40:44.917552152 +0200
@@ -1,0 +2,11 @@
+Fri Mar 29 17:24:53 UTC 2024 - Ben Greiner <[email protected]>
+
+- Update to 1.9.1
+ * fix: dark_effective should always be set, even when dark ==
+ null
+- Release 1.9.0
+ * feat: improve dark detection and add dark_effective (#296)
+ * fix: theme initialisation with Voilà lab template (#196)
+- Add avoidnpm.patch
+
+-------------------------------------------------------------------
Old:
----
ipyvuetify-1.8.10.tar.gz
New:
----
avoidnpm.patch
ipyvuetify-1.9.1.tar.gz
BETA DEBUG BEGIN:
New: * fix: theme initialisation with Voilà lab template (#196)
- Add avoidnpm.patch
BETA DEBUG END:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-ipyvuetify.spec ++++++
--- /var/tmp/diff_new_pack.cZA069/_old 2024-04-02 16:40:45.561575885 +0200
+++ /var/tmp/diff_new_pack.cZA069/_new 2024-04-02 16:40:45.561575885 +0200
@@ -18,13 +18,15 @@
%define skip_python39 1
Name: python-ipyvuetify
-Version: 1.8.10
+Version: 1.9.1
Release: 0
Summary: Jupyter widgets based on vuetify UI components
License: MIT
URL: https://github.com/mariobuikhuizen/ipyvuetify
Source0:
https://files.pythonhosted.org/packages/source/i/ipyvuetify/ipyvuetify-%{version}.tar.gz
Source1:
https://github.com/widgetti/ipyvuetify/raw/v%{version}/examples/Examples.ipynb
+# PATCH-FIX-OPENSUSE avoid-npm.patch [email protected]
+Patch0: avoidnpm.patch
BuildRequires: %{python_module jupyter-packaging >= 0.7.9}
BuildRequires: %{python_module jupyterlab >= 3}
BuildRequires: %{python_module pip}
@@ -72,8 +74,10 @@
This package provides the jupyterlab extension.
%prep
-%setup -q -n ipyvuetify-%{version}
-chmod -x ipyvuetify/labextension/package.json jupyter-vuetify.json README.md
+%autosetup -p1 -n ipyvuetify-%{version}
+chmod -x prefix/share/jupyter/labextensions/jupyter-vuetify/package.json \
+ prefix/etc/nbconfig/notebook.d/jupyter-vuetify.json \
+ README.md
%build
%pyproject_wheel
++++++ avoidnpm.patch ++++++
From: [email protected]
Date: 2024-03-29
Subject: Avoid npm
We don't want to regenerate the NPM dependencies provided in the sdist
diff -ur ipyvuetify-1.9.1.orig/setup.py ipyvuetify-1.9.1/setup.py
--- ipyvuetify-1.9.1.orig/setup.py 2024-03-29 18:35:51.469263377 +0100
+++ ipyvuetify-1.9.1/setup.py 2024-03-29 18:36:08.033100907 +0100
@@ -1,7 +1,6 @@
import sys
from pathlib import Path
-from pynpm import NPMPackage
from setuptools import Command, setup
from setuptools.command.egg_info import egg_info
@@ -29,7 +28,7 @@
def run(self):
"""Run the command"""
- if sys.argv[1] == "sdist" or sys.argv[1] == "dist_info":
+ if False:
from generate_source import generate_source
npm = NPMPackage(ROOT / "js" / "package.json")
++++++ ipyvuetify-1.8.10.tar.gz -> ipyvuetify-1.9.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-ipyvuetify/ipyvuetify-1.8.10.tar.gz
/work/SRC/openSUSE:Factory/.python-ipyvuetify.new.1905/ipyvuetify-1.9.1.tar.gz
differ: char 5, line 1