17 Commits

Author SHA256 Message Date
0b222a553c Accepting request 958259 from home:pgajdos:python
- 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
2022-03-01 15:02:00 +00:00
5e706607c5 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eliot?expand=0&rev=25
2022-01-23 20:31:17 +00:00
b7f320d0f6 Accepting request 946840 from home:bnavigator:branches:devel:languages:python
- Remove obsolete python36 requirement

OBS-URL: https://build.opensuse.org/request/show/946840
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eliot?expand=0&rev=24
2022-01-17 06:44:51 +00:00
61bd216586 Accepting request 915433 from home:glaubitz:branches:devel:languages:python
- Update to 1.13.0
  * Custom JSON encoder support in tests
- Update BuildRequires from setup.py

OBS-URL: https://build.opensuse.org/request/show/915433
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eliot?expand=0&rev=23
2021-10-16 09:38:40 +00:00
197a4a216c Accepting request 865084 from home:bnavigator:branches:devel:languages:python
- Add runtime requirement for contextvars and the correct BR for
  Leap

OBS-URL: https://build.opensuse.org/request/show/865084
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eliot?expand=0&rev=21
2021-01-21 08:35:14 +00:00
ecd20308a2 - BuildRequire python36-aiocontextvars if buildin on 3.6
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eliot?expand=0&rev=20
2021-01-20 05:00:35 +00:00
Tomáš Chvátal
b8db103256 - Skip one more failing test as it is flaky on OBS
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eliot?expand=0&rev=18
2020-03-15 10:11:31 +00:00
Tomáš Chvátal
bcb5db76fb Accepting request 781012 from home:mcalabkova:branches:devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/781012
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eliot?expand=0&rev=16
2020-03-03 08:45:56 +00:00
6151a445de Accepting request 764089 from home:pgajdos
- 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.

OBS-URL: https://build.opensuse.org/request/show/764089
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eliot?expand=0&rev=14
2020-01-13 19:01:43 +00:00
Tomáš Chvátal
7f4de23b31 Accepting request 722006 from home:mcalabkova:branches:devel:languages:python
- update to 1.10.0
  * Eliot works with Dask 2.0.

OBS-URL: https://build.opensuse.org/request/show/722006
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eliot?expand=0&rev=12
2019-08-10 08:00:21 +00:00
Tomáš Chvátal
e9d1dec54b Accepting request 708271 from home:mcalabkova:branches:devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/708271
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eliot?expand=0&rev=10
2019-06-07 10:45:16 +00:00
Tomáš Chvátal
f4b0436dcc OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eliot?expand=0&rev=7 2019-04-01 09:11:48 +00:00
Tomáš Chvátal
28a9a261f0 Accepting request 690169 from home:ecsos:messenger:matrix
- set minimum needed BuildRequires:
  - python-hypothesis >= 3.47.0
  - python-boltons >= 19.0.1

Without this versions package can not build for Leap.

OBS-URL: https://build.opensuse.org/request/show/690169
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eliot?expand=0&rev=6
2019-04-01 09:10:41 +00:00
Tomáš Chvátal
e83f754d25 - Update to 1.7.0:
* Support for PyInstaller
- Fix update alternatives

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eliot?expand=0&rev=5
2019-03-22 14:21:37 +00:00
Tomáš Chvátal
30a3e688a1 Accepting request 678011 from home:jengelh:branches:devel:languages:python
- Drop duplicated summary. Generalize description.
- Avoid name repetition in summary (rpmlint).

OBS-URL: https://build.opensuse.org/request/show/678011
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eliot?expand=0&rev=3
2019-02-21 13:53:15 +00:00
Tomáš Chvátal
53a105a997 - Format with spec-cleaner
- Remove BuildRoot
- Add BuildArch: noarch
- Explain why we skip a test

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eliot?expand=0&rev=2
2019-02-19 15:10:21 +00:00
Tomáš Chvátal
3f69cb2e5d Accepting request 676047 from home:ecsos:messenger:matrix
- initial version 1.6.0

OBS-URL: https://build.opensuse.org/request/show/676047
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eliot?expand=0&rev=1
2019-02-19 15:02:29 +00:00