File python-traittypes.changes of Package python-traittypes
-------------------------------------------------------------------
Sun Mar 3 11:34:08 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Dejavu: Skip testing xarray on Python 3.9
-------------------------------------------------------------------
Sun Jan 14 20:51:16 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Remove obsolete python38 skip
-------------------------------------------------------------------
Sat Mar 18 12:24:41 UTC 2023 - Benjamin Greiner <code@bnavigator.de>
- Skip testing xarray on Python 3.8
-------------------------------------------------------------------
Sat Jan 7 20:11:30 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Add python-fix-nptypes.patch gh#jupyter-widgets/traittypes#32
- Clean specfile, no files catachall
- Use PEP517 build
-------------------------------------------------------------------
Sun Apr 11 08:34:24 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Skip python36: No pandas and numpy for Tumbleweed
-------------------------------------------------------------------
Tue Dec 15 15:21:19 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- Fix BuildRequire of python-xarray for all python3 flavors
gh#openSUSE/python-rpm-macros#66
-------------------------------------------------------------------
Thu Jul 16 09:00:34 UTC 2020 - pgajdos@suse.com
- pytest instead of unittest, upstream prefered solution
- modified patches
% python-traittypes-remove-nose.patch (amended)
-------------------------------------------------------------------
Fri Jul 3 10:39:29 UTC 2020 - pgajdos@suse.com
- switch from nose to pytest
- added patches
fix https://github.com/jupyter-widgets/traittypes/pull/43
+ python-traittypes-remove-nose.patch
- python3 only package, xarray is actually required by
traittypes/traittypes.py
-------------------------------------------------------------------
Thu Apr 25 20:40:37 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Disable xarray dependency and tests that require it on python2
since xarray no longer supports python2.
-------------------------------------------------------------------
Wed Feb 20 15:42:16 CET 2019 - Matej Cepl <mcepl@suse.com>
- Exclude test_bad_values test while it is failing
(gh#jupyter-widgets/traittypes#31)
-------------------------------------------------------------------
Thu Aug 2 20:10:12 UTC 2018 - toddrme2178@gmail.com
- Update to 0.2.1
* Add xarray DataArray
* Remove unused imports (pandas and xarray)
* Add xarray Dataset
* Allow Undefined as default
* Refactor commond pandas trait type (DRY)
* Add tests for SciType validators
* Only raise error for missing dependencies on use
-------------------------------------------------------------------
Fri Apr 20 20:38:23 UTC 2018 - toddrme2178@gmail.com
- Initial version