forked from pool/python-encore
- Fix tests with python312 OBS-URL: https://build.opensuse.org/request/show/1148796 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-encore?expand=0&rev=11
90 lines
3.1 KiB
Plaintext
90 lines
3.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Feb 21 15:57:20 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
|
|
|
- Fix tests with python312
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 28 14:32:20 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 0.8.0:
|
|
* This release brings build and distribution machinery up to date, adds
|
|
support for more recent Python 3 versions, and drops support for Python 2.
|
|
We no longer support Python versions older than 3.6.
|
|
* Removed Python 2 compatibility code.
|
|
* Migrated CI from Travis CI and Appveyor to GitHub Actions.
|
|
* Updated copyright headers.
|
|
* Modernised build machinery.
|
|
* Updated documentation to use the Enthought Sphinx Theme.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 2 10:31:23 UTC 2022 - pgajdos@suse.com
|
|
|
|
- do not require python-mock for build
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 18 09:51:20 UTC 2021 - pgajdos@suse.com
|
|
|
|
- use %pytest macro
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 20 12:44:42 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Fix build without python2
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 16 16:17:23 UTC 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 11:11:33 UTC 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 15:45:01 UTC 2014 - toddrme2178@gmail.com
|
|
|
|
- Update to 0.5.1
|
|
* no changelog
|
|
- Update source to pypi url.
|
|
|
|
-------------------------------------------------------------------
|
|
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 0.3
|
|
* no changelog
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 22 10:23:36 UTC 2012 - toddrme2178@gmail.com
|
|
|
|
- Initial spec file
|
|
|