diff --git a/aiocsv-1.3.1.tar.gz b/aiocsv-1.3.1.tar.gz deleted file mode 100644 index a072917..0000000 --- a/aiocsv-1.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0fd2efbb5a327e1e6de5e9d97040e13e86e30420eecffbebb50b399bde4e144e -size 20646 diff --git a/aiocsv-1.3.2.tar.gz b/aiocsv-1.3.2.tar.gz new file mode 100644 index 0000000..b7b8c44 --- /dev/null +++ b/aiocsv-1.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:806d93465c7808d58d3ff0d2bba270fb4d04b934be6a1e95d0834c50a510910e +size 24837 diff --git a/python-aiocsv.changes b/python-aiocsv.changes index 75d91f6..8074922 100644 --- a/python-aiocsv.changes +++ b/python-aiocsv.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri Oct 11 10:35:13 UTC 2024 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-aiocsv.spec b/python-aiocsv.spec index 34d514f..7eabdb1 100644 --- a/python-aiocsv.spec +++ b/python-aiocsv.spec @@ -15,9 +15,9 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # - +%{?sle15_python_module_pythons} Name: python-aiocsv -Version: 1.3.1 +Version: 1.3.2 Release: 0 Summary: Asynchronous CSV reading/writing in Python License: MIT @@ -28,9 +28,11 @@ BuildRequires: %{python_module devel >= 3.8} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools >= 61.0} +BuildRequires: %{python_module typing_extensions} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-typing_extensions %python_subpackages %description