| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
Changelog: https://github.com/snowflakedb/snowflake-connector-python/releases/tag/v3.12.3
PR: 283120
|
|
|
|
|
|
|
| |
- While I'm here, remove unnecessary PY_DEPENDS from BUILD_DEPENDS
Approved by: portmgr (blanket)
With hat: python
|
|
|
|
|
| |
Approved by: portmgr (blanket)
With hat: python
|
|
|
|
|
|
| |
Changelog: https://github.com/snowflakedb/snowflake-connector-python/releases/tag/v3.8.0
PR: 276455
|
|
|
|
|
|
| |
- Bump PORTREVISION for package change
Obtained from: https://github.com/snowflakedb/snowflake-connector-python/commit/1718a94804e1c737c2f7d7e52d6aafcd8ae3c506
|
|
|
|
|
|
|
|
| |
Changelog:
https://github.com/snowflakedb/snowflake-connector-python/releases/tag/v3.5.0
PR: 275587
Approved by: submitter is maintainer
|
|
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>
|