Hello community,
here is the log from the commit of package python-SQLAlchemy-Utils for
openSUSE:Factory checked in at 2019-08-27 10:21:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils (Old)
and /work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-SQLAlchemy-Utils"
Tue Aug 27 10:21:50 2019 rev:20 rq:725981 version:0.34.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils/python-SQLAlchemy-Utils.changes
2019-07-24 20:36:36.410567031 +0200
+++
/work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new.7948/python-SQLAlchemy-Utils.changes
2019-08-27 10:22:28.447935219 +0200
@@ -1,0 +2,7 @@
+Sun Aug 25 18:01:32 UTC 2019 - Arun Persaud <[email protected]>
+
+- update to version 0.34.2:
+ * Remove ABC deprecation warnings (#386, pull request courtesy of
+ VizualAbstract)
+
+-------------------------------------------------------------------
Old:
----
SQLAlchemy-Utils-0.34.1.tar.gz
New:
----
SQLAlchemy-Utils-0.34.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-SQLAlchemy-Utils.spec ++++++
--- /var/tmp/diff_new_pack.Rm4aY6/_old 2019-08-27 10:22:29.007935182 +0200
+++ /var/tmp/diff_new_pack.Rm4aY6/_new 2019-08-27 10:22:29.011935182 +0200
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-SQLAlchemy-Utils
-Version: 0.34.1
+Version: 0.34.2
Release: 0
Summary: Various utility functions for SQLAlchemy
License: BSD-3-Clause
++++++ SQLAlchemy-Utils-0.34.1.tar.gz -> SQLAlchemy-Utils-0.34.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.34.1/CHANGES.rst
new/SQLAlchemy-Utils-0.34.2/CHANGES.rst
--- old/SQLAlchemy-Utils-0.34.1/CHANGES.rst 2019-07-15 14:45:22.000000000
+0200
+++ new/SQLAlchemy-Utils-0.34.2/CHANGES.rst 2019-08-20 14:00:48.000000000
+0200
@@ -4,6 +4,12 @@
Here you can see the full list of changes between each SQLAlchemy-Utils
release.
+0.34.2 (2019-08-20)
+^^^^^^^^^^^^^^^^^^^
+
+- Remove ABC deprecation warnings (#386, pull request courtesy of
VizualAbstract)
+
+
0.34.1 (2019-07-15)
^^^^^^^^^^^^^^^^^^^
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.34.1/PKG-INFO
new/SQLAlchemy-Utils-0.34.2/PKG-INFO
--- old/SQLAlchemy-Utils-0.34.1/PKG-INFO 2019-07-15 15:04:41.000000000
+0200
+++ new/SQLAlchemy-Utils-0.34.2/PKG-INFO 2019-08-20 14:13:22.000000000
+0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: SQLAlchemy-Utils
-Version: 0.34.1
+Version: 0.34.2
Summary: Various utility functions for SQLAlchemy.
Home-page: https://github.com/kvesteri/sqlalchemy-utils
Author: Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen
@@ -24,5 +24,6 @@
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/SQLAlchemy-Utils-0.34.1/SQLAlchemy_Utils.egg-info/PKG-INFO
new/SQLAlchemy-Utils-0.34.2/SQLAlchemy_Utils.egg-info/PKG-INFO
--- old/SQLAlchemy-Utils-0.34.1/SQLAlchemy_Utils.egg-info/PKG-INFO
2019-07-15 15:04:41.000000000 +0200
+++ new/SQLAlchemy-Utils-0.34.2/SQLAlchemy_Utils.egg-info/PKG-INFO
2019-08-20 14:13:22.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: SQLAlchemy-Utils
-Version: 0.34.1
+Version: 0.34.2
Summary: Various utility functions for SQLAlchemy.
Home-page: https://github.com/kvesteri/sqlalchemy-utils
Author: Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen
@@ -24,5 +24,6 @@
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.34.1/setup.py
new/SQLAlchemy-Utils-0.34.2/setup.py
--- old/SQLAlchemy-Utils-0.34.1/setup.py 2019-06-09 14:59:02.000000000
+0200
+++ new/SQLAlchemy-Utils-0.34.2/setup.py 2019-08-20 14:11:55.000000000
+0200
@@ -93,6 +93,7 @@
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.7',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Software Development :: Libraries :: Python Modules'
]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.34.1/sqlalchemy_utils/__init__.py
new/SQLAlchemy-Utils-0.34.2/sqlalchemy_utils/__init__.py
--- old/SQLAlchemy-Utils-0.34.1/sqlalchemy_utils/__init__.py 2019-07-15
15:04:24.000000000 +0200
+++ new/SQLAlchemy-Utils-0.34.2/sqlalchemy_utils/__init__.py 2019-08-20
14:00:46.000000000 +0200
@@ -100,4 +100,4 @@
refresh_materialized_view
)
-__version__ = '0.34.1'
+__version__ = '0.34.2'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.34.1/sqlalchemy_utils/generic.py
new/SQLAlchemy-Utils-0.34.2/sqlalchemy_utils/generic.py
--- old/SQLAlchemy-Utils-0.34.1/sqlalchemy_utils/generic.py 2016-04-25
16:20:06.000000000 +0200
+++ new/SQLAlchemy-Utils-0.34.2/sqlalchemy_utils/generic.py 2019-08-20
13:55:26.000000000 +0200
@@ -1,4 +1,7 @@
-from collections import Iterable
+try:
+ from collections.abc import Iterable
+except ImportError: # For python 2.7 support
+ from collections import Iterable
import six
import sqlalchemy as sa
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/SQLAlchemy-Utils-0.34.1/sqlalchemy_utils/types/arrow.py
new/SQLAlchemy-Utils-0.34.2/sqlalchemy_utils/types/arrow.py
--- old/SQLAlchemy-Utils-0.34.1/sqlalchemy_utils/types/arrow.py 2017-11-11
18:05:01.000000000 +0100
+++ new/SQLAlchemy-Utils-0.34.2/sqlalchemy_utils/types/arrow.py 2019-08-20
13:55:26.000000000 +0200
@@ -1,6 +1,5 @@
from __future__ import absolute_import
-from collections import Iterable
from datetime import datetime
import six
@@ -9,6 +8,11 @@
from ..exceptions import ImproperlyConfigured
from .scalar_coercible import ScalarCoercible
+try:
+ from collections.abc import Iterable
+except ImportError: # For python 2.7 support
+ from collections import Iterable
+
arrow = None
try:
import arrow
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/SQLAlchemy-Utils-0.34.1/sqlalchemy_utils/types/range.py
new/SQLAlchemy-Utils-0.34.2/sqlalchemy_utils/types/range.py
--- old/SQLAlchemy-Utils-0.34.1/sqlalchemy_utils/types/range.py 2016-04-25
16:20:06.000000000 +0200
+++ new/SQLAlchemy-Utils-0.34.2/sqlalchemy_utils/types/range.py 2019-08-20
13:55:26.000000000 +0200
@@ -134,7 +134,10 @@
.. _intervals: https://github.com/kvesteri/intervals
"""
-from collections import Iterable
+try:
+ from collections.abc import Iterable
+except ImportError: # For python 2.7 support
+ from collections import Iterable
from datetime import timedelta
import six
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.34.1/sqlalchemy_utils/utils.py
new/SQLAlchemy-Utils-0.34.2/sqlalchemy_utils/utils.py
--- old/SQLAlchemy-Utils-0.34.1/sqlalchemy_utils/utils.py 2016-04-25
16:20:06.000000000 +0200
+++ new/SQLAlchemy-Utils-0.34.2/sqlalchemy_utils/utils.py 2019-08-20
13:55:26.000000000 +0200
@@ -1,8 +1,12 @@
import sys
-from collections import Iterable
import six
+try:
+ from collections.abc import Iterable
+except ImportError: # For python 2.7 support
+ from collections import Iterable
+
def str_coercible(cls):
if sys.version_info[0] >= 3: # Python 3