Changelog for
python3-traittypes-0.2.1-lp155.11.1.noarch.rpm :
* Sun Jan 14 2024 Ben Greiner
- Remove obsolete python38 skip
* Sat Mar 18 2023 Benjamin Greiner - Skip testing xarray on Python 3.8
* Sat Jan 07 2023 Ben Greiner - Add python-fix-nptypes.patch gh#jupyter-widgets/traittypes#32- Clean specfile, no files catachall- Use PEP517 build
* Sun Apr 11 2021 Ben Greiner - Skip python36: No pandas and numpy for Tumbleweed
* Tue Dec 15 2020 Benjamin Greiner - Fix BuildRequire of python-xarray for all python3 flavors gh#openSUSE/python-rpm-macros#66
* Thu Jul 16 2020 pgajdosAATTsuse.com- pytest instead of unittest, upstream prefered solution- modified patches % python-traittypes-remove-nose.patch (amended)
* Fri Jul 03 2020 pgajdosAATTsuse.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 2019 Todd R - Disable xarray dependency and tests that require it on python2 since xarray no longer supports python2.
* Wed Feb 20 2019 Matej Cepl - Exclude test_bad_values test while it is failing (gh#jupyter-widgets/traittypes#31)
* Thu Aug 02 2018 toddrme2178AATTgmail.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 2018 toddrme2178AATTgmail.com- Initial version