This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a change to branch avro-4232-use-uv-ruff
in repository https://gitbox.apache.org/repos/asf/avro.git
from d73daa57b4 Set cwd to lang/py for `uv sync`. Do not use uv for C#
scripts
add cb2b731d34 Update the usage. Wrap variables in quotes
add 70232601e1 Move more entries from setup.cfg to pyproject.toml
add 7ff957bf83 Remove typechecks dependency. It seems to be tox specific
add f246a6552a Do not shadow Python built-in `type`
add cdedb568cc Use `--frozen` for `uv sync` in CI
add 78f3a5ce7d Update setup-uv Github action to v7
add e4628248b9 Fix the package name for AvroException
add e0484b3572 First declare the local variable and then assign it a value
add 3c7c8c7460 Use Python 3.10 for mypy
add aeb32b9e99 Move "scripts" from setup.cfg to pyproject.toml
add c15c680ee4 Re-add the optional dependencies from setup.cfg to
pyproject.toml
add 4724e89084 Re-add the package-data from setup.cfg to pyproject.toml
No new revisions were added by this update.
Summary of changes:
.github/workflows/test-lang-java.yml | 4 ++--
.github/workflows/test-lang-py.yml | 8 ++++----
lang/py/avro/ipc.py | 2 +-
lang/py/avro/test/test_script.py | 2 +-
lang/py/build.sh | 20 ++++++++++----------
lang/py/pyproject.toml | 35 +++++++++++++++++++++++++++++++++--
lang/py/uv.lock | 21 +++++++++++++--------
7 files changed, 64 insertions(+), 28 deletions(-)