From 7b58def33800a3a5cb0659b7e453ca0331274b44ad40cee86db1806358ecffc9 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 6 Mar 2024 21:52:07 +0000 Subject: [PATCH] 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 --- python-dash.changes | 5 +++++ python-dash.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-dash.changes b/python-dash.changes index e0094fe..bc357c3 100644 --- a/python-dash.changes +++ b/python-dash.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 6 21:03:36 UTC 2024 - Ben Greiner + +- Fix truncated version requirement for python3dist(dash) + ------------------------------------------------------------------- Tue Mar 5 19:40:43 UTC 2024 - Ben Greiner diff --git a/python-dash.spec b/python-dash.spec index 2c698f7..053c1a8 100644 --- a/python-dash.spec +++ b/python-dash.spec @@ -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