- disable too slow test_parse_into_tasks OBS-URL: https://build.opensuse.org/request/show/958259 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eliot?expand=0&rev=26
129 lines
4.7 KiB
Plaintext
129 lines
4.7 KiB
Plaintext
-------------------------------------------------------------------
|
||
Tue Mar 1 11:54:39 UTC 2022 - pgajdos@suse.com
|
||
|
||
- disable too slow test_parse_into_tasks
|
||
|
||
-------------------------------------------------------------------
|
||
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.
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Jan 16 20:10:13 UTC 2022 - Benjamin Greiner <code@bnavigator.de>
|
||
|
||
- Remove obsolete python36 requirement
|
||
|
||
-------------------------------------------------------------------
|
||
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
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Jan 20 17:45:17 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
|
||
|
||
- Add runtime requirement for contextvars and the correct BR for
|
||
Leap
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Jan 20 04:59:59 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
||
|
||
- BuildRequire python36-aiocontextvars if buildin on 3.6
|
||
|
||
-------------------------------------------------------------------
|
||
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
|
||
|
||
-------------------------------------------------------------------
|
||
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.
|
||
|
||
-------------------------------------------------------------------
|
||
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.
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Aug 9 13:19:42 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
||
|
||
- update to 1.10.0
|
||
* Eliot works with Dask 2.0.
|
||
|
||
-------------------------------------------------------------------
|
||
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.
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Apr 1 09:17:09 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||
|
||
- Redownload archive as the upstream updated it on pypi
|
||
|
||
-------------------------------------------------------------------
|
||
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
|
||
|
||
-------------------------------------------------------------------
|
||
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
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Feb 21 13:38:34 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||
|
||
- Drop duplicated summary. Generalize description.
|
||
- Avoid name repetition in summary (rpmlint).
|
||
|
||
-------------------------------------------------------------------
|
||
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
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Feb 7 10:37:52 UTC 2019 - ecsos@opensuse.org
|
||
|
||
- initial version 1.6.0
|