From 573bdfce5ee9ed5ac83396d288ea656d26c39e91c8751c4f998cd149383c71fe Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 6 Apr 2024 19:12:19 +0000 Subject: [PATCH] - update to 2.16.1: * #2783 Remove dynamic loading. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-dash?expand=0&rev=9 --- dash-2.16.0.tar.gz | 3 --- dash-2.16.1.tar.gz | 3 +++ python-dash.changes | 6 ++++++ python-dash.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 dash-2.16.0.tar.gz create mode 100644 dash-2.16.1.tar.gz diff --git a/dash-2.16.0.tar.gz b/dash-2.16.0.tar.gz deleted file mode 100644 index a151c03..0000000 --- a/dash-2.16.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7887998e278f6cc1b8200ec9d9d6f82b5cb599997a31723c926487a25ce52117 -size 9930544 diff --git a/dash-2.16.1.tar.gz b/dash-2.16.1.tar.gz new file mode 100644 index 0000000..af5ad73 --- /dev/null +++ b/dash-2.16.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2871d6b8d4c9dfd0a64f89f22d001c93292910b41d92d9ff2bb424a28283976 +size 9911605 diff --git a/python-dash.changes b/python-dash.changes index bc357c3..359c646 100644 --- a/python-dash.changes +++ b/python-dash.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Apr 6 19:11:28 UTC 2024 - Dirk Müller + +- update to 2.16.1: + * #2783 Remove dynamic loading. + ------------------------------------------------------------------- Wed Mar 6 21:03:36 UTC 2024 - Ben Greiner diff --git a/python-dash.spec b/python-dash.spec index 053c1a8..26d3b96 100644 --- a/python-dash.spec +++ b/python-dash.spec @@ -21,7 +21,7 @@ %define skip_python39 1 %define distver 2.16 Name: python-dash -Version: 2.16.0 +Version: 2.16.1 Release: 0 Summary: Python framework for building reactive web-apps License: MIT