Package Release Info

python-apptools-4.5.0-bp152.1.7

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-apptools
python3-apptools

Change Logs

* Tue Nov 19 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.
Version: 4.4.0-bp151.1.2
* Wed May 09 2018 toddrme2178@gmail.com
- Use license tag
* Wed Aug 23 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 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 2014 toddrme2178@gmail.com
- Update to 4.2.1
  * no changelog
- Update source to pypi url.
* Thu Oct 24 2013 speilicke@suse.com
- Require python-setuptools instead of distribute (upstreams merged)
* Sat Apr 20 2013 toddrme2178@gmail.com
- Added a note about being part of the Enthought Tool Suite (ETS).
* Thu Apr 18 2013 toddrme2178@gmail.com
- Update to 4.2.0
  * no changelog
* Tue May 22 2012 toddrme2178@gmail.com
- Update to 4.1.0
* Thu Jan 12 2012 saschpe@suse.de
- Initial version