summaryrefslogtreecommitdiff
path: root/databases/py-snowflake-connector-python (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mk/Uses/python.mk: Introduce USE_PYTHON=cython3{,_run,_test}Po-Chuan Hsieh2025-04-091-2/+1
| | | | | | | | | | | - Update USE_PYTHON=cython{,_run,_test} - Convert all cython3 occurrence to USE_PYTHON=cython3* - While I'm here, fix incorrect usage of combining cython3 in BUILD_DEPENDS and USE_PYTHON=cython It is added to simplify the future transition from Cython 0.29 to 3. The minimal version is set to 3.0.12 because it is required by devel/py-propcache. The upper bound of version is set to 3.1 because it is limited by multiple ports.
* python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removalCharlie Li2025-03-071-0/+1
| | | | | | | | Any missed ports, feel free to bump. Any ports that need setuptools at runtime can have the devel/py-setuptools manually added back to RUN_DEPENDS, but understand that this practice is deprecated; see CHANGES for details.
* databases/py-snowflake-connector-python: Update to 3.12.3Pat Maddox2024-12-102-7/+12
| | | | | | Changelog: https://github.com/snowflakedb/snowflake-connector-python/releases/tag/v3.12.3 PR: 283120
* databases/py-snowflake-connector-python: Convert to USE_PYTHON=cryptographyPo-Chuan Hsieh2024-10-211-10/+5
| | | | | | | - While I'm here, remove unnecessary PY_DEPENDS from BUILD_DEPENDS Approved by: portmgr (blanket) With hat: python
* databases/py-snowflake-connector-python: Fix RUN_DEPENDS usagePo-Chuan Hsieh2024-09-091-7/+7
| | | | | Approved by: portmgr (blanket) With hat: python
* databases/py-snowflake-connector-python: Update to 3.8.0Pat Maddox2024-05-065-33/+18
| | | | | | Changelog: https://github.com/snowflakedb/snowflake-connector-python/releases/tag/v3.8.0 PR: 276455
* databases/py-snowflake-connector-python: Allow build with py-platformdirs 4.0.0+Po-Chuan Hsieh2024-03-312-1/+15
| | | | | | - Bump PORTREVISION for package change Obtained from: https://github.com/snowflakedb/snowflake-connector-python/commit/1718a94804e1c737c2f7d7e52d6aafcd8ae3c506
* databases/py-snowflake-connector-python: Update version 3.2.1=>3.5.0Pat Maddox2023-12-074-5/+44
| | | | | | | | Changelog: https://github.com/snowflakedb/snowflake-connector-python/releases/tag/v3.5.0 PR: 275587 Approved by: submitter is maintainer
* databases/py-snowflake-connector-python: new portPat Maddox2023-10-213-0/+56
The Snowflake Connector for Python conforms to the Python DB API 2.0 specification. The Snowflake Connector for Python provides an interface for developing Python applications that can connect to Snowflake and perform all standard operations. It provides a programming alternative to developing applications in Java or C/C++ using the Snowflake JDBC or ODBC drivers. The connector has no dependencies on JDBC or ODBC. It can be installed using pip on Linux, Mac OSX, and Windows platforms where Python 3.8.0 (or higher) is installed. PR: 274576 Author: Pat Maddox <pat@patmaddox.com>