From d575709490ef8d5fac61f76188faeb12e0c2cc70026d342f857fc57c6fa025d6 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 6 Jun 2021 13:41:51 +0000 Subject: [PATCH] - update to 1.6.5: * feature + [feature] [autogenerate] Fix the documentation regarding the default command-line argument position of the revision script filename within the post-write hook arguments. Implement a REVISION_SCRIPT_FILENAME token, enabling the position to be changed. Switch from str.split() to shlex.split() for more robust command-line argument parsing. + [feature] Implement a .cwd (current working directory) suboption for post-write hooks (of type console_scripts). This is useful for tools like pre-commit, which rely on the working directory to locate the necessary config files. Add pre-commit as an example to the documentation. Minor change: rename some variables from ticket #819 to improve readability. * bug + [bug] [autogenerate] Refactored the implementation of MigrateOperation constructs such as CreateIndexOp, CreateTableOp, etc. so that they no longer rely upon maintaining a persistent version of each schema object internally; instead, the state variables of each operation object will be used to produce the corresponding construct when the operation is invoked. The rationale is so that environments which m OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-alembic?expand=0&rev=121 --- alembic-1.6.2.tar.gz | 3 --- alembic-1.6.5.tar.gz | 3 +++ python-alembic.changes | 26 ++++++++++++++++++++++++++ python-alembic.spec | 2 +- 4 files changed, 30 insertions(+), 4 deletions(-) delete mode 100644 alembic-1.6.2.tar.gz create mode 100644 alembic-1.6.5.tar.gz diff --git a/alembic-1.6.2.tar.gz b/alembic-1.6.2.tar.gz deleted file mode 100644 index a9a2744..0000000 --- a/alembic-1.6.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb9a39a7c68e55490be962fb5f70463d384d340e6563d6e3911447778e3b4576 -size 1167842 diff --git a/alembic-1.6.5.tar.gz b/alembic-1.6.5.tar.gz new file mode 100644 index 0000000..c092b22 --- /dev/null +++ b/alembic-1.6.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a21fedebb3fb8f6bbbba51a11114f08c78709377051384c9c5ead5705ee93a51 +size 1174376 diff --git a/python-alembic.changes b/python-alembic.changes index b538023..b0d6394 100644 --- a/python-alembic.changes +++ b/python-alembic.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Sun Jun 6 13:39:34 UTC 2021 - Dirk Müller + +- update to 1.6.5: + * feature + + [feature] [autogenerate] Fix the documentation regarding the + default command-line argument position of the revision script + filename within the post-write hook arguments. Implement a + REVISION_SCRIPT_FILENAME token, enabling the position to be + changed. Switch from str.split() to shlex.split() for more + robust command-line argument parsing. + + [feature] Implement a .cwd (current working directory) suboption + for post-write hooks (of type console_scripts). This is useful + for tools like pre-commit, which rely on the working directory + to locate the necessary config files. Add pre-commit as an + example to the documentation. Minor change: rename some + variables from ticket #819 to improve readability. + * bug + + [bug] [autogenerate] Refactored the implementation of + MigrateOperation constructs such as CreateIndexOp, + CreateTableOp, etc. so that they no longer rely upon maintaining + a persistent version of each schema object internally; instead, + the state variables of each operation object will be used to + produce the corresponding construct when the operation is + invoked. The rationale is so that environments which m + ------------------------------------------------------------------- Fri May 14 01:18:46 UTC 2021 - Arun Persaud diff --git a/python-alembic.spec b/python-alembic.spec index 91c9165..d201677 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-alembic -Version: 1.6.2 +Version: 1.6.5 Release: 0 Summary: A database migration tool for SQLAlchemy License: MIT