2022-03-01 15:02:00 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Tue Mar 1 11:54:39 UTC 2022 - pgajdos@suse.com
|
|
|
|
|
|
|
|
|
|
|
|
- disable too slow test_parse_into_tasks
|
|
|
|
|
|
|
2022-01-23 20:31:17 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Sun Jan 23 20:30:46 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
|
|
- update to 1.14.0:
|
|
|
|
|
|
* ``Action.continue_task`` now takes ``action_task`` and extra fields to use
|
|
|
|
|
|
for the action, so the default ``eliot:remote_task`` can be changed.
|
|
|
|
|
|
* Added support for Python 3.10.
|
|
|
|
|
|
* Fix infinite recursion when a logging destination raises exceptions
|
|
|
|
|
|
forever.
|
|
|
|
|
|
|
2022-01-17 06:44:51 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Sun Jan 16 20:10:13 UTC 2022 - Benjamin Greiner <code@bnavigator.de>
|
|
|
|
|
|
|
|
|
|
|
|
- Remove obsolete python36 requirement
|
|
|
|
|
|
|
2021-10-16 09:38:40 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Wed Sep 1 08:32:49 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
|
|
|
|
|
|
|
|
- Update to 1.13.0
|
|
|
|
|
|
* Custom JSON encoder support in tests
|
|
|
|
|
|
- Update BuildRequires from setup.py
|
|
|
|
|
|
|
2021-01-21 08:35:14 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Wed Jan 20 17:45:17 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
|
|
|
|
|
|
|
|
|
|
|
|
- Add runtime requirement for contextvars and the correct BR for
|
|
|
|
|
|
Leap
|
|
|
|
|
|
|
2021-01-20 05:00:35 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Wed Jan 20 04:59:59 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
|
|
|
|
|
|
|
|
- BuildRequire python36-aiocontextvars if buildin on 3.6
|
|
|
|
|
|
|
2020-03-15 10:11:31 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Sun Mar 15 10:11:14 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
|
|
- Skip one more failing test as it is flaky on OBS
|
|
|
|
|
|
|
2020-03-03 08:45:56 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Mon Mar 2 15:47:15 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
|
|
|
|
|
|
|
|
- Update to 1.12.0
|
|
|
|
|
|
* Dask support now includes support for tracing logging of dask.persist(),
|
|
|
|
|
|
via wrapper API eliot.dask.persist_with_trace().
|
|
|
|
|
|
* Dask edge cases that previously weren't handled correctly should work better.
|
|
|
|
|
|
|
2020-01-13 19:01:43 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Sun Jan 12 10:16:42 UTC 2020 - ecsos@opensuse.org
|
|
|
|
|
|
|
|
|
|
|
|
- Update to 1.11.0
|
|
|
|
|
|
* Features:
|
|
|
|
|
|
- Message.log() has been replaced by top-level function
|
|
|
|
|
|
log_message(). Or if you’re in the context of action ctx,
|
|
|
|
|
|
you can call ctx.log(). See Messages for details.
|
|
|
|
|
|
- Python 3.8 is now supported.
|
|
|
|
|
|
- The eliot-prettyprint command line tool now supports a more
|
|
|
|
|
|
compact format by using the --compact argument.
|
|
|
|
|
|
- The eliot-prettyprint command line tool now supports
|
|
|
|
|
|
outputting in local timezones using the --local-timezone
|
|
|
|
|
|
argument.
|
|
|
|
|
|
- Fix %check section.
|
|
|
|
|
|
- Run spec-clenaer.
|
|
|
|
|
|
- Clean up changes.
|
|
|
|
|
|
|
2019-08-10 08:00:21 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Fri Aug 9 13:19:42 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
|
|
|
|
|
|
|
|
- update to 1.10.0
|
|
|
|
|
|
* Eliot works with Dask 2.0.
|
|
|
|
|
|
|
2019-06-07 10:45:16 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Fri Jun 7 10:27:11 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
|
|
|
|
|
|
|
|
- update to 1.9.0
|
|
|
|
|
|
* Python 2.7 is now in legacy support mode; the last major Eliot
|
|
|
|
|
|
release supporting it is 1.7.0.
|
|
|
|
|
|
* Python 3.4 is no longer supported.
|
|
|
|
|
|
* eliot.use_asyncio_context() is no longer necessary.
|
|
|
|
|
|
* Eliot now supports Trio coroutines, as well as other frameworks
|
|
|
|
|
|
that utilize Python 3.7's contextvars.
|
|
|
|
|
|
* If you call to_file()/FileDestination() with a non-writable
|
|
|
|
|
|
file, an exception will be raised. This prevents logging from
|
|
|
|
|
|
being silently swallowed when the program runs.
|
|
|
|
|
|
* If you log a NumPy array whose size > 10000, only a subset will
|
|
|
|
|
|
be logged.
|
|
|
|
|
|
|
2019-04-01 09:10:41 +00:00
|
|
|
|
-------------------------------------------------------------------
|
2019-04-01 09:18:15 +00:00
|
|
|
|
Mon Apr 1 09:17:09 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
|
|
- Redownload archive as the upstream updated it on pypi
|
|
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2019-04-01 09:10:41 +00:00
|
|
|
|
Sun Mar 31 09:49:02 UTC 2019 - ecsos@opensuse.org
|
|
|
|
|
|
|
|
|
|
|
|
- set minimum needed BuildRequires:
|
|
|
|
|
|
- python-hypothesis >= 3.47.0
|
|
|
|
|
|
- python-boltons >= 19.0.1
|
|
|
|
|
|
|
2019-03-22 14:21:37 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Fri Mar 22 14:19:00 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
|
|
- Update to 1.7.0:
|
|
|
|
|
|
* Support for PyInstaller
|
|
|
|
|
|
- Fix update alternatives
|
|
|
|
|
|
|
2019-02-21 13:53:15 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Thu Feb 21 13:38:34 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
|
|
|
|
- Drop duplicated summary. Generalize description.
|
|
|
|
|
|
- Avoid name repetition in summary (rpmlint).
|
|
|
|
|
|
|
2019-02-19 15:10:21 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Tue Feb 19 15:09:53 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
|
|
- Format with spec-cleaner
|
|
|
|
|
|
- Remove BuildRoot
|
|
|
|
|
|
- Add BuildArch: noarch
|
|
|
|
|
|
- Explain why we skip a test
|
|
|
|
|
|
|
2019-02-19 15:02:29 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Thu Feb 7 10:37:52 UTC 2019 - ecsos@opensuse.org
|
|
|
|
|
|
|
|
|
|
|
|
- initial version 1.6.0
|