diff --git a/alembic-1.7.4.tar.gz b/alembic-1.7.4.tar.gz deleted file mode 100644 index ee950fe..0000000 --- a/alembic-1.7.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d33f3ff1488c4bfab1e1a6dfebbf085e8a8e1a3e047a43ad29ad1f67f012a1d -size 1227696 diff --git a/alembic-1.7.5.tar.gz b/alembic-1.7.5.tar.gz new file mode 100644 index 0000000..c07f28b --- /dev/null +++ b/alembic-1.7.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c328694a2e68f03ee971e63c3bd885846470373a5b532cf2c9f1601c413b153 +size 1229596 diff --git a/python-alembic.changes b/python-alembic.changes index 82b8d73..64a98e5 100644 --- a/python-alembic.changes +++ b/python-alembic.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Dec 6 17:51:23 UTC 2021 - Dirk Müller + +- update to 1.7.5: + * Adjustments to the test suite to accommodate for error message change + in newer SQLAlchemy + ------------------------------------------------------------------- Sat Nov 6 11:28:24 UTC 2021 - Ben Greiner diff --git a/python-alembic.spec b/python-alembic.spec index 7a32751..5c8df41 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-alembic -Version: 1.7.4 +Version: 1.7.5 Release: 0 Summary: A database migration tool for SQLAlchemy License: MIT @@ -27,10 +27,10 @@ URL: https://github.com/sqlalchemy/alembic Source0: https://files.pythonhosted.org/packages/source/a/alembic/alembic-%{version}.tar.gz BuildRequires: %{python_module Mako} BuildRequires: %{python_module SQLAlchemy >= 1.3.0} -BuildRequires: %{python_module importlib-resources if %python-base < 3.9} BuildRequires: %{python_module importlib-metadata if %python-base < 3.9} -BuildRequires: %{python_module pytest} +BuildRequires: %{python_module importlib-resources if %python-base < 3.9} BuildRequires: %{python_module pytest-xdist} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module python-dateutil} BuildRequires: %{python_module setuptools} BuildRequires: %{pythons} @@ -40,8 +40,8 @@ Requires: python-Mako Requires: python-SQLAlchemy >= 1.3.0 Requires: python-python-dateutil %if 0%{?python_version_nodots} < 39 -Requires: python-importlib-resources Requires: python-importlib-metadata +Requires: python-importlib-resources %endif Requires(post): update-alternatives Requires(postun):update-alternatives