File python-pyct.changes of Package python-pyct
-------------------------------------------------------------------
Wed Feb 22 07:03:54 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.5.0:
* Minor release that drops support of Python 2.7 and 3.7 and adds
support to Python 3.11.
-------------------------------------------------------------------
Sun Aug 21 15:27:06 UTC 2022 - Arun Persaud <arun@gmx.de>
- specfile:
* update copyright year
* be more specific in %files section
* remove python-devel requirement
* use update-alternative to install binary
- update to version 0.4.8:
* Fix version reporting command on linux
* Add pyct.report()
* Allow python -m pyct ... command form.
- changes from version 0.4.7:
* Added version reporting command.
-------------------------------------------------------------------
Sat Dec 22 03:45:56 UTC 2018 - Todd R <toddrme2178@gmail.com>
- Update to 0.4.6
* Tests were added to make sure the the commands in pyct.cmd are well documented
* The --use-test-data flag was added to fetch-data and examples to allow the use of smaller datasets in regular examples. To use this feature place a smaller dataset with the same name in your project's examples/data/.data_stubs/. See pyviz/pyviz#128 for first use of this feature.
* clean-data was added to delete small test data files masquerading as real ones.
-------------------------------------------------------------------
Fri Oct 26 19:58:23 UTC 2018 - Todd R <toddrme2178@gmail.com>
- Initial version