15
0
forked from pool/python-param

Accepting request 845214 from home:badshah400:branches:devel:languages:python:numeric

* Update to version 1.10.0.
* Update denose.patch from latest pull request, plus rebasing to apply cleanly for `tests/API0/testparameterizedobject.py` and `tests/API1/testparameterizedobject.py`.
* Run tests only for python3 as they fail for python2.

OBS-URL: https://build.opensuse.org/request/show/845214
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-param?expand=0&rev=31
This commit is contained in:
2020-11-02 20:55:17 +00:00
committed by Git OBS Bridge
parent d59bec42a6
commit 5193b3383d
5 changed files with 703 additions and 510 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,3 +1,47 @@
-------------------------------------------------------------------
Sat Oct 31 20:21:55 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.10.0:
* Fix ClassSelector.get_range() for class_ tuple
(gh#holoviz/param#360).
* Update links and text to point to holoviz.org
(gh#holoviz/param#364).
* Include params when calling instance in __new__.
* Internal removal of old API usage (gh#holoviz/param#372).
* Removed outdated warning message (gh#holoviz/param#373).
* Update some packaging metadata. (gh#holoviz/param#370).
* Revert Include params when calling instance in __new__
(gh#holoviz/param#367, gh#holoviz/param#374).
* Turn .param into a property (gh#holoviz/param#386).
* Prevent param.version from failing when used alongside async
frameworks (gh#holoviz/param#389).
* Allow using iadd on constant parameter (gh#holoviz/param#400).
* Batch param.depends (gh#holoviz/param#401).
* Ensure that Parameterized remaps watchers on copy
(gh#holoviz/param#409).
* JSON serialization and schema generation
(gh#holoviz/param#414).
* Make copy of watchers dictionary on instance parameters
(gh#holoviz/param#419).
* Refactor JSONSerializer (gh#holoviz/param#422).
* Ensure Parameterized.param.objects works with uninitialized
object (gh#holoviz/param#420).
* Micro optimizations (gh#holoviz/param#424).
* Fix indentation (gh#holoviz/param#431).
* Test suite fixups and updates (gh#holoviz/param#432).
* Group depends for watched deps within a class
(gh#holoviz/param#434).
* Fix .abstract for classes named with leading underscore(s)
(gh#holoviz/param#439).
* Fix discard_events decorator (gh#holoviz/param#442).
* Add new Event parameter type (gh#holoviz/param#438).
* Pin nbconvert in doc build for now.
* Stricter nbconvert pin.
- Update denose.patch from latest pull request, plus rebasing to
apply cleanly for `tests/API0/testparameterizedobject.py` and
`tests/API1/testparameterizedobject.py`.
- Run tests only for python3 as they fail for python2.
-------------------------------------------------------------------
Mon Aug 3 10:32:52 UTC 2020 - Matej Cepl <mcepl@suse.com>

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-param
Version: 1.9.3
Version: 1.10.0
Release: 0
Summary: Declarative Python programming using Parameters
License: BSD-3-Clause
@@ -62,9 +62,11 @@ echo '{"git_describe": "v%{version}", "version_string": "%{version}"}' > param/.
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%ifpython3
%check
# Exclusion documented in gh#holoviz/param#423
%pytest -k 'not test_abstract_class' tests/*/*.py
%endif
%files %{python_files}
%license LICENSE.txt

3
v1.10.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:197e058ab2d35a08e029a0cdbe13e43045e35c607af99857858752e14959e541
size 131664

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f58d8edd4e42d27978958999bc4a8c94019c0c0cb116579c66e1533b8cfc1cb5
size 123699