forked from pool/python-alembic
Accepting request 653420 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/653420 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-alembic?expand=0&rev=38
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4b6ff7433247fe80b6ef522ef3763acb959cbdef027d03f76f4cd3c7118c1872
|
||||
size 1020110
|
||||
3
alembic-1.0.5.tar.gz
Normal file
3
alembic-1.0.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e9ffdece0eece55f4108b14b6b0f29ffc730d58e28446a434fe41a1cc5c5f266
|
||||
size 1020663
|
||||
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 1 18:27:49 UTC 2018 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- 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 <arun@gmx.de>
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user