summaryrefslogtreecommitdiff
path: root/databases/py-sqlalchemy20 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* databases/py-sqlalchemy20: Update to 2.0.41Po-Chuan Hsieh2025-05-252-4/+4
| | | | | Changes: https://github.com/sqlalchemy/sqlalchemy/releases https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html
* databases/py-sqlalchemy20: Update to 2.0.40Po-Chuan Hsieh2025-04-182-5/+5
| | | | | Changes: https://github.com/sqlalchemy/sqlalchemy/releases https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html
* databases/py-sqlalchemy20: Update to 2.0.39Po-Chuan Hsieh2025-03-192-4/+4
| | | | | Changes: https://github.com/sqlalchemy/sqlalchemy/releases https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html
* databases/py-sqlalchemy20: Update to 2.0.38Po-Chuan Hsieh2025-02-172-4/+4
| | | | | Changes: https://github.com/sqlalchemy/sqlalchemy/releases https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html
* databases/py-sqlalchemy20: Update to 2.0.37Po-Chuan Hsieh2025-02-032-4/+4
| | | | | Changes: https://github.com/sqlalchemy/sqlalchemy/releases https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html
* databases/py-sqlalchemy20: Update to 2.0.36Po-Chuan Hsieh2025-01-294-26/+5
| | | | | | | - Update WWW Changes: https://github.com/sqlalchemy/sqlalchemy/releases https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html
* databases/py-sqlalchemy20: Update to 2.0.32Po-Chuan Hsieh2024-08-154-5/+24
| | | | Changes: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html
* databases/py-sqlalchemy20: Update to 2.0.31Po-Chuan Hsieh2024-07-033-5/+6
| | | | Changes: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html
* databases/py-sqlalchemy20: Update to 2.0.30Po-Chuan Hsieh2024-05-202-4/+4
| | | | Changes: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html
* databases/py-sqlalchemy20: Update to 2.0.29Po-Chuan Hsieh2024-03-312-4/+4
| | | | Changes: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html
* databases/py-sqlalchemy20: Update to 2.0.28Po-Chuan Hsieh2024-03-232-4/+4
| | | | Changes: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html
* databases/py-sqlalchemy20: Update to 2.0.27Po-Chuan Hsieh2024-02-212-5/+7
| | | | | | - Add PORTSCOUT Changes: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html
* databases/py-sqlalchemy20: Update to 2.0.23Po-Chuan Hsieh2023-11-153-8/+4
| | | | Changes: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html
* databases/py-sqlalchemy20: Update to 2.0.22Po-Chuan Hsieh2023-10-162-4/+4
| | | | Changes: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html
* databases/py-sqlalchemy20: Update to 2.0.21Po-Chuan Hsieh2023-09-223-4/+5
| | | | Changes: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html
* databases/py-sqlalchemy20: Update to 2.0.20Po-Chuan Hsieh2023-08-223-4/+7
| | | | Changes: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html
* databases/py-sqlalchemy20: Update to 2.0.19Po-Chuan Hsieh2023-08-172-5/+5
| | | | Changes: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html
* devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}Charlie Li2023-07-171-1/+1
| | | | | | | | Currently a no-op, but in the future outputs the correct setuptools port depending on whether USES_PYTHON=distutils is specified. With hat: python PR: 270510, 270358
* databases/py-sqlalchemy20: Update to 2.0.18Po-Chuan Hsieh2023-07-103-5/+4
| | | | Changes: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html
* databases/py-sqlalchemy20: Update to 2.0.17Po-Chuan Hsieh2023-07-093-5/+6
| | | | Changes: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html
* databases/py-sqlalchemy20: Remove outdated PYTHON_REL check after ↵Po-Chuan Hsieh2023-06-301-7/+1
| | | | lang/python37 removal
* all: remove explicit versions in USES=python for "3.x+"Rene Ladan2023-06-271-1/+1
| | | | | | | | | | | | | | | | | | | The logic in USES=python will automatically convert this to 3.8+ by itself. Adjust two ports that only had Python 3.7 mentioned but build fine on Python 3.8 too. finance/quickfix: mark BROKEN with PYTHON libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++ -DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable -Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi -Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings -Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x -MT _quickfix_la-QuickfixPython.lo -MD -MP -MF .deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o .libs/_quickfix_la-QuickfixPython.o warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found ^~~~~~~~~~ 1 warning and 1 error generated. Reviewed by: portmgr, vishwin, yuri Differential Revision: <https://reviews.freebsd.org/D40568>
* databases/py-sqlalchemy20: Convert to USE_PYTHON=pep517Po-Chuan Hsieh2023-06-062-4/+13
| | | | - Bump PORTREVISION for package change
* databases/py-sqlalchemy20: Update to 2.0.15Po-Chuan Hsieh2023-05-282-4/+4
| | | | Changes: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html
* databases/py-sqlalchemy20: Update to 2.0.13Po-Chuan Hsieh2023-05-272-5/+4
| | | | Changes: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html
* databases/py-sqlalchemy20: Convert back to USE_PYTHON=distutils temporarilyPo-Chuan Hsieh2023-05-081-3/+5
| | | | - Bump PORTREVISION for package change
* databases/py-sqlalchemy20: Update to 2.0.12Po-Chuan Hsieh2023-05-033-6/+4
| | | | Changes: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html
* databases/py-sqlalchemy20: Update to 2.0.11Po-Chuan Hsieh2023-05-033-10/+7
| | | | | | | - Add missing USE_PYTHON=cython - Convert to USE_PYTHON=pep517 Changes: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html
* databases/py-sqlalchemy20: Update to 2.0.10Po-Chuan Hsieh2023-04-273-4/+5
| | | | Changes: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html
* databases/py-sqlalchemy20: Update to 2.0.9Po-Chuan Hsieh2023-04-103-4/+5
| | | | Changes: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html
* databases/py-sqlalchemy20: Update to 2.0.8Po-Chuan Hsieh2023-04-093-12/+4
| | | | Changes: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html
* databases/py-sqlalchemy20: Update to 2.0.7Po-Chuan Hsieh2023-04-063-4/+5
| | | | Changes: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html
* databases/py-sqlalchemy20: Add py-sqlalchemy20 2.0.4Po-Chuan Hsieh2023-03-224-0/+614
The Python SQL Toolkit and Object Relational Mapper SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. It provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language.