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:
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user