forked from pool/python-aiocsv
- Switch to github tarball for test files. - Skip a test broken by cPython changes. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiocsv?expand=0&rev=5
29 lines
1.1 KiB
Plaintext
29 lines
1.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Aug 11 05:06:04 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Add BuildRequires on pytest-asyncio due to pytest 8.4.1.
|
|
- Switch to github tarball for test files.
|
|
- Skip a test broken by cPython changes.
|
|
|
|
-------------------------------------------------------------------
|
|
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
|