forked from pool/python-aiocsv
- Update to 1.3.2 * Don't leak records after raising StopIteration * Remove unnecessary type: ignore * Add black, isort and pyright to CI * black & isort all files * black & isort tests * Detailed type hints for reader/writer init methods * Documentation update * Tests: fix type issues with dialect kwargs * Tests: silence issues with parser instantiation - Update BuildRequires and Requires from pyproject.toml - Use Python 3.11 on SLE-15 by default OBS-URL: https://build.opensuse.org/request/show/1207133 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiocsv?expand=0&rev=3
22 lines
832 B
Plaintext
22 lines
832 B
Plaintext
-------------------------------------------------------------------
|
|
Fri Oct 11 10:35:13 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
- Update to 1.3.2
|
|
* Don't leak records after raising StopIteration
|
|
* Remove unnecessary type: ignore
|
|
* Add black, isort and pyright to CI
|
|
* black & isort all files
|
|
* black & isort tests
|
|
* Detailed type hints for reader/writer init methods
|
|
* Documentation update
|
|
* Tests: fix type issues with dialect kwargs
|
|
* Tests: silence issues with parser instantiation
|
|
- Update BuildRequires and Requires from pyproject.toml
|
|
- Use Python 3.11 on SLE-15 by default
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Mar 3 12:39:43 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Initial specfile for v1.3.1 required for async mode in
|
|
influxdb-client
|