From 8c8321b6036fc4d7f18cc4eaf2fb92ea06ae715df069da220747781e98512190 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 14 Jul 2018 08:59:31 +0000 Subject: [PATCH] Accepting request 622521 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/622521 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-alembic?expand=0&rev=68 --- alembic-0.9.10.tar.gz | 3 --- alembic-1.0.0.tar.gz | 3 +++ python-alembic.changes | 17 +++++++++++++++++ python-alembic.spec | 6 +++--- 4 files changed, 23 insertions(+), 6 deletions(-) delete mode 100644 alembic-0.9.10.tar.gz create mode 100644 alembic-1.0.0.tar.gz diff --git a/alembic-0.9.10.tar.gz b/alembic-0.9.10.tar.gz deleted file mode 100644 index 9c2dca3..0000000 --- a/alembic-0.9.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1cd32df9a3b8c1749082ef60ffbe05ff16617b6afadfdabc680dcb9344af33d7 -size 1017454 diff --git a/alembic-1.0.0.tar.gz b/alembic-1.0.0.tar.gz new file mode 100644 index 0000000..5b48515 --- /dev/null +++ b/alembic-1.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52d73b1d750f1414fa90c25a08da47b87de1e4ad883935718a8f36396e19e78e +size 1017306 diff --git a/python-alembic.changes b/python-alembic.changes index aa68fae..a9e2951 100644 --- a/python-alembic.changes +++ b/python-alembic.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sat Jul 14 01:57:32 UTC 2018 - arun@gmx.de + +- update to version 1.0.0: + * feature + + [feature] [general] For Alembic 1.0, Python 2.6 / 3.3 support is + being dropped, allowing a fixed setup.py to be built as well as + universal wheels. Pull request courtesy Hugo. References: #491 + + [feature] [general] With the 1.0 release, Alembic’s minimum + SQLAlchemy support version moves to 0.9.0, previously 0.7.9. + * bug + + [bug] [batch] Fixed issue in batch where dropping a primary key + column, then adding it back under the same name but without the + primary_key flag, would not remove it from the existing + PrimaryKeyConstraint. If a new PrimaryKeyConstraint is added, it + is used as-is, as was the case before. References: #502 + ------------------------------------------------------------------- Thu Jul 5 21:07:55 UTC 2018 - mcepl@suse.com diff --git a/python-alembic.spec b/python-alembic.spec index 180784d..4eb8bc9 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-alembic -Version: 0.9.10 +Version: 1.0.0 Release: 0 Summary: A database migration tool for SQLAlchemy License: MIT @@ -28,7 +28,7 @@ Source0: https://files.pythonhosted.org/packages/source/a/alembic/alembic Source1: python-alembic-rpmlintrc # Test requirements: BuildRequires: %{python_module Mako} -BuildRequires: %{python_module SQLAlchemy >= 0.7.6} +BuildRequires: %{python_module SQLAlchemy >= 0.9.0} BuildRequires: %{python_module devel} BuildRequires: %{python_module mock} BuildRequires: %{python_module nose >= 0.11} @@ -39,7 +39,7 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-Mako -Requires: python-SQLAlchemy >= 0.7.6 +Requires: python-SQLAlchemy >= 0.9.0 Requires: python-python-dateutil Requires: python-python-editor >= 0.3 Requires(post): %{_sbindir}/update-alternatives