From 6ff53f34eb110d974aaa331fa2af260ffe1d8ef017b5fa24a81e04355dc3558e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 21 Mar 2025 13:02:23 +0000 Subject: [PATCH] Accepting request 1254965 from home:glaubitz:branches:devel:languages:python - Update to 1.15.1 * Fixed an issue in the new :pep:`621` ``pyproject.toml`` layout that prevented Alembic's template files from being included in the ``.whl`` file in the distribution. OBS-URL: https://build.opensuse.org/request/show/1254965 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-alembic?expand=0&rev=170 --- alembic-1.14.1.tar.gz | 3 --- alembic-1.15.1.tar.gz | 3 +++ python-alembic.changes | 8 ++++++++ python-alembic.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 alembic-1.14.1.tar.gz create mode 100644 alembic-1.15.1.tar.gz diff --git a/alembic-1.14.1.tar.gz b/alembic-1.14.1.tar.gz deleted file mode 100644 index 57f73b8..0000000 --- a/alembic-1.14.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:496e888245a53adf1498fcab31713a469c65836f8de76e01399aa1c3e90dd213 -size 1918219 diff --git a/alembic-1.15.1.tar.gz b/alembic-1.15.1.tar.gz new file mode 100644 index 0000000..419a9d1 --- /dev/null +++ b/alembic-1.15.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1a1c738577bca1f27e68728c910cd389b9a92152ff91d902da649c192e30c49 +size 1924789 diff --git a/python-alembic.changes b/python-alembic.changes index 12d213e..24c9cec 100644 --- a/python-alembic.changes +++ b/python-alembic.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Mar 21 10:20:46 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 1.15.1 + * Fixed an issue in the new :pep:`621` ``pyproject.toml`` layout that + prevented Alembic's template files from being included in the ``.whl`` + file in the distribution. + ------------------------------------------------------------------- Mon Jan 27 12:29:40 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-alembic.spec b/python-alembic.spec index 1c22d5a..47a02f4 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-alembic -Version: 1.14.1 +Version: 1.15.1 Release: 0 Summary: A database migration tool for SQLAlchemy License: MIT