Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.7.11_4 08 Mar 2025 04:05:21
    |
Charlie Li (vishwin)  |
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
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. |
1.7.11_3 17 Oct 2024 09:01:09
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-dbt-core: Allow build with py-isodate 0.7.0+
- Bump PORTREVISION for package change
isodate.parse_datetime is unchanged in isodate 0.7.0 update. |
1.7.11_1 08 Sep 2024 18:40:25
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-dbt-core: Fix RUN_DEPENDS usage
Approved by: portmgr (blanket)
With hat: python |
1.7.11_1 04 Aug 2024 17:14:31
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-dbt-core: Add NO_ARCH
Approved by: portmgr (blanket) |
1.7.11_1 07 Jul 2024 08:05:33
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyaml
- Bump PORTREVISION of dependent ports for dependency change |
1.7.11 06 May 2024 19:11:24
    |
Robert Clausecker (fuz)  Author: Pat Maddox |
databases/py-dbt-core: Update to 1.7.11
Changelog: https://github.com/dbt-labs/dbt-core/blob/v1.7.11/CHANGELOG.md
PR: 276453 |
1.7.3_2 20 Apr 2024 14:26:01
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-dbt-core: Allow build with py-sqlparse 0.5.0+
- Bump PORTREVISION for package change |
1.7.3_1 12 Dec 2023 08:12:57
    |
Matthew Seaman (matthew)  |
databases/py-dbt-core: chase devel/py-pathspec update
Widen the version restriction required by the py-dbt-core port --
changes to py-pathspec are non-breaking. Maintainer confirms that
only the port Makefile needs updating, so omitting adding several
patch files as in the original PR here:
https://bugs.freebsd.org/bugzilla/attachment.cgi?id=246997
PR: 246997
Approved by: Pat Maddox (maintainer) |
1.7.3 07 Dec 2023 13:52:35
    |
Muhammad Moinur Rahman (bofh)  Author: Pat Maddox |
databases/py-dbt-core: Update version 1.6.0=>1.7.3
Changelog: https://github.com/dbt-labs/dbt-core/blob/v1.7.3/CHANGELOG.md
PR: 275583
Approved by: submitter is maintainer |
1.6.0 22 Oct 2023 08:33:06
    |
Kurt Jaeger (pi)  Author: Pat Maddox |
databases/py-dbt-core: new port
dbt enables data analysts and engineers to transform their data using the same
practices that software engineers use to build applications.
Analysts using dbt can transform their data by simply writing select statements,
while dbt handles turning these statements into tables and views in a data
warehouse.
These select statements, or "models", form a dbt project. Models frequently
build on top of one another - dbt makes it easy to manage relationships between
models, and visualize these relationships, as well as assure the quality of your
transformations through testing.
PR: 274582
Author: Pat Maddox <pat@patmaddox.com> |