forked from pool/python-dash
Accepting request 768873 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/768873 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dash?expand=0&rev=4
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3d111272dcc3b1ae5471656f66b761263aeba53e595abb617702295849d16702
|
||||
size 62243
|
||||
3
dash-1.8.0.tar.gz
Normal file
3
dash-1.8.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e4b30e5312eb9940ebaf1aec3b652d5258a16fdcbd8612884c5cd1f40d20cac4
|
||||
size 64275
|
||||
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 30 19:09:44 UTC 2020 - Todd R <toddrme2178@gmail.com>
|
||||
|
||||
- Update to version 1.8.0
|
||||
+ Added
|
||||
* Two new functions to simplify usage handling URLs and pathnames: `app.get_relative_path` & `app.trim_relative_path`.
|
||||
+ Changed
|
||||
* Simplify our build process.
|
||||
* Error messages when providing an incorrect property to a component have been improved: they now specify the component type, library, version, and ID (if available).
|
||||
+ Fixed
|
||||
* Fix no_update test to allow copies, such as those stored and retrieved from a cache.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 6 18:44:56 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-dash
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,14 +19,12 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-dash
|
||||
Version: 1.7.0
|
||||
Version: 1.8.0
|
||||
Release: 0
|
||||
# For the license file
|
||||
%define tag ff93d2c4331a576b445be87bb3b77576f18b030a
|
||||
Summary: Python framework for building reactive web-apps
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
Url: https://plot.ly/dash
|
||||
URL: https://github.com/plotly/dash
|
||||
Source: https://files.pythonhosted.org/packages/source/d/dash/dash-%{version}.tar.gz
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: python-rpm-macros
|
||||
|
||||
Reference in New Issue
Block a user