Accepting request 1163582 from devel:languages:python:jupyter

- Update to 7.1.2
  * Maintenance and upkeep improvements

OBS-URL: https://build.opensuse.org/request/show/1163582
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-notebook?expand=0&rev=33
This commit is contained in:
Ana Guerrero 2024-04-02 14:40:42 +00:00 committed by Git OBS Bridge
commit c88f1ae952
4 changed files with 12 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:818e7420fa21f402e726afb9f02df7f3c10f294c02e383ed19852866c316108b
size 4896811

3
notebook-7.1.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:efc2c80043909e0faa17fce9e9b37c059c03af0ec99a4d4db84cb21d9d2e936a
size 4897634

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Mar 29 18:58:51 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Update to 7.1.2
* Maintenance and upkeep improvements
-------------------------------------------------------------------
Thu Mar 7 15:25:14 UTC 2024 - Ben Greiner <code@bnavigator.de>

View File

@ -33,8 +33,9 @@ BuildArch: noarch
%else
%bcond_with libalternatives
%endif
Name: python-notebook%{psuffix}
Version: 7.1.1
Version: 7.1.2
Release: 0
Summary: Jupyter Notebook interface
License: BSD-3-Clause
@ -109,6 +110,7 @@ This package provides the jupyter components.
%autosetup -p1 -n notebook-%{version}
# We don't want to run selenium tests
rm -rf notebook/tests/selenium
sed -i 's/"--color=yes", //' pyproject.toml
%build
%if !%{with test}