Hello community, here is the log from the commit of package python-alembic for openSUSE:Factory checked in at 2018-07-14 20:25:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-alembic (Old) and /work/SRC/openSUSE:Factory/.python-alembic.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-alembic" Sat Jul 14 20:25:54 2018 rev:33 rq:622791 version:1.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-alembic/python-alembic.changes 2018-07-06 10:49:57.458683086 +0200 +++ /work/SRC/openSUSE:Factory/.python-alembic.new/python-alembic.changes 2018-07-14 20:27:42.368569080 +0200 @@ -1,0 +2,17 @@ +Sat Jul 14 01:57:32 UTC 2018 - [email protected] + +- 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 + +------------------------------------------------------------------- Old: ---- alembic-0.9.10.tar.gz New: ---- alembic-1.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-alembic.spec ++++++ --- /var/tmp/diff_new_pack.3MX1is/_old 2018-07-14 20:27:43.248571339 +0200 +++ /var/tmp/diff_new_pack.3MX1is/_new 2018-07-14 20:27:43.260571370 +0200 @@ -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 @@ 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: 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 ++++++ alembic-0.9.10.tar.gz -> alembic-1.0.0.tar.gz ++++++ ++++ 2233 lines of diff (skipped)
