From 308b5d993b8d75c8c10181de471d0de4b371474dfe314a733a01bde54156ef54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 2 Dec 2018 09:13:22 +0000 Subject: [PATCH] Accepting request 653375 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/653375 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-alembic?expand=0&rev=78 --- alembic-1.0.3.tar.gz | 3 --- alembic-1.0.5.tar.gz | 3 +++ python-alembic.changes | 21 +++++++++++++++++++++ python-alembic.spec | 4 ++-- 4 files changed, 26 insertions(+), 5 deletions(-) delete mode 100644 alembic-1.0.3.tar.gz create mode 100644 alembic-1.0.5.tar.gz diff --git a/alembic-1.0.3.tar.gz b/alembic-1.0.3.tar.gz deleted file mode 100644 index 52b82c7..0000000 --- a/alembic-1.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b6ff7433247fe80b6ef522ef3763acb959cbdef027d03f76f4cd3c7118c1872 -size 1020110 diff --git a/alembic-1.0.5.tar.gz b/alembic-1.0.5.tar.gz new file mode 100644 index 0000000..770b738 --- /dev/null +++ b/alembic-1.0.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9ffdece0eece55f4108b14b6b0f29ffc730d58e28446a434fe41a1cc5c5f266 +size 1020663 diff --git a/python-alembic.changes b/python-alembic.changes index 2ce146b..5a0a6fe 100644 --- a/python-alembic.changes +++ b/python-alembic.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Sat Dec 1 18:27:49 UTC 2018 - Arun Persaud + +- specfile: + * update url + +- update to version 1.0.5: + * bug + + [bug] [py3k] Resolved remaining Python 3 deprecation warnings, + covering the use of inspect.formatargspec() with a vendored + version copied from the Python standard library, importing + collections.abc above Python 3.3 when testing against abstract + base classes, fixed one occurrence of log.warn(), as well as a + few invalid escape sequences. References: #507 + +- changes from version 1.0.4: + * [change] Code hosting has been moved to GitHub, at + https://github.com/sqlalchemy/alembic. Additionally, the main + Alembic website documentation URL is now + https://alembic.sqlalchemy.org. + ------------------------------------------------------------------- Thu Nov 22 21:49:41 UTC 2018 - Arun Persaud diff --git a/python-alembic.spec b/python-alembic.spec index 7cc4013..dd48c57 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -18,12 +18,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-alembic -Version: 1.0.3 +Version: 1.0.5 Release: 0 Summary: A database migration tool for SQLAlchemy License: MIT Group: Development/Languages/Python -URL: http://bitbucket.org/zzzeek/alembic +URL: https://github.com/sqlalchemy/alembic Source0: https://files.pythonhosted.org/packages/source/a/alembic/alembic-%{version}.tar.gz Source1: python-alembic-rpmlintrc # Test requirements: