From 6b265c975c938bc49ed55a2b94948b148ac436d6 Mon Sep 17 00:00:00 2001 From: "ZhengYu, Xu" Date: Wed, 11 Sep 2024 09:47:23 +0800 Subject: [PATCH] release 17.3 --- pixi.lock | 42 +++++++++++++++++++++--------------------- pyproject.toml | 2 +- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/pixi.lock b/pixi.lock index 44c7741..4e0003c 100644 --- a/pixi.lock +++ b/pixi.lock @@ -278,12 +278,12 @@ packages: sha256: 051ed49c3dcae8913ea7cd08e46a606dba30b79993209636c4875bc1d637bc24 requires_dist: - six>=1.12.0 - - typing ; python_version < '3.5' - - astroid<2,>=1 ; python_version < '3' and extra == 'astroid' - - astroid<4,>=2 ; python_version >= '3' and extra == 'astroid' + - typing ; python_full_version < '3.5' + - astroid<2,>=1 ; python_full_version < '3' and extra == 'astroid' + - astroid<4,>=2 ; python_full_version >= '3' and extra == 'astroid' - pytest ; extra == 'test' - - astroid<2,>=1 ; python_version < '3' and extra == 'test' - - astroid<4,>=2 ; python_version >= '3' and extra == 'test' + - astroid<2,>=1 ; python_full_version < '3' and extra == 'test' + - astroid<4,>=2 ; python_full_version >= '3' and extra == 'test' - kind: conda name: bzip2 version: 1.0.8 @@ -434,7 +434,7 @@ packages: - coverage ; extra == 'tests' - coverage-enable-subprocess ; extra == 'tests' - littleutils ; extra == 'tests' - - rich ; python_version >= '3.11' and extra == 'tests' + - rich ; python_full_version >= '3.11' and extra == 'tests' requires_python: '>=3.5' - kind: pypi name: filelock @@ -454,7 +454,7 @@ packages: - pytest-timeout>=2.2 ; extra == 'testing' - pytest>=7.4.3 ; extra == 'testing' - virtualenv>=20.26.2 ; extra == 'testing' - - typing-extensions>=4.8 ; python_version < '3.11' and extra == 'typing' + - typing-extensions>=4.8 ; python_full_version < '3.11' and extra == 'typing' requires_python: '>=3.8' - kind: pypi name: hatchling @@ -465,7 +465,7 @@ packages: - packaging>=23.2 - pathspec>=0.10.1 - pluggy>=1.0.0 - - tomli>=1.2.2 ; python_version < '3.11' + - tomli>=1.2.2 ; python_full_version < '3.11' - trove-classifiers requires_python: '>=3.8' - kind: pypi @@ -489,9 +489,9 @@ packages: - pygments>=2.4.0 - stack-data - traitlets>=5.13.0 - - exceptiongroup ; python_version < '3.11' - - typing-extensions>=4.6 ; python_version < '3.12' - - pexpect>4.3 ; sys_platform != 'win32' and sys_platform != 'emscripten' + - exceptiongroup ; python_full_version < '3.11' + - typing-extensions>=4.6 ; python_full_version < '3.12' + - pexpect>4.3 ; sys_platform != 'emscripten' and sys_platform != 'win32' - colorama ; sys_platform == 'win32' - ipython[black,doc,kernel,matplotlib,nbconvert,nbformat,notebook,parallel,qtconsole] ; extra == 'all' - ipython[test,test-extra] ; extra == 'all' @@ -507,7 +507,7 @@ packages: - sphinx>=1.3 ; extra == 'doc' - sphinxcontrib-jquery ; extra == 'doc' - typing-extensions ; extra == 'doc' - - tomli ; python_version < '3.11' and extra == 'doc' + - tomli ; python_full_version < '3.11' and extra == 'doc' - ipykernel ; extra == 'kernel' - matplotlib ; extra == 'matplotlib' - nbconvert ; extra == 'nbconvert' @@ -938,7 +938,7 @@ packages: requires_dist: - typing-extensions>=4.6.0 - mypy-extensions>=1.0.0 - - tomli>=1.1.0 ; python_version < '3.11' + - tomli>=1.1.0 ; python_full_version < '3.11' - psutil>=4.0 ; extra == 'dmypy' - pip ; extra == 'install-types' - setuptools>=50 ; extra == 'mypyc' @@ -952,7 +952,7 @@ packages: requires_dist: - typing-extensions>=4.6.0 - mypy-extensions>=1.0.0 - - tomli>=1.1.0 ; python_version < '3.11' + - tomli>=1.1.0 ; python_full_version < '3.11' - psutil>=4.0 ; extra == 'dmypy' - pip ; extra == 'install-types' - setuptools>=50 ; extra == 'mypyc' @@ -966,7 +966,7 @@ packages: requires_dist: - typing-extensions>=4.6.0 - mypy-extensions>=1.0.0 - - tomli>=1.1.0 ; python_version < '3.11' + - tomli>=1.1.0 ; python_full_version < '3.11' - psutil>=4.0 ; extra == 'dmypy' - pip ; extra == 'install-types' - setuptools>=50 ; extra == 'mypyc' @@ -980,7 +980,7 @@ packages: requires_dist: - typing-extensions>=4.6.0 - mypy-extensions>=1.0.0 - - tomli>=1.1.0 ; python_version < '3.11' + - tomli>=1.1.0 ; python_full_version < '3.11' - psutil>=4.0 ; extra == 'dmypy' - pip ; extra == 'install-types' - setuptools>=50 ; extra == 'mypyc' @@ -1293,9 +1293,9 @@ packages: requires_python: '>=3.8' - kind: pypi name: pyarrow-stubs - version: '17.2' + version: '17.3' path: . - sha256: 503cfd405c481b34184803ae46292fe5d0bf899941890f3fd074a44f96fcec40 + sha256: 0e4733249cd6fd32b3b463efcb84c9bc647f78b612c275150dbe6480ced52fa8 requires_dist: - pyarrow>=17 requires_python: '>=3.8,<4' @@ -1892,7 +1892,7 @@ packages: requires_dist: - distlib<1,>=0.3.7 - filelock<4,>=3.12.2 - - importlib-metadata>=6.6 ; python_version < '3.8' + - importlib-metadata>=6.6 ; python_full_version < '3.8' - platformdirs<5,>=3.9.1 - furo>=2023.7.26 ; extra == 'docs' - proselint>=0.13 ; extra == 'docs' @@ -1906,7 +1906,7 @@ packages: - flaky>=3.7 ; extra == 'test' - packaging>=23.1 ; extra == 'test' - pytest-env>=0.8.2 ; extra == 'test' - - pytest-freezer>=0.4.8 ; (platform_python_implementation == 'PyPy' or (platform_python_implementation == 'CPython' and sys_platform == 'win32' and python_version >= '3.13')) and extra == 'test' + - pytest-freezer>=0.4.8 ; (python_full_version >= '3.13' and platform_python_implementation == 'CPython' and sys_platform == 'win32' and extra == 'test') or (platform_python_implementation == 'PyPy' and extra == 'test') - pytest-mock>=3.11.1 ; extra == 'test' - pytest-randomly>=3.12 ; extra == 'test' - pytest-timeout>=2.1 ; extra == 'test' @@ -1936,7 +1936,7 @@ packages: url: https://files.pythonhosted.org/packages/fd/84/fd2ba7aafacbad3c4201d395674fc6348826569da3c0937e75505ead3528/wcwidth-0.2.13-py2.py3-none-any.whl sha256: 3da69048e4540d84af32131829ff948f1e022c1c6bdb8d6102117aac784f6859 requires_dist: - - backports-functools-lru-cache>=1.2.1 ; python_version < '3.2' + - backports-functools-lru-cache>=1.2.1 ; python_full_version < '3.2' - kind: conda name: xz version: 5.2.6 diff --git a/pyproject.toml b/pyproject.toml index 04399da..1808106 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ [project] name = "pyarrow-stubs" -version = "17.2" +version = "17.3" description = "Type annotations for pyarrow" authors = [{ name = "ZhengYu, Xu", email = "zen-xu@outlook.com" }] license = "BSD-2-Clause"