Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python311-aiocsv-1.4.0-1.1 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: python311-aiocsv Distribution: openSUSE:Factory:zSystems
Version: 1.4.0 Vendor: openSUSE
Release: 1.1 Build date: Mon Sep 29 12:22:39 2025
Group: Unspecified Build host: reproducible
Size: 124452 Source RPM: python-aiocsv-1.4.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/MKuranowski/aiocsv
Summary: Asynchronous CSV reading/writing in Python
Asynchronous CSV reading and writing

AsyncReader & AsyncDictReader accept any object that has a read(size: int) coroutine,
which should return a string.

AsyncWriter & AsyncDictWriter accept any object that has a write(b: str) coroutine.

Reading is implemented using a custom CSV parser, which should behave exactly like
the CPython parser.

Writing is implemented using the synchronous csv.writer and csv.DictWriter objects -
the serializers write data to a StringIO, and that buffer is then rewritten to the
underlying asynchronous file.

Provides

Requires

License

MIT

Changelog

* Mon Sep 29 2025 Dirk Müller <dmueller@suse.com>
  - update to 1.4.0:
    * Allow numeric fields to start with escapechar
    * Fix Dialect typing (wtf cpython)
    * drop 3.8 support
    * backport PyModule_Add
    * Fix seg faults when Parser_new fails partway-through
    * Consider CPython bug #113732 when running on 3.12
    * fix type checking issues with new quote settings
* Mon Aug 11 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 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 03 2024 Ben Greiner <code@bnavigator.de>
  - Initial specfile for v1.3.1 required for async mode in
    influxdb-client

Files

/usr/lib64/python3.11/site-packages/aiocsv
/usr/lib64/python3.11/site-packages/aiocsv-1.4.0.dist-info
/usr/lib64/python3.11/site-packages/aiocsv-1.4.0.dist-info/INSTALLER
/usr/lib64/python3.11/site-packages/aiocsv-1.4.0.dist-info/METADATA
/usr/lib64/python3.11/site-packages/aiocsv-1.4.0.dist-info/RECORD
/usr/lib64/python3.11/site-packages/aiocsv-1.4.0.dist-info/REQUESTED
/usr/lib64/python3.11/site-packages/aiocsv-1.4.0.dist-info/WHEEL
/usr/lib64/python3.11/site-packages/aiocsv-1.4.0.dist-info/licenses
/usr/lib64/python3.11/site-packages/aiocsv-1.4.0.dist-info/licenses/LICENSE
/usr/lib64/python3.11/site-packages/aiocsv-1.4.0.dist-info/top_level.txt
/usr/lib64/python3.11/site-packages/aiocsv/__init__.py
/usr/lib64/python3.11/site-packages/aiocsv/__pycache__
/usr/lib64/python3.11/site-packages/aiocsv/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/aiocsv/__pycache__/__init__.cpython-311.pyc
/usr/lib64/python3.11/site-packages/aiocsv/__pycache__/parser.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/aiocsv/__pycache__/parser.cpython-311.pyc
/usr/lib64/python3.11/site-packages/aiocsv/__pycache__/protocols.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/aiocsv/__pycache__/protocols.cpython-311.pyc
/usr/lib64/python3.11/site-packages/aiocsv/__pycache__/readers.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/aiocsv/__pycache__/readers.cpython-311.pyc
/usr/lib64/python3.11/site-packages/aiocsv/__pycache__/writers.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/aiocsv/__pycache__/writers.cpython-311.pyc
/usr/lib64/python3.11/site-packages/aiocsv/_parser.cpython-311-s390x-linux-gnu.so
/usr/lib64/python3.11/site-packages/aiocsv/_parser.pyi
/usr/lib64/python3.11/site-packages/aiocsv/parser.py
/usr/lib64/python3.11/site-packages/aiocsv/protocols.py
/usr/lib64/python3.11/site-packages/aiocsv/py.typed
/usr/lib64/python3.11/site-packages/aiocsv/readers.py
/usr/lib64/python3.11/site-packages/aiocsv/writers.py
/usr/share/doc/packages/python311-aiocsv
/usr/share/doc/packages/python311-aiocsv/readme.md
/usr/share/licenses/python311-aiocsv
/usr/share/licenses/python311-aiocsv/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Oct 1 00:07:21 2025