Skip to content

Commit

Permalink
Update python-ipyvuetify to version 1.8.7 / rev 2 via SR 1077240
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1077240
by user bnavigator + dimstar_suse
- Update to 1.8.7
  * no upstreeam changelog provided (gh#widgetti/ipyvuetify#247)
  • Loading branch information
bnavigator authored and bmwiedemann committed Apr 4, 2023
1 parent 0502b77 commit 3da60e9
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 6 deletions.
Binary file modified packages/p/python-ipyvuetify/.files
Binary file not shown.
9 changes: 9 additions & 0 deletions packages/p/python-ipyvuetify/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,13 @@
<comment>required by ipyvolume 0.6</comment>
<requestid>1063036</requestid>
</revision>
<revision rev="2" vrev="1">
<srcmd5>96af56b0a29330474c77b7c2157c9fbc</srcmd5>
<version>1.8.7</version>
<time>1680636449</time>
<user>dimstar_suse</user>
<comment>- Update to 1.8.7
* no upstreeam changelog provided (gh#widgetti/ipyvuetify#247)</comment>
<requestid>1077240</requestid>
</revision>
</revisionlist>
1 change: 0 additions & 1 deletion packages/p/python-ipyvuetify/ipyvuetify-1.8.4.tar.gz

This file was deleted.

1 change: 1 addition & 0 deletions packages/p/python-ipyvuetify/ipyvuetify-1.8.7.tar.gz
6 changes: 6 additions & 0 deletions packages/p/python-ipyvuetify/python-ipyvuetify.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 4 15:16:01 UTC 2023 - Ben Greiner <code@bnavigator.de>

- Update to 1.8.7
* no upstreeam changelog provided (gh#widgetti/ipyvuetify#247)

-------------------------------------------------------------------
Fri Feb 3 10:38:20 UTC 2023 - Ben Greiner <code@bnavigator.de>

Expand Down
13 changes: 8 additions & 5 deletions packages/p/python-ipyvuetify/python-ipyvuetify.spec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
%define anypython3dist python3dist
%define untaggedversioncommit 1aaafbcce5a58e59a14311ac36594038893da4e1
Name: python-ipyvuetify
Version: 1.8.4
Version: 1.8.7
Release: 0
Summary: Jupyter widgets based on vuetify UI components
License: MIT
Expand Down Expand Up @@ -48,8 +48,8 @@ Jupyter widgets based on vuetify UI components

%package -n jupyter-ipyvuetify-nbextension
Summary: Jupyter widgets based on vuetify UI components - nbextension
Requires: %{anypython3dist}(ipyvuetify) = %{version}
Requires: jupyter-notebook
Requires: %{anypython3dist}(ipyvuetify) = %{version}

%description -n jupyter-ipyvuetify-nbextension
Jupyter widgets based on vuetify UI components
Expand All @@ -58,8 +58,8 @@ This package provides the jupyter notebook extension.

%package -n jupyter-jupyterlab-ipyvuetify
Summary: Jupyter widgets based on vuetify UI components - labextension
Requires: %{anypython3dist}(ipyvuetify) = %{version}
Requires: jupyter-jupyterlab
Requires: %{anypython3dist}(ipyvuetify) = %{version}

%description -n jupyter-jupyterlab-ipyvuetify
Jupyter widgets based on vuetify UI components
Expand All @@ -76,10 +76,13 @@ chmod -x ipyvuetify/labextension/package.json README.md
%install
%pyproject_install
%jupyter_move_config
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%{python_expand # https://github.com/widgetti/ipyvuetify/issues/251
rm -r %{buildroot}%{$python_sitelib}/generate_source
sed -i '/^generate_source/d' %{buildroot}%{$python_sitelib}/ipyvuetify-%{version}.dist-info/RECORD
%fdupes %{buildroot}%{$python_sitelib}
}
%fdupes %{buildroot}%{_jupyter_prefix}


%check
%pytest --nbval-lax %{SOURCE1}

Expand Down

0 comments on commit 3da60e9

Please sign in to comment.