mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
databases/py-databricks-sql-connector: Update to 4.2.6
Changes: https://github.com/databricks/databricks-sql-python/releases
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
PORTNAME= databricks-sql-connector
|
||||
PORTVERSION= 4.2.5
|
||||
PORTVERSION= 4.2.6
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lz4>=4.4.5<5:archivers/py-lz4@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.8.0<3:devel/py-python-dateutil@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}requests>=2.18.1<3:www/py-requests@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}requests-kerberos>=0<0.16:security/py-requests-kerberos@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}thrift>=0.16.0,1:devel/py-thrift@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}thrift>=0.22.0,1<0.23,1:devel/py-thrift@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}urllib3>=1.26,1:net/py-urllib3@${PY_FLAVOR}
|
||||
|
||||
USES= python shebangfix
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1771421520
|
||||
SHA256 (databricks_sql_connector-4.2.5.tar.gz) = 762df7568ef1998540f96b20cad6f1aaae87d1aad54e40e528f87e4524397291
|
||||
SIZE (databricks_sql_connector-4.2.5.tar.gz) = 187223
|
||||
TIMESTAMP = 1777252574
|
||||
SHA256 (databricks_sql_connector-4.2.6.tar.gz) = 65e59f08e55dcc563c05e02e2321d5171dd9482e5792328d99ac097377795d01
|
||||
SIZE (databricks_sql_connector-4.2.6.tar.gz) = 189069
|
||||
|
||||
@@ -1,14 +1,5 @@
|
||||
--- pyproject.toml.orig 1970-01-01 00:00:00 UTC
|
||||
+++ pyproject.toml
|
||||
@@ -10,7 +10,7 @@ python = "^3.8.0"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.8.0"
|
||||
-thrift = ">=0.16.0,<0.21.0"
|
||||
+thrift = ">=0.16.0"
|
||||
pandas = [
|
||||
{ version = ">=1.2.5,<2.4.0", python = ">=3.8,<3.13" },
|
||||
{ version = ">=2.2.3,<2.4.0", python = ">=3.13" }
|
||||
@@ -31,7 +31,7 @@ pybreaker = "^1.0.0"
|
||||
]
|
||||
pyjwt = "^2.0.0"
|
||||
@@ -18,10 +9,3 @@
|
||||
|
||||
|
||||
[tool.poetry.extras]
|
||||
@@ -92,4 +92,4 @@ skip_covered = false
|
||||
skip_covered = false
|
||||
|
||||
[tool.coverage.xml]
|
||||
-output = "coverage.xml"
|
||||
\ No newline at end of file
|
||||
+output = "coverage.xml"
|
||||
|
||||
Reference in New Issue
Block a user