Package: python-avro / 1.11.1+dfsg-2

Metadata

Package Version Patches format
python-avro 1.11.1+dfsg-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
skip_online_tests.patch | (download)

lang/py/avro/test/test_ipc.py | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 skip test accessing network
432f073c3cfb8ac7edb2793b797ab855c5a978dd.patch | (download)

.github/workflows/test-lang-py.yml | 2 2 + 0 - 0 !
lang/py/avro/compatibility.py | 3 3 + 0 - 0 !
lang/py/setup.cfg | 3 2 + 1 - 0 !
3 files changed, 7 insertions(+), 1 deletion(-)

 [patch] avro-3672: add ci testing for python 3.11 (#1961)

* AVRO-3672: Add CI testing for Python 3.11

Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>

* AVRO-3672: Fix setuptools warning

/home/runner/work/avro/avro/lang/py/.tox/build/lib/python3.10/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead.

Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>

* AVRO-3672: Override __str__ to return the Enum's value

It seems Python 3.11 changed its toString() for classes inheriting (str,
Enum).

Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>

* AVRO-3672: Fix formatting

Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>

Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>