Package Release Info

python-encore-0.7.0-bp151.1.2

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

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-encore
python3-encore

Change Logs

* Wed May 16 2018 toddrme2178@gmail.com
- Update to 0.7.0
  * Python 3 support (PR#102).
  * Add a delayed asynchronizer that enforces an interval between operations (PR#63).
- Implement single-spec version
* Sun May 24 2015 toddrme2178@gmail.com
- Update to 0.6.0
  + New Features
  * Added `MountedStore` store subclass. (PR#75)
  * Added `concurrent.threadtools` module and `synchronized`
    decorator. (PR #91)
  * Added the ability to request ranges of data from store
    values. (PR#76)
  + Improvements
  * Improved `get_data()` calls for `DynamicURLStore`
    instances. (PR#90)
  * `DynamicURLStore` now accepts `401` return codes to
    indicate unauthorised keys. (PR#88)
  * `DynamicURLStore` now implements `delete()` via sending an
    HTTP DELETE to the appropriate URL. (PR#87)
  * `DynamicURLStore` uses streaming to send data. (PR#82)
  * Refuse server-side compression for the `DynamicURLStore`.
    (PR#82)
  + Fixes
  * Fix attribute collision with futures 2.2.0. (PR#94)
  * Fix race condition in file store. (PR#83)
  * Various other minor fixes.
* Mon Oct 13 2014 toddrme2178@gmail.com
- Update to 0.5.1
  * no changelog
- Update source to pypi url.
* 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 0.3
  * no changelog
* Tue May 22 2012 toddrme2178@gmail.com
- Initial spec file