Port details |
- py-schemachange Database Change Management tool for Snowflake
- 3.7.0 databases =2 3.6.1_1Version of this port present on the latest quarterly branch.
- Maintainer: pat@patmaddox.com
- Port Added: 2023-10-22 11:30:08
- Last Update: 2024-12-10 09:02:55
- Commit Hash: 204b107
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: APACHE20
- WWW:
- https://github.com/Snowflake-Labs/schemachange
- Description:
- schemachange is a simple python based tool to manage all of your Snowflake
objects. It follows an Imperative-style approach to Database Change Management
(DCM) and was inspired by the Flyway database migration tool. When combined with
a version control system and a CI/CD tool, database changes can be approved and
deployed through a pipeline using modern software delivery practices. As such
schemachange plays a critical role in enabling Database (or Data) DevOps.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}schemachange>0:databases/py-schemachange@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/databases/py-schemachange/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/py-schemachange
- pkg install py311-schemachange
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-schemachange listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-schemachange
- Package flavors (<flavor>: <package>)
- py311: py311-schemachange
- distinfo:
- TIMESTAMP = 1733304643
SHA256 (schemachange-3.7.0.tar.gz) = c70e4382b0a0cf40f5791d7a8413a986d88c23dc409ecad906bb8c44ebb8b657
SIZE (schemachange-3.7.0.tar.gz) = 53124
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-Jinja2>=3.0<4 : devel/py-Jinja2@py311
- py311-pyyaml>=6.0<7 : devel/py-pyyaml@py311
- py311-snowflake-connector-python>=2.8<4 : databases/py-snowflake-connector-python@py311
- py311-setuptools>=40.9.0 : devel/py-setuptools@py311
- py311-wheel>0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-Jinja2>=3.0<4 : devel/py-Jinja2@py311
- py311-pyyaml>=6.0<7 : devel/py-pyyaml@py311
- py311-snowflake-connector-python>=2.8<4 : databases/py-snowflake-connector-python@py311
- py311-pytest>0 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-Jinja2>=3.0<4 : devel/py-Jinja2@py311
- py311-pyyaml>=6.0<7 : devel/py-pyyaml@py311
- py311-snowflake-connector-python>=2.8<4 : databases/py-snowflake-connector-python@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- databases_py-schemachange
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 6
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.7.0 10 Dec 2024 09:02:55 |
Robert Clausecker (fuz) Author: Pat Maddox |
databases/py-schemachange: Update to 3.7.0
Changelog: https://github.com/Snowflake-Labs/schemachange/releases/tag/v3.7.0
PR: 283121 |
3.6.1_1 15 Sep 2024 20:11:52 |
Po-Chuan Hsieh (sunpoet) |
databases/py-schemachange: Add NO_ARCH
Approved by: portmgr (blanket) |
3.6.1_1 08 Sep 2024 18:40:26 |
Po-Chuan Hsieh (sunpoet) |
databases/py-schemachange: Fix RUN_DEPENDS usage
Approved by: portmgr (blanket)
With hat: python |
3.6.1_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 |
3.6.1 06 May 2024 19:11:25 |
Robert Clausecker (fuz) Author: Pat Maddox |
databases/py-schemachange: Update to 3.6.1
Changelog: https://github.com/Snowflake-Labs/schemachange/releases/tag/v3.6.1
PR: 276457 |
3.6.0 22 Oct 2023 11:28:46 |
Kurt Jaeger (pi) Author: Pat Maddox |
databases/py-schemachange: new port
schemachange is a simple python based tool to manage all of your Snowflake
objects. It follows an Imperative-style approach to Database Change Management
(DCM) and was inspired by the Flyway database migration tool. When combined with
a version control system and a CI/CD tool, database changes can be approved and
deployed through a pipeline using modern software delivery practices. As such
schemachange plays a critical role in enabling Database (or Data) DevOps.
PR: 274585
Author: Pat Maddox <pat@patmaddox.com> |
Number of commits found: 6
|