forked from pool/python-param
Accepting request 845534 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/845534 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-param?expand=0&rev=14
This commit is contained in:
1159
denose.patch
1159
denose.patch
File diff suppressed because it is too large
Load Diff
@@ -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>
|
||||
|
||||
|
||||
@@ -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
3
v1.10.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:197e058ab2d35a08e029a0cdbe13e43045e35c607af99857858752e14959e541
|
||||
size 131664
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f58d8edd4e42d27978958999bc4a8c94019c0c0cb116579c66e1533b8cfc1cb5
|
||||
size 123699
|
||||
Reference in New Issue
Block a user