Commit Graph

8 Commits

Author SHA1 Message Date
sthen
5c3234d045 update to py3-alembic-1.8.0 2022-06-01 12:13:49 +00:00
sthen
857e71221c py-alembic: drop RDEP on py-importlib_resources and py-importlib-metadata
these two modules are conditional deps, only used for python <= 3.8
2022-05-05 23:36:14 +00:00
sthen
effa874da6 update to py3-alembic-1.7.7 2022-03-15 12:08:45 +00:00
naddy
7a958849ed drop RCS Ids 2022-03-11 18:31:17 +00:00
bket
4129dbd919 python3 only ports - use proper construct for FLAVOR
Forcibly assign variable: FLAVOR=python3, not FLAVOR?=python3. No need to bump
REVISION.

OK sthen@
2022-02-20 15:05:11 +00:00
sthen
705cbd9fc2 update to py3-alembic-1.7.5 2021-11-20 14:53:58 +00:00
sthen
8ad2bb9a3a bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:00:12 +00:00
landry
a26be1f70c import databases/py-alembic 1.7.4.
Alembic is a database migrations tool for SQLAlchemy, written by
sqlalchemy authors.

* Can emit ALTER statements to a database in order to change
  the structure of tables and other constructs
* Provides a system whereby "migration scripts" may be constructed;
  each script indicates a particular series of steps that can "upgrade" a
  target database to a new version, and optionally a series of steps that can
  "downgrade" similarly, doing the same steps in reverse.
* Allows the scripts to execute in some sequential manner.

ok ajacoutot@
2021-11-01 08:23:46 +00:00