15
0
forked from pool/python-dash

Accepting request 1155756 from home:bnavigator:branches:devel:languages:python:numeric

- Fix truncated version requirement for python3dist(dash)

OBS-URL: https://build.opensuse.org/request/show/1155756
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-dash?expand=0&rev=8
This commit is contained in:
2024-03-06 21:52:07 +00:00
committed by Git OBS Bridge
parent c9e5b1e3df
commit 7b58def338
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Mar 6 21:03:36 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Fix truncated version requirement for python3dist(dash)
-------------------------------------------------------------------
Tue Mar 5 19:40:43 UTC 2024 - Ben Greiner <code@bnavigator.de>

View File

@@ -19,6 +19,7 @@
# We can't test currenty, see below.
%bcond_with test
%define skip_python39 1
%define distver 2.16
Name: python-dash
Version: 2.16.0
Release: 0
@@ -93,7 +94,7 @@ analytical python code.
%package -n jupyter-dash
Summary: Jupyter configuration for python-dash
Requires: python3dist(dash) = %{version}
Requires: python3dist(dash) = %{distver}
Suggests: python3-dash
%description -n jupyter-dash