File python-apptools.changes of Package python-apptools
-------------------------------------------------------------------
Tue Nov 19 21:17:41 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Update to 4.5.0
* Add missing `long_description_content_type` field in setup.
* Remove use of `2to3`.
* Use etstool for CI tasks. Setup travis macos and appveyor CI.
* Temporarily change cwd when running tests.
* Update broken imports.
* Add `six` to requirements.
* Remove one more use of the deprecated `set` method.
* Use `trait_set` instead of the now deprecated `set` method.
* Address one more numpy deprecation warning.
* Address numpy deprecation warnings.
* Test the package on Python 3.5, 3.6 on CI.
* Fix mismatched pyface and traitsui requirements.
* Drop support for Python 2.6.
* Fix `state_pickler.dump` on Python 2.
* Fix a few spelling mistakes in documentation.
-------------------------------------------------------------------
Wed May 9 14:08:07 UTC 2018 - toddrme2178@gmail.com
- Use license tag
-------------------------------------------------------------------
Wed Aug 23 20:31:50 UTC 2017 - toddrme2178@gmail.com
- Implement single-spec version
- Update to 4.4.0
* Apptools now works with Python-3.x. (#54)
* Travis-ci support with testing on Python 2.6, 2.7 and 3.4. (#55)
-------------------------------------------------------------------
Sun May 24 11:09:57 UTC 2015 - toddrme2178@gmail.com
- Update to 4.3.0
* Apptools now have a changelog!
* Preferences system defaults to utf-8 encoded string with ConfigObj providing
better support for unicode in the PreferenceHelper (#41, #45).
* Added a traitsified backport of Python 3's lru_cache (#39).
* Added PyTables support to the io submodule (#19, #20, and #24 through #34).
* Added a SelectionService for managing selections within an application (#15, #16, #17,
#23).
-------------------------------------------------------------------
Mon Oct 13 15:40:37 UTC 2014 - toddrme2178@gmail.com
- Update to 4.2.1
* no changelog
- Update source to pypi url.
-------------------------------------------------------------------
Thu Oct 24 10:58:48 UTC 2013 - speilicke@suse.com
- Require python-setuptools instead of distribute (upstreams merged)
-------------------------------------------------------------------
Sat Apr 20 15:35:16 UTC 2013 - toddrme2178@gmail.com
- Added a note about being part of the Enthought Tool Suite (ETS).
-------------------------------------------------------------------
Thu Apr 18 12:12:24 UTC 2013 - toddrme2178@gmail.com
- Update to 4.2.0
* no changelog
-------------------------------------------------------------------
Tue May 22 10:23:36 UTC 2012 - toddrme2178@gmail.com
- Update to 4.1.0
-------------------------------------------------------------------
Thu Jan 12 14:55:33 UTC 2012 - saschpe@suse.de
- Initial version