From d618729c4ebc75ef044315c7bb26989d3f37d4c94941fc8ba807ede0a080e11f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 17 Oct 2018 16:17:01 +0000 Subject: [PATCH] Accepting request 642678 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/642678 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-alembic?expand=0&rev=70 --- alembic-1.0.0.tar.gz | 3 --- alembic-1.0.1.tar.gz | 3 +++ python-alembic.changes | 19 +++++++++++++++++++ python-alembic.spec | 5 ++--- 4 files changed, 24 insertions(+), 6 deletions(-) delete mode 100644 alembic-1.0.0.tar.gz create mode 100644 alembic-1.0.1.tar.gz diff --git a/alembic-1.0.0.tar.gz b/alembic-1.0.0.tar.gz deleted file mode 100644 index 5b48515..0000000 --- a/alembic-1.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:52d73b1d750f1414fa90c25a08da47b87de1e4ad883935718a8f36396e19e78e -size 1017306 diff --git a/alembic-1.0.1.tar.gz b/alembic-1.0.1.tar.gz new file mode 100644 index 0000000..755e217 --- /dev/null +++ b/alembic-1.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fe570f23dc48fb1bbda6f6a396f1c0c28d7045c0ad14018c104a511e6c1fe8a +size 1019676 diff --git a/python-alembic.changes b/python-alembic.changes index a9e2951..5453133 100644 --- a/python-alembic.changes +++ b/python-alembic.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Oct 17 15:32:28 UTC 2018 - Arun Persaud + +- specfile: + * removed devel from noarch + +- update to version 1.0.1: + * [bug] [commands] Fixed an issue where revision descriptions were + essentially being formatted twice. Any revision description that + contained characters like %, writing output to stdout will fail + because the call to config.print_stdout attempted to format any + additional args passed to the function. This fix now only applies + string formatting if any args are provided along with the output + text. References: #497 + * [bug] [autogenerate] Fixed issue where removed method + union_update() was used when a customized MigrationScript instance + included entries in the .imports data member, raising an + AttributeError. References: #512 + ------------------------------------------------------------------- Sat Jul 14 01:57:32 UTC 2018 - arun@gmx.de diff --git a/python-alembic.spec b/python-alembic.spec index 4eb8bc9..a96d706 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -12,13 +12,13 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-alembic -Version: 1.0.0 +Version: 1.0.1 Release: 0 Summary: A database migration tool for SQLAlchemy License: MIT @@ -29,7 +29,6 @@ Source1: python-alembic-rpmlintrc # Test requirements: BuildRequires: %{python_module Mako} BuildRequires: %{python_module SQLAlchemy >= 0.9.0} -BuildRequires: %{python_module devel} BuildRequires: %{python_module mock} BuildRequires: %{python_module nose >= 0.11} BuildRequires: %{python_module pytest-cov}