commit python-SQLAlchemy-Utils for openSUSE:Factory

2020-06-09 Thread root
Hello community,

here is the log from the commit of package python-SQLAlchemy-Utils for 
openSUSE:Factory checked in at 2020-06-10 00:47:33

Comparing /work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils (Old)
 and  /work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new.3606 (New)


Package is "python-SQLAlchemy-Utils"

Wed Jun 10 00:47:33 2020 rev:27 rq:812913 version:0.36.6

Changes:

--- 
/work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils/python-SQLAlchemy-Utils.changes
  2020-05-11 13:44:02.193461053 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new.3606/python-SQLAlchemy-Utils.changes
2020-06-10 00:47:35.626815897 +0200
@@ -1,0 +2,13 @@
+Tue Jun  9 12:14:36 UTC 2020 - Tomáš Chvátal 
+
+- Add missing deps
+- Reenable testsuite by skipping the tests needing pgsql
+
+---
+Mon Jun  8 13:33:49 UTC 2020 - Dirk Mueller 
+
+- update to 0.36.6:
+  - Reverted #426 and added support for Legacy Encrypted Type (#450, pull 
request courtesy of rushilsrivastava)
+  - Added psycopg2cffi support for create_database and drop_database (#447, 
pull request courtesy of DominicBurkart)
+
+---

Old:

  SQLAlchemy-Utils-0.36.5.tar.gz

New:

  SQLAlchemy-Utils-0.36.6.tar.gz



Other differences:
--
++ python-SQLAlchemy-Utils.spec ++
--- /var/tmp/diff_new_pack.tt0FFC/_old  2020-06-10 00:47:36.486818147 +0200
+++ /var/tmp/diff_new_pack.tt0FFC/_new  2020-06-10 00:47:36.490818157 +0200
@@ -19,26 +19,33 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-SQLAlchemy-Utils
-Version:0.36.5
+Version:0.36.6
 Release:0
 Summary:Various utility functions for SQLAlchemy
 License:BSD-3-Clause
 URL:https://github.com/kvesteri/sqlalchemy-utils
 Source: 
https://files.pythonhosted.org/packages/source/S/SQLAlchemy-Utils/SQLAlchemy-Utils-%{version}.tar.gz
 BuildRequires:  %{python_module Babel >= 1.3}
+BuildRequires:  %{python_module Jinja2 >= 2.3}
+BuildRequires:  %{python_module Pygments >= 1.2}
 BuildRequires:  %{python_module SQLAlchemy >= 1.0}
 BuildRequires:  %{python_module anyjson >= 0.3.3}
 BuildRequires:  %{python_module arrow >= 0.3.4}
 BuildRequires:  %{python_module colour >= 0.0.4}
 BuildRequires:  %{python_module cryptography >= 0.6}
+BuildRequires:  %{python_module docutils >= 0.10}
 BuildRequires:  %{python_module flexmock >= 0.9.7}
 BuildRequires:  %{python_module furl >= 0.4.1}
 BuildRequires:  %{python_module intervals >= 0.7.1}
-BuildRequires:  %{python_module mock}
+BuildRequires:  %{python_module mock >= 2.0.0}
 BuildRequires:  %{python_module passlib >= 1.6}
+BuildRequires:  %{python_module pendulum >= 2.0.5}
 BuildRequires:  %{python_module phonenumbers >= 5.9.2}
+BuildRequires:  %{python_module psycopg2 >= 2.5.1}
+BuildRequires:  %{python_module psycopg2cffi >= 2.8.1}
+BuildRequires:  %{python_module pyodbc}
 BuildRequires:  %{python_module pytest >= 2.7.1}
-BuildRequires:  %{python_module python-dateutil}
+BuildRequires:  %{python_module python-dateutil >= 2.6}
 BuildRequires:  %{python_module pytz >= 2014.2}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six}
@@ -55,6 +62,7 @@
 Recommends: python-furl >= 0.4.1
 Recommends: python-intervals >= 0.7.1
 Recommends: python-passlib >= 1.6
+Recommends: python-pendulum >= 2.0.5
 Recommends: python-phonenumbers >= 5.9.2
 BuildArch:  noarch
 %python_subpackages
@@ -73,8 +81,23 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-# requires initialized pgsql database
-#%%pytest
+# needs running pgsql / mssql / mysql
+rm tests/test_asserts.py
+rm tests/test_translation_hybrid.py
+rm tests/aggregate/test_o2m_o2m_o2m.py
+rm tests/aggregate/test_search_vectors.py
+rm tests/aggregate/test_with_ondelete_cascade.py
+rm tests/observes/test_column_property.py
+rm tests/observes/test_m2m_m2m_m2m.py
+rm tests/observes/test_o2m_o2o_o2m.py
+rm tests/observes/test_o2m_o2m_o2m.py
+rm tests/observes/test_o2o_o2o.py
+rm tests/observes/test_o2o_o2o_o2o.py
+rm tests/relationships/test_select_correlated_expression.py
+rm tests/types/test_composite.py
+rm tests/types/test_ltree.py
+rm tests/types/test_tsvector.py
+%pytest -k 'not (TestDatabasePostgres or TestDatabaseMssql or OnPostgres or 
OnMysql or TestPostgres or TestMysql or TestSortQueryRelationshipCounts or 
TestSortQueryWithPolymorphicInheritance or TestMaterializedViews or 
TestLazyEvaluatedSelectExpressionsForAggregates or 
TestAggregatesWithManyToManyRelationships or 
TestAggregateManyToManyAndManyToMany or 

commit python-SQLAlchemy-Utils for openSUSE:Factory

2020-05-11 Thread root
Hello community,

here is the log from the commit of package python-SQLAlchemy-Utils for 
openSUSE:Factory checked in at 2020-05-11 13:43:51

Comparing /work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils (Old)
 and  /work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new.2738 (New)


Package is "python-SQLAlchemy-Utils"

Mon May 11 13:43:51 2020 rev:26 rq:802548 version:0.36.5

Changes:

--- 
/work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils/python-SQLAlchemy-Utils.changes
  2020-04-22 20:51:23.407204030 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new.2738/python-SQLAlchemy-Utils.changes
2020-05-11 13:44:02.193461053 +0200
@@ -1,0 +2,17 @@
+Sat May  9 16:12:59 UTC 2020 - Arun Persaud 
+
+- update to version 0.36.5:
+  * Added support for dictionary input in CompositeType (#435, pull
+request courtesy of cozos)
+  * Added new EnrichedDateTime and EnrichedDate types (#403, pull
+request courtesy of yk-lab)
+  * Using String instead of LargeBinary for impl of EncryptedType
+(#426, pull request courtesy of aicioara)
+  * Added support for JSONType in EncryptedType (#439, pull request
+courtesy of rushilsrivastava)
+
+- changes from version 0.36.4:
+  * Added jsonb_sql function (#377, pull request courtesy of getglad)
+  * Drop py27 support
+
+---

Old:

  SQLAlchemy-Utils-0.36.3.tar.gz

New:

  SQLAlchemy-Utils-0.36.5.tar.gz



Other differences:
--
++ python-SQLAlchemy-Utils.spec ++
--- /var/tmp/diff_new_pack.Ltnzxv/_old  2020-05-11 13:44:03.449463717 +0200
+++ /var/tmp/diff_new_pack.Ltnzxv/_new  2020-05-11 13:44:03.453463726 +0200
@@ -17,9 +17,9 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without python2
+%define skip_python2 1
 Name:   python-SQLAlchemy-Utils
-Version:0.36.3
+Version:0.36.5
 Release:0
 Summary:Various utility functions for SQLAlchemy
 License:BSD-3-Clause
@@ -57,14 +57,6 @@
 Recommends: python-passlib >= 1.6
 Recommends: python-phonenumbers >= 5.9.2
 BuildArch:  noarch
-%if %{with python2}
-BuildRequires:  python-enum34
-BuildRequires:  python-ipaddr
-%endif
-%ifpython2
-Requires:   python-enum34
-Requires:   python-ipaddr
-%endif
 %python_subpackages
 
 %description

++ SQLAlchemy-Utils-0.36.3.tar.gz -> SQLAlchemy-Utils-0.36.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.36.3/CHANGES.rst 
new/SQLAlchemy-Utils-0.36.5/CHANGES.rst
--- old/SQLAlchemy-Utils-0.36.3/CHANGES.rst 2020-03-18 10:26:44.0 
+0100
+++ new/SQLAlchemy-Utils-0.36.5/CHANGES.rst 2020-05-03 20:11:20.0 
+0200
@@ -4,13 +4,29 @@
 Here you can see the full list of changes between each SQLAlchemy-Utils 
release.
 
 
-0.36.3 (2019-03-18)
+0.36.5 (2020-05-03)
+^^^
+
+- Added support for dictionary input in CompositeType (#435, pull request 
courtesy of cozos)
+- Added new EnrichedDateTime and EnrichedDate types (#403, pull request 
courtesy of yk-lab)
+- Using String instead of LargeBinary for impl of EncryptedType (#426, pull 
request courtesy of aicioara)
+- Added support for JSONType in EncryptedType (#439, pull request courtesy of 
rushilsrivastava)
+
+
+0.36.4 (2020-04-30)
+^^^
+
+- Added jsonb_sql function (#377, pull request courtesy of getglad)
+- Drop py27 support
+
+
+0.36.3 (2020-03-18)
 ^^^
 
 - Added hash method for PhoneNumberType (#428, pull request courtesy of 
hanc1208)
 
 
-0.36.2 (2019-03-16)
+0.36.2 (2020-03-16)
 ^^^
 
 - Added repr for UUIDType (#424, pull request courtesy of ziima)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.36.3/PKG-INFO 
new/SQLAlchemy-Utils-0.36.5/PKG-INFO
--- old/SQLAlchemy-Utils-0.36.3/PKG-INFO2020-03-18 10:27:45.0 
+0100
+++ new/SQLAlchemy-Utils-0.36.5/PKG-INFO2020-05-03 20:21:42.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: SQLAlchemy-Utils
-Version: 0.36.3
+Version: 0.36.5
 Summary: Various utility functions for SQLAlchemy.
 Home-page: https://github.com/kvesteri/sqlalchemy-utils
 Author: Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen
@@ -18,8 +18,6 @@
 Classifier: License :: OSI Approved :: BSD License
 Classifier: Operating System :: OS Independent
 Classifier: Programming Language :: Python
-Classifier: Programming Language :: Python :: 2
-Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
 Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: 

commit python-SQLAlchemy-Utils for openSUSE:Factory

2020-04-22 Thread root
Hello community,

here is the log from the commit of package python-SQLAlchemy-Utils for 
openSUSE:Factory checked in at 2020-04-22 20:51:21

Comparing /work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils (Old)
 and  /work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new.2738 (New)


Package is "python-SQLAlchemy-Utils"

Wed Apr 22 20:51:21 2020 rev:25 rq:795735 version:0.36.3

Changes:

--- 
/work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils/python-SQLAlchemy-Utils.changes
  2020-03-27 22:01:18.286932612 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new.2738/python-SQLAlchemy-Utils.changes
2020-04-22 20:51:23.407204030 +0200
@@ -1,0 +2,5 @@
+Mon Apr 20 09:36:04 UTC 2020 - Tomáš Chvátal 
+
+- Fix build without python2
+
+---



Other differences:
--
++ python-SQLAlchemy-Utils.spec ++
--- /var/tmp/diff_new_pack.t2zcUq/_old  2020-04-22 20:51:24.143205471 +0200
+++ /var/tmp/diff_new_pack.t2zcUq/_new  2020-04-22 20:51:24.143205471 +0200
@@ -17,6 +17,7 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without python2
 Name:   python-SQLAlchemy-Utils
 Version:0.36.3
 Release:0
@@ -42,8 +43,6 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six}
 BuildRequires:  fdupes
-BuildRequires:  python-enum34
-BuildRequires:  python-ipaddr
 BuildRequires:  python-rpm-macros
 Requires:   python-SQLAlchemy >= 1.0
 Requires:   python-six
@@ -58,6 +57,10 @@
 Recommends: python-passlib >= 1.6
 Recommends: python-phonenumbers >= 5.9.2
 BuildArch:  noarch
+%if %{with python2}
+BuildRequires:  python-enum34
+BuildRequires:  python-ipaddr
+%endif
 %ifpython2
 Requires:   python-enum34
 Requires:   python-ipaddr




commit python-SQLAlchemy-Utils for openSUSE:Factory

2020-03-27 Thread root
Hello community,

here is the log from the commit of package python-SQLAlchemy-Utils for 
openSUSE:Factory checked in at 2020-03-27 22:01:09

Comparing /work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils (Old)
 and  /work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new.3160 (New)


Package is "python-SQLAlchemy-Utils"

Fri Mar 27 22:01:09 2020 rev:24 rq:789004 version:0.36.3

Changes:

--- 
/work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils/python-SQLAlchemy-Utils.changes
  2020-01-02 14:43:39.528966744 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new.3160/python-SQLAlchemy-Utils.changes
2020-03-27 22:01:18.286932612 +0100
@@ -1,0 +2,7 @@
+Fri Mar 27 11:02:54 UTC 2020 - Marketa Calabkova 
+
+- update to version 0.36.3
+  * Added hash method for PhoneNumberType (#428, pull request courtesy of 
hanc1208)
+  * Added repr for UUIDType (#424, pull request courtesy of ziima)
+
+---

Old:

  SQLAlchemy-Utils-0.36.1.tar.gz

New:

  SQLAlchemy-Utils-0.36.3.tar.gz



Other differences:
--
++ python-SQLAlchemy-Utils.spec ++
--- /var/tmp/diff_new_pack.tSEAAo/_old  2020-03-27 22:01:19.106933089 +0100
+++ /var/tmp/diff_new_pack.tSEAAo/_new  2020-03-27 22:01:19.110933091 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-SQLAlchemy-Utils
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-SQLAlchemy-Utils
-Version:0.36.1
+Version:0.36.3
 Release:0
 Summary:Various utility functions for SQLAlchemy
 License:BSD-3-Clause

++ SQLAlchemy-Utils-0.36.1.tar.gz -> SQLAlchemy-Utils-0.36.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.36.1/CHANGES.rst 
new/SQLAlchemy-Utils-0.36.3/CHANGES.rst
--- old/SQLAlchemy-Utils-0.36.1/CHANGES.rst 2019-12-23 09:48:35.0 
+0100
+++ new/SQLAlchemy-Utils-0.36.3/CHANGES.rst 2020-03-18 10:26:44.0 
+0100
@@ -4,6 +4,18 @@
 Here you can see the full list of changes between each SQLAlchemy-Utils 
release.
 
 
+0.36.3 (2019-03-18)
+^^^
+
+- Added hash method for PhoneNumberType (#428, pull request courtesy of 
hanc1208)
+
+
+0.36.2 (2019-03-16)
+^^^
+
+- Added repr for UUIDType (#424, pull request courtesy of ziima)
+
+
 0.36.1 (2019-12-23)
 ^^^
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.36.1/PKG-INFO 
new/SQLAlchemy-Utils-0.36.3/PKG-INFO
--- old/SQLAlchemy-Utils-0.36.1/PKG-INFO2019-12-23 09:54:52.0 
+0100
+++ new/SQLAlchemy-Utils-0.36.3/PKG-INFO2020-03-18 10:27:45.0 
+0100
@@ -1,6 +1,6 @@
-Metadata-Version: 1.1
+Metadata-Version: 2.1
 Name: SQLAlchemy-Utils
-Version: 0.36.1
+Version: 0.36.3
 Summary: Various utility functions for SQLAlchemy.
 Home-page: https://github.com/kvesteri/sqlalchemy-utils
 Author: Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen
@@ -27,3 +27,17 @@
 Classifier: Programming Language :: Python :: 3.7
 Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
 Classifier: Topic :: Software Development :: Libraries :: Python Modules
+Provides-Extra: test
+Provides-Extra: anyjson
+Provides-Extra: babel
+Provides-Extra: arrow
+Provides-Extra: intervals
+Provides-Extra: phone
+Provides-Extra: password
+Provides-Extra: color
+Provides-Extra: ipaddress
+Provides-Extra: enum
+Provides-Extra: timezone
+Provides-Extra: url
+Provides-Extra: encrypted
+Provides-Extra: test_all
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/SQLAlchemy-Utils-0.36.1/SQLAlchemy_Utils.egg-info/PKG-INFO 
new/SQLAlchemy-Utils-0.36.3/SQLAlchemy_Utils.egg-info/PKG-INFO
--- old/SQLAlchemy-Utils-0.36.1/SQLAlchemy_Utils.egg-info/PKG-INFO  
2019-12-23 09:54:51.0 +0100
+++ new/SQLAlchemy-Utils-0.36.3/SQLAlchemy_Utils.egg-info/PKG-INFO  
2020-03-18 10:27:44.0 +0100
@@ -1,6 +1,6 @@
-Metadata-Version: 1.1
+Metadata-Version: 2.1
 Name: SQLAlchemy-Utils
-Version: 0.36.1
+Version: 0.36.3
 Summary: Various utility functions for SQLAlchemy.
 Home-page: https://github.com/kvesteri/sqlalchemy-utils
 Author: Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen
@@ -27,3 +27,17 @@
 Classifier: Programming Language :: Python :: 3.7
 Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
 Classifier: Topic :: Software 

commit python-SQLAlchemy-Utils for openSUSE:Factory

2020-01-02 Thread root
Hello community,

here is the log from the commit of package python-SQLAlchemy-Utils for 
openSUSE:Factory checked in at 2020-01-02 14:43:22

Comparing /work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils (Old)
 and  /work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new.6675 (New)


Package is "python-SQLAlchemy-Utils"

Thu Jan  2 14:43:22 2020 rev:23 rq:760370 version:0.36.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils/python-SQLAlchemy-Utils.changes
  2019-12-13 12:05:10.413384052 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new.6675/python-SQLAlchemy-Utils.changes
2020-01-02 14:43:39.528966744 +0100
@@ -1,0 +2,8 @@
+Sun Dec 29 21:12:16 UTC 2019 - Arun Persaud 
+
+- update to version 0.36.1:
+  * Added support for CASCADE option when dropping views (#406, pull
+request courtesy of amicks)
+  * Added aliases parameter to create_materialized_view function.
+
+---

Old:

  SQLAlchemy-Utils-0.36.0.tar.gz

New:

  SQLAlchemy-Utils-0.36.1.tar.gz



Other differences:
--
++ python-SQLAlchemy-Utils.spec ++
--- /var/tmp/diff_new_pack.bAw0TW/_old  2020-01-02 14:43:40.252967030 +0100
+++ /var/tmp/diff_new_pack.bAw0TW/_new  2020-01-02 14:43:40.256967031 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-SQLAlchemy-Utils
-Version:0.36.0
+Version:0.36.1
 Release:0
 Summary:Various utility functions for SQLAlchemy
 License:BSD-3-Clause

++ SQLAlchemy-Utils-0.36.0.tar.gz -> SQLAlchemy-Utils-0.36.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.36.0/CHANGES.rst 
new/SQLAlchemy-Utils-0.36.1/CHANGES.rst
--- old/SQLAlchemy-Utils-0.36.0/CHANGES.rst 2019-12-08 18:38:14.0 
+0100
+++ new/SQLAlchemy-Utils-0.36.1/CHANGES.rst 2019-12-23 09:48:35.0 
+0100
@@ -4,6 +4,13 @@
 Here you can see the full list of changes between each SQLAlchemy-Utils 
release.
 
 
+0.36.1 (2019-12-23)
+^^^
+
+- Added support for CASCADE option when dropping views (#406, pull request 
courtesy of amicks)
+- Added `aliases` parameter to create_materialized_view function.
+
+
 0.36.0 (2019-12-08)
 ^^^
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.36.0/PKG-INFO 
new/SQLAlchemy-Utils-0.36.1/PKG-INFO
--- old/SQLAlchemy-Utils-0.36.0/PKG-INFO2019-12-08 18:38:54.0 
+0100
+++ new/SQLAlchemy-Utils-0.36.1/PKG-INFO2019-12-23 09:54:52.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: SQLAlchemy-Utils
-Version: 0.36.0
+Version: 0.36.1
 Summary: Various utility functions for SQLAlchemy.
 Home-page: https://github.com/kvesteri/sqlalchemy-utils
 Author: Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/SQLAlchemy-Utils-0.36.0/SQLAlchemy_Utils.egg-info/PKG-INFO 
new/SQLAlchemy-Utils-0.36.1/SQLAlchemy_Utils.egg-info/PKG-INFO
--- old/SQLAlchemy-Utils-0.36.0/SQLAlchemy_Utils.egg-info/PKG-INFO  
2019-12-08 18:38:54.0 +0100
+++ new/SQLAlchemy-Utils-0.36.1/SQLAlchemy_Utils.egg-info/PKG-INFO  
2019-12-23 09:54:51.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: SQLAlchemy-Utils
-Version: 0.36.0
+Version: 0.36.1
 Summary: Various utility functions for SQLAlchemy.
 Home-page: https://github.com/kvesteri/sqlalchemy-utils
 Author: Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.36.0/sqlalchemy_utils/__init__.py 
new/SQLAlchemy-Utils-0.36.1/sqlalchemy_utils/__init__.py
--- old/SQLAlchemy-Utils-0.36.0/sqlalchemy_utils/__init__.py2019-12-08 
18:38:14.0 +0100
+++ new/SQLAlchemy-Utils-0.36.1/sqlalchemy_utils/__init__.py2019-12-23 
09:48:02.0 +0100
@@ -100,4 +100,4 @@
 refresh_materialized_view
 )
 
-__version__ = '0.36.0'
+__version__ = '0.36.1'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.36.0/sqlalchemy_utils/view.py 
new/SQLAlchemy-Utils-0.36.1/sqlalchemy_utils/view.py
--- old/SQLAlchemy-Utils-0.36.0/sqlalchemy_utils/view.py2019-04-22 
10:53:34.0 +0200
+++ new/SQLAlchemy-Utils-0.36.1/sqlalchemy_utils/view.py2019-12-23 
09:48:02.0 +0100
@@ -20,16 +20,18 @@
 
 
 class DropView(DDLElement):
-def __init__(self, name, materialized=False):
+def __init__(self, name, materialized=False, 

commit python-SQLAlchemy-Utils for openSUSE:Factory

2019-12-13 Thread root
Hello community,

here is the log from the commit of package python-SQLAlchemy-Utils for 
openSUSE:Factory checked in at 2019-12-13 12:04:19

Comparing /work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils (Old)
 and  /work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new.4691 (New)


Package is "python-SQLAlchemy-Utils"

Fri Dec 13 12:04:19 2019 rev:22 rq:756728 version:0.36.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils/python-SQLAlchemy-Utils.changes
  2019-11-27 13:52:48.140396978 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new.4691/python-SQLAlchemy-Utils.changes
2019-12-13 12:05:10.413384052 +0100
@@ -1,0 +2,7 @@
+Fri Dec 13 00:19:27 UTC 2019 - Arun Persaud 
+
+- update to version 0.36.0:
+  * Removed explain and explain_analyze due to the internal changes in
+SQLAlchemy version 1.3.
+
+---

Old:

  SQLAlchemy-Utils-0.35.0.tar.gz

New:

  SQLAlchemy-Utils-0.36.0.tar.gz



Other differences:
--
++ python-SQLAlchemy-Utils.spec ++
--- /var/tmp/diff_new_pack.8983sR/_old  2019-12-13 12:05:10.861383883 +0100
+++ /var/tmp/diff_new_pack.8983sR/_new  2019-12-13 12:05:10.861383883 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-SQLAlchemy-Utils
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-SQLAlchemy-Utils
-Version:0.35.0
+Version:0.36.0
 Release:0
 Summary:Various utility functions for SQLAlchemy
 License:BSD-3-Clause

++ SQLAlchemy-Utils-0.35.0.tar.gz -> SQLAlchemy-Utils-0.36.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.35.0/CHANGES.rst 
new/SQLAlchemy-Utils-0.36.0/CHANGES.rst
--- old/SQLAlchemy-Utils-0.35.0/CHANGES.rst 2019-11-01 11:20:21.0 
+0100
+++ new/SQLAlchemy-Utils-0.36.0/CHANGES.rst 2019-12-08 18:38:14.0 
+0100
@@ -4,6 +4,12 @@
 Here you can see the full list of changes between each SQLAlchemy-Utils 
release.
 
 
+0.36.0 (2019-12-08)
+^^^
+
+- Removed explain and explain_analyze due to the internal changes in 
SQLAlchemy version 1.3.
+
+
 0.35.0 (2019-11-01)
 ^^^
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.35.0/PKG-INFO 
new/SQLAlchemy-Utils-0.36.0/PKG-INFO
--- old/SQLAlchemy-Utils-0.35.0/PKG-INFO2019-11-01 11:38:52.0 
+0100
+++ new/SQLAlchemy-Utils-0.36.0/PKG-INFO2019-12-08 18:38:54.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: SQLAlchemy-Utils
-Version: 0.35.0
+Version: 0.36.0
 Summary: Various utility functions for SQLAlchemy.
 Home-page: https://github.com/kvesteri/sqlalchemy-utils
 Author: Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/SQLAlchemy-Utils-0.35.0/SQLAlchemy_Utils.egg-info/PKG-INFO 
new/SQLAlchemy-Utils-0.36.0/SQLAlchemy_Utils.egg-info/PKG-INFO
--- old/SQLAlchemy-Utils-0.35.0/SQLAlchemy_Utils.egg-info/PKG-INFO  
2019-11-01 11:38:52.0 +0100
+++ new/SQLAlchemy-Utils-0.36.0/SQLAlchemy_Utils.egg-info/PKG-INFO  
2019-12-08 18:38:54.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: SQLAlchemy-Utils
-Version: 0.35.0
+Version: 0.36.0
 Summary: Various utility functions for SQLAlchemy.
 Home-page: https://github.com/kvesteri/sqlalchemy-utils
 Author: Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/SQLAlchemy-Utils-0.35.0/SQLAlchemy_Utils.egg-info/SOURCES.txt 
new/SQLAlchemy-Utils-0.36.0/SQLAlchemy_Utils.egg-info/SOURCES.txt
--- old/SQLAlchemy-Utils-0.35.0/SQLAlchemy_Utils.egg-info/SOURCES.txt   
2019-11-01 11:38:52.0 +0100
+++ new/SQLAlchemy-Utils-0.36.0/SQLAlchemy_Utils.egg-info/SOURCES.txt   
2019-12-08 18:38:54.0 +0100
@@ -122,7 +122,6 @@
 tests/aggregate/test_with_column_alias.py
 tests/aggregate/test_with_ondelete_cascade.py
 tests/functions/__init__.py
-tests/functions/test_analyze.py
 tests/functions/test_cast_if.py
 tests/functions/test_database.py
 tests/functions/test_dependent_objects.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.35.0/sqlalchemy_utils/__init__.py 

commit python-SQLAlchemy-Utils for openSUSE:Factory

2019-11-27 Thread root
Hello community,

here is the log from the commit of package python-SQLAlchemy-Utils for 
openSUSE:Factory checked in at 2019-11-27 13:52:38

Comparing /work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils (Old)
 and  /work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new.26869 (New)


Package is "python-SQLAlchemy-Utils"

Wed Nov 27 13:52:38 2019 rev:21 rq:747338 version:0.35.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils/python-SQLAlchemy-Utils.changes
  2019-08-27 10:22:28.447935219 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new.26869/python-SQLAlchemy-Utils.changes
   2019-11-27 13:52:48.140396978 +0100
@@ -1,0 +2,7 @@
+Sat Nov  9 14:47:11 UTC 2019 - Arun Persaud 
+
+- update to version 0.35.0:
+  * Removed some deprecation warnings
+  * Added Int8RangeType (#401, pull request courtesy of lpsinger)
+
+---

Old:

  SQLAlchemy-Utils-0.34.2.tar.gz

New:

  SQLAlchemy-Utils-0.35.0.tar.gz



Other differences:
--
++ python-SQLAlchemy-Utils.spec ++
--- /var/tmp/diff_new_pack.cD3ho2/_old  2019-11-27 13:52:48.820396413 +0100
+++ /var/tmp/diff_new_pack.cD3ho2/_new  2019-11-27 13:52:48.820396413 +0100
@@ -18,11 +18,10 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-SQLAlchemy-Utils
-Version:0.34.2
+Version:0.35.0
 Release:0
 Summary:Various utility functions for SQLAlchemy
 License:BSD-3-Clause
-Group:  Development/Languages/Python
 URL:https://github.com/kvesteri/sqlalchemy-utils
 Source: 
https://files.pythonhosted.org/packages/source/S/SQLAlchemy-Utils/SQLAlchemy-Utils-%{version}.tar.gz
 BuildRequires:  %{python_module Babel >= 1.3}

++ SQLAlchemy-Utils-0.34.2.tar.gz -> SQLAlchemy-Utils-0.35.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.34.2/CHANGES.rst 
new/SQLAlchemy-Utils-0.35.0/CHANGES.rst
--- old/SQLAlchemy-Utils-0.34.2/CHANGES.rst 2019-08-20 14:00:48.0 
+0200
+++ new/SQLAlchemy-Utils-0.35.0/CHANGES.rst 2019-11-01 11:20:21.0 
+0100
@@ -4,6 +4,13 @@
 Here you can see the full list of changes between each SQLAlchemy-Utils 
release.
 
 
+0.35.0 (2019-11-01)
+^^^
+
+- Removed some deprecation warnings
+- Added Int8RangeType (#401, pull request courtesy of lpsinger)
+
+
 0.34.2 (2019-08-20)
 ^^^
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.34.2/PKG-INFO 
new/SQLAlchemy-Utils-0.35.0/PKG-INFO
--- old/SQLAlchemy-Utils-0.34.2/PKG-INFO2019-08-20 14:13:22.0 
+0200
+++ new/SQLAlchemy-Utils-0.35.0/PKG-INFO2019-11-01 11:38:52.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: SQLAlchemy-Utils
-Version: 0.34.2
+Version: 0.35.0
 Summary: Various utility functions for SQLAlchemy.
 Home-page: https://github.com/kvesteri/sqlalchemy-utils
 Author: Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/SQLAlchemy-Utils-0.34.2/SQLAlchemy_Utils.egg-info/PKG-INFO 
new/SQLAlchemy-Utils-0.35.0/SQLAlchemy_Utils.egg-info/PKG-INFO
--- old/SQLAlchemy-Utils-0.34.2/SQLAlchemy_Utils.egg-info/PKG-INFO  
2019-08-20 14:13:22.0 +0200
+++ new/SQLAlchemy-Utils-0.35.0/SQLAlchemy_Utils.egg-info/PKG-INFO  
2019-11-01 11:38:52.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: SQLAlchemy-Utils
-Version: 0.34.2
+Version: 0.35.0
 Summary: Various utility functions for SQLAlchemy.
 Home-page: https://github.com/kvesteri/sqlalchemy-utils
 Author: Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.34.2/sqlalchemy_utils/__init__.py 
new/SQLAlchemy-Utils-0.35.0/sqlalchemy_utils/__init__.py
--- old/SQLAlchemy-Utils-0.34.2/sqlalchemy_utils/__init__.py2019-08-20 
14:00:46.0 +0200
+++ new/SQLAlchemy-Utils-0.35.0/sqlalchemy_utils/__init__.py2019-11-01 
11:32:25.0 +0100
@@ -73,6 +73,7 @@
 EncryptedType,
 instrumented_list,
 InstrumentedList,
+Int8RangeType,
 IntRangeType,
 IPAddressType,
 JSONType,
@@ -100,4 +101,4 @@
 refresh_materialized_view
 )
 
-__version__ = '0.34.2'
+__version__ = '0.35.0'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.34.2/sqlalchemy_utils/observer.py 
new/SQLAlchemy-Utils-0.35.0/sqlalchemy_utils/observer.py
--- 

commit python-SQLAlchemy-Utils for openSUSE:Factory

2019-08-27 Thread root
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 
+
+- 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.0 
+0200
+++ new/SQLAlchemy-Utils-0.34.2/CHANGES.rst 2019-08-20 14:00:48.0 
+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-INFO2019-07-15 15:04:41.0 
+0200
+++ new/SQLAlchemy-Utils-0.34.2/PKG-INFO2019-08-20 14:13:22.0 
+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.0 +0200
+++ new/SQLAlchemy-Utils-0.34.2/SQLAlchemy_Utils.egg-info/PKG-INFO  
2019-08-20 14:13:22.0 +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.py2019-06-09 14:59:02.0 
+0200
+++ new/SQLAlchemy-Utils-0.34.2/setup.py2019-08-20 14:11:55.0 
+0200
@@ -93,6 +93,7 @@
 'Programming Language :: Python :: 3.4',
 'Programming Language :: Python :: 3.5',
 'Programming Language :: Python :: 3.6',
+  

commit python-SQLAlchemy-Utils for openSUSE:Factory

2019-07-24 Thread root
Hello community,

here is the log from the commit of package python-SQLAlchemy-Utils for 
openSUSE:Factory checked in at 2019-07-24 20:36:35

Comparing /work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils (Old)
 and  /work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new.4126 (New)


Package is "python-SQLAlchemy-Utils"

Wed Jul 24 20:36:35 2019 rev:19 rq:718175 version:0.34.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils/python-SQLAlchemy-Utils.changes
  2019-06-17 10:34:37.357225729 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new.4126/python-SQLAlchemy-Utils.changes
2019-07-24 20:36:36.410567031 +0200
@@ -1,0 +2,14 @@
+Wed Jul 24 10:05:50 UTC 2019 - Tomáš Chvátal 
+
+- Run fdupes
+- Add missing deps and recommends
+
+---
+Sun Jul 21 17:08:23 UTC 2019 - Arun Persaud 
+
+- update to version 0.34.1:
+  * Remove deprecation warnings (#379, pull request courtesy of
+Le-Stagiaire)
+  * Drop py34 support
+
+---

Old:

  SQLAlchemy-Utils-0.34.0.tar.gz

New:

  SQLAlchemy-Utils-0.34.1.tar.gz



Other differences:
--
++ python-SQLAlchemy-Utils.spec ++
--- /var/tmp/diff_new_pack.oMon0B/_old  2019-07-24 20:36:37.814566877 +0200
+++ /var/tmp/diff_new_pack.oMon0B/_new  2019-07-24 20:36:37.846566874 +0200
@@ -18,18 +18,51 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-SQLAlchemy-Utils
-Version:0.34.0
+Version:0.34.1
 Release:0
 Summary:Various utility functions for SQLAlchemy
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 URL:https://github.com/kvesteri/sqlalchemy-utils
 Source: 
https://files.pythonhosted.org/packages/source/S/SQLAlchemy-Utils/SQLAlchemy-Utils-%{version}.tar.gz
-BuildRequires:  %{python_module SQLAlchemy}
+BuildRequires:  %{python_module Babel >= 1.3}
+BuildRequires:  %{python_module SQLAlchemy >= 1.0}
+BuildRequires:  %{python_module anyjson >= 0.3.3}
+BuildRequires:  %{python_module arrow >= 0.3.4}
+BuildRequires:  %{python_module colour >= 0.0.4}
+BuildRequires:  %{python_module cryptography >= 0.6}
+BuildRequires:  %{python_module flexmock >= 0.9.7}
+BuildRequires:  %{python_module furl >= 0.4.1}
+BuildRequires:  %{python_module intervals >= 0.7.1}
+BuildRequires:  %{python_module mock}
+BuildRequires:  %{python_module passlib >= 1.6}
+BuildRequires:  %{python_module phonenumbers >= 5.9.2}
+BuildRequires:  %{python_module pytest >= 2.7.1}
+BuildRequires:  %{python_module python-dateutil}
+BuildRequires:  %{python_module pytz >= 2014.2}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module six}
+BuildRequires:  fdupes
+BuildRequires:  python-enum34
+BuildRequires:  python-ipaddr
 BuildRequires:  python-rpm-macros
-Requires:   python-SQLAlchemy
+Requires:   python-SQLAlchemy >= 1.0
+Requires:   python-six
+Recommends: python-Babel >= 1.3
+Recommends: python-anyjson >= 0.3.3
+Recommends: python-arrow >= 0.3.4
+Recommends: python-colour >= 0.0.4
+Recommends: python-cryptography >= 0.6
+Recommends: python-dateutil
+Recommends: python-furl >= 0.4.1
+Recommends: python-intervals >= 0.7.1
+Recommends: python-passlib >= 1.6
+Recommends: python-phonenumbers >= 5.9.2
 BuildArch:  noarch
+%ifpython2
+Requires:   python-enum34
+Requires:   python-ipaddr
+%endif
 %python_subpackages
 
 %description
@@ -43,6 +76,11 @@
 
 %install
 %python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
+
+%check
+# requires initialized pgsql database
+#%%pytest
 
 %files %{python_files}
 %license LICENSE

++ SQLAlchemy-Utils-0.34.0.tar.gz -> SQLAlchemy-Utils-0.34.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.34.0/CHANGES.rst 
new/SQLAlchemy-Utils-0.34.1/CHANGES.rst
--- old/SQLAlchemy-Utils-0.34.0/CHANGES.rst 2019-06-09 15:01:31.0 
+0200
+++ new/SQLAlchemy-Utils-0.34.1/CHANGES.rst 2019-07-15 14:45:22.0 
+0200
@@ -4,6 +4,13 @@
 Here you can see the full list of changes between each SQLAlchemy-Utils 
release.
 
 
+0.34.1 (2019-07-15)
+^^^
+
+- Remove deprecation warnings (#379, pull request courtesy of Le-Stagiaire)
+- Drop py34 support
+
+
 0.34.0 (2019-06-09)
 ^^^
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.34.0/PKG-INFO 
new/SQLAlchemy-Utils-0.34.1/PKG-INFO
--- old/SQLAlchemy-Utils-0.34.0/PKG-INFO2019-06-09 15:13:59.0 
+0200
+++ 

commit python-SQLAlchemy-Utils for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package python-SQLAlchemy-Utils for 
openSUSE:Factory checked in at 2019-06-17 10:34:20

Comparing /work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils (Old)
 and  /work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new.4811 (New)


Package is "python-SQLAlchemy-Utils"

Mon Jun 17 10:34:20 2019 rev:18 rq:710134 version:0.34.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils/python-SQLAlchemy-Utils.changes
  2019-01-21 11:03:34.667025697 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new.4811/python-SQLAlchemy-Utils.changes
2019-06-17 10:34:37.357225729 +0200
@@ -1,0 +2,9 @@
+Sat Jun 15 15:51:10 UTC 2019 - Arun Persaud 
+
+- update to version 0.34.0:
+  * Removed array_agg compilation which was never a good idea and
+collided with the latest version of SA. (#374)
+  * Removed deprecation warnings (#373, pull request courtesy of
+pbasista)
+
+---

Old:

  SQLAlchemy-Utils-0.33.11.tar.gz

New:

  SQLAlchemy-Utils-0.34.0.tar.gz



Other differences:
--
++ python-SQLAlchemy-Utils.spec ++
--- /var/tmp/diff_new_pack.9xi36X/_old  2019-06-17 10:34:37.961225427 +0200
+++ /var/tmp/diff_new_pack.9xi36X/_new  2019-06-17 10:34:37.965225425 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-SQLAlchemy-Utils
-Version:0.33.11
+Version:0.34.0
 Release:0
 Summary:Various utility functions for SQLAlchemy
 License:BSD-3-Clause

++ SQLAlchemy-Utils-0.33.11.tar.gz -> SQLAlchemy-Utils-0.34.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.33.11/CHANGES.rst 
new/SQLAlchemy-Utils-0.34.0/CHANGES.rst
--- old/SQLAlchemy-Utils-0.33.11/CHANGES.rst2019-01-13 15:14:21.0 
+0100
+++ new/SQLAlchemy-Utils-0.34.0/CHANGES.rst 2019-06-09 15:01:31.0 
+0200
@@ -4,6 +4,20 @@
 Here you can see the full list of changes between each SQLAlchemy-Utils 
release.
 
 
+0.34.0 (2019-06-09)
+^^^
+
+
+- Removed array_agg compilation which was never a good idea and collided with 
the latest version of SA. (#374)
+- Removed deprecation warnings (#373, pull request courtesy of pbasista)
+
+
+0.33.12 (2019-02-02)
+
+
+- Added ordering support for Country primitive (#361, pull request courtesy of 
TrilceAC)
+
+
 0.33.11 (2019-01-13)
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.33.11/PKG-INFO 
new/SQLAlchemy-Utils-0.34.0/PKG-INFO
--- old/SQLAlchemy-Utils-0.33.11/PKG-INFO   2019-01-13 15:21:50.0 
+0100
+++ new/SQLAlchemy-Utils-0.34.0/PKG-INFO2019-06-09 15:13:59.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: SQLAlchemy-Utils
-Version: 0.33.11
+Version: 0.34.0
 Summary: Various utility functions for SQLAlchemy.
 Home-page: https://github.com/kvesteri/sqlalchemy-utils
 Author: Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/SQLAlchemy-Utils-0.33.11/SQLAlchemy_Utils.egg-info/PKG-INFO 
new/SQLAlchemy-Utils-0.34.0/SQLAlchemy_Utils.egg-info/PKG-INFO
--- old/SQLAlchemy-Utils-0.33.11/SQLAlchemy_Utils.egg-info/PKG-INFO 
2019-01-13 15:21:49.0 +0100
+++ new/SQLAlchemy-Utils-0.34.0/SQLAlchemy_Utils.egg-info/PKG-INFO  
2019-06-09 15:13:58.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: SQLAlchemy-Utils
-Version: 0.33.11
+Version: 0.34.0
 Summary: Various utility functions for SQLAlchemy.
 Home-page: https://github.com/kvesteri/sqlalchemy-utils
 Author: Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/SQLAlchemy-Utils-0.33.11/SQLAlchemy_Utils.egg-info/SOURCES.txt 
new/SQLAlchemy-Utils-0.34.0/SQLAlchemy_Utils.egg-info/SOURCES.txt
--- old/SQLAlchemy-Utils-0.33.11/SQLAlchemy_Utils.egg-info/SOURCES.txt  
2019-01-13 15:21:49.0 +0100
+++ new/SQLAlchemy-Utils-0.34.0/SQLAlchemy_Utils.egg-info/SOURCES.txt   
2019-06-09 15:13:59.0 +0200
@@ -33,6 +33,7 @@
 docs/range_data_types.rst
 docs/testing.rst
 docs/utility_classes.rst
+docs/view.rst
 sqlalchemy_utils/__init__.py
 sqlalchemy_utils/aggregates.py
 sqlalchemy_utils/asserts.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/SQLAlchemy-Utils-0.33.11/SQLAlchemy_Utils.egg-info/requires.txt 

commit python-SQLAlchemy-Utils for openSUSE:Factory

2019-01-21 Thread root
Hello community,

here is the log from the commit of package python-SQLAlchemy-Utils for 
openSUSE:Factory checked in at 2019-01-21 11:01:48

Comparing /work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils (Old)
 and  /work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new.28833 (New)


Package is "python-SQLAlchemy-Utils"

Mon Jan 21 11:01:48 2019 rev:17 rq:667299 version:0.33.11

Changes:

--- 
/work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils/python-SQLAlchemy-Utils.changes
  2019-01-08 12:31:21.184084236 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new.28833/python-SQLAlchemy-Utils.changes
   2019-01-21 11:03:34.667025697 +0100
@@ -1,0 +2,7 @@
+Sun Jan 20 04:34:11 UTC 2019 - Arun Persaud 
+
+- update to version 0.33.11:
+  * Added support for creating and dropping a PostgreSQL database when
+using pg8000 driver (#303, pull request courtesy of mohaseeb)
+
+---

Old:

  SQLAlchemy-Utils-0.33.10.tar.gz

New:

  SQLAlchemy-Utils-0.33.11.tar.gz



Other differences:
--
++ python-SQLAlchemy-Utils.spec ++
--- /var/tmp/diff_new_pack.HLnq9N/_old  2019-01-21 11:03:35.275024917 +0100
+++ /var/tmp/diff_new_pack.HLnq9N/_new  2019-01-21 11:03:35.275024917 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-SQLAlchemy-Utils
-Version:0.33.10
+Version:0.33.11
 Release:0
 Summary:Various utility functions for SQLAlchemy
 License:BSD-3-Clause

++ SQLAlchemy-Utils-0.33.10.tar.gz -> SQLAlchemy-Utils-0.33.11.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.33.10/CHANGES.rst 
new/SQLAlchemy-Utils-0.33.11/CHANGES.rst
--- old/SQLAlchemy-Utils-0.33.10/CHANGES.rst2018-12-27 12:42:21.0 
+0100
+++ new/SQLAlchemy-Utils-0.33.11/CHANGES.rst2019-01-13 15:14:21.0 
+0100
@@ -4,6 +4,12 @@
 Here you can see the full list of changes between each SQLAlchemy-Utils 
release.
 
 
+0.33.11 (2019-01-13)
+
+
+- Added support for creating and dropping a PostgreSQL database when using 
pg8000 driver (#303, pull request courtesy of mohaseeb)
+
+
 0.33.10 (2018-12-27)
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.33.10/PKG-INFO 
new/SQLAlchemy-Utils-0.33.11/PKG-INFO
--- old/SQLAlchemy-Utils-0.33.10/PKG-INFO   2018-12-27 12:49:22.0 
+0100
+++ new/SQLAlchemy-Utils-0.33.11/PKG-INFO   2019-01-13 15:21:50.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: SQLAlchemy-Utils
-Version: 0.33.10
+Version: 0.33.11
 Summary: Various utility functions for SQLAlchemy.
 Home-page: https://github.com/kvesteri/sqlalchemy-utils
 Author: Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/SQLAlchemy-Utils-0.33.10/SQLAlchemy_Utils.egg-info/PKG-INFO 
new/SQLAlchemy-Utils-0.33.11/SQLAlchemy_Utils.egg-info/PKG-INFO
--- old/SQLAlchemy-Utils-0.33.10/SQLAlchemy_Utils.egg-info/PKG-INFO 
2018-12-27 12:49:22.0 +0100
+++ new/SQLAlchemy-Utils-0.33.11/SQLAlchemy_Utils.egg-info/PKG-INFO 
2019-01-13 15:21:49.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: SQLAlchemy-Utils
-Version: 0.33.10
+Version: 0.33.11
 Summary: Various utility functions for SQLAlchemy.
 Home-page: https://github.com/kvesteri/sqlalchemy-utils
 Author: Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/SQLAlchemy-Utils-0.33.10/SQLAlchemy_Utils.egg-info/requires.txt 
new/SQLAlchemy-Utils-0.33.11/SQLAlchemy_Utils.egg-info/requires.txt
--- old/SQLAlchemy-Utils-0.33.10/SQLAlchemy_Utils.egg-info/requires.txt 
2018-12-27 12:49:22.0 +0100
+++ new/SQLAlchemy-Utils-0.33.11/SQLAlchemy_Utils.egg-info/requires.txt 
2019-01-13 15:21:49.0 +0100
@@ -39,6 +39,7 @@
 flexmock>=0.9.7
 mock==2.0.0
 psycopg2>=2.5.1
+pg8000>=1.12.4
 pytz>=2014.2
 python-dateutil>=2.2
 pymysql
@@ -64,6 +65,7 @@
 flexmock>=0.9.7
 mock==2.0.0
 psycopg2>=2.5.1
+pg8000>=1.12.4
 pytz>=2014.2
 python-dateutil>=2.2
 pymysql
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.33.10/setup.py 
new/SQLAlchemy-Utils-0.33.11/setup.py
--- old/SQLAlchemy-Utils-0.33.10/setup.py   2018-11-19 08:53:23.0 
+0100
+++ new/SQLAlchemy-Utils-0.33.11/setup.py   2019-01-13 15:14:28.0 
+0100
@@ -31,6 +31,7 @@
 'flexmock>=0.9.7',
 'mock==2.0.0',

commit python-SQLAlchemy-Utils for openSUSE:Factory

2019-01-08 Thread root
Hello community,

here is the log from the commit of package python-SQLAlchemy-Utils for 
openSUSE:Factory checked in at 2019-01-08 12:29:04

Comparing /work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils (Old)
 and  /work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new.28833 (New)


Package is "python-SQLAlchemy-Utils"

Tue Jan  8 12:29:04 2019 rev:16 rq:663292 version:0.33.10

Changes:

--- 
/work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils/python-SQLAlchemy-Utils.changes
  2018-12-10 12:30:24.786402516 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new.28833/python-SQLAlchemy-Utils.changes
   2019-01-08 12:31:21.184084236 +0100
@@ -1,0 +2,10 @@
+Sun Jan  6 22:26:08 UTC 2019 - Arun Persaud 
+
+- specfile:
+  * update copyright year
+
+- update to version 0.33.10:
+  * Removed optional dependency to Flask-Babel. Now using Babel
+instead. (#333, pull request courtesy of aveuiller)
+
+---

Old:

  SQLAlchemy-Utils-0.33.9.tar.gz

New:

  SQLAlchemy-Utils-0.33.10.tar.gz



Other differences:
--
++ python-SQLAlchemy-Utils.spec ++
--- /var/tmp/diff_new_pack.Fg2P5Y/_old  2019-01-08 12:31:21.704083670 +0100
+++ /var/tmp/diff_new_pack.Fg2P5Y/_new  2019-01-08 12:31:21.708083666 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-SQLAlchemy-Utils
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-SQLAlchemy-Utils
-Version:0.33.9
+Version:0.33.10
 Release:0
 Summary:Various utility functions for SQLAlchemy
 License:BSD-3-Clause

++ SQLAlchemy-Utils-0.33.9.tar.gz -> SQLAlchemy-Utils-0.33.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.33.9/CHANGES.rst 
new/SQLAlchemy-Utils-0.33.10/CHANGES.rst
--- old/SQLAlchemy-Utils-0.33.9/CHANGES.rst 2018-12-04 14:37:35.0 
+0100
+++ new/SQLAlchemy-Utils-0.33.10/CHANGES.rst2018-12-27 12:42:21.0 
+0100
@@ -4,6 +4,12 @@
 Here you can see the full list of changes between each SQLAlchemy-Utils 
release.
 
 
+0.33.10 (2018-12-27)
+
+
+- Removed optional dependency to Flask-Babel. Now using Babel instead. (#333, 
pull request courtesy of aveuiller)
+
+
 0.33.9 (2018-11-19)
 ^^^
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.33.9/PKG-INFO 
new/SQLAlchemy-Utils-0.33.10/PKG-INFO
--- old/SQLAlchemy-Utils-0.33.9/PKG-INFO2018-12-04 14:40:02.0 
+0100
+++ new/SQLAlchemy-Utils-0.33.10/PKG-INFO   2018-12-27 12:49:22.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: SQLAlchemy-Utils
-Version: 0.33.9
+Version: 0.33.10
 Summary: Various utility functions for SQLAlchemy.
 Home-page: https://github.com/kvesteri/sqlalchemy-utils
 Author: Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/SQLAlchemy-Utils-0.33.9/SQLAlchemy_Utils.egg-info/PKG-INFO 
new/SQLAlchemy-Utils-0.33.10/SQLAlchemy_Utils.egg-info/PKG-INFO
--- old/SQLAlchemy-Utils-0.33.9/SQLAlchemy_Utils.egg-info/PKG-INFO  
2018-12-04 14:40:02.0 +0100
+++ new/SQLAlchemy-Utils-0.33.10/SQLAlchemy_Utils.egg-info/PKG-INFO 
2018-12-27 12:49:22.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: SQLAlchemy-Utils
-Version: 0.33.9
+Version: 0.33.10
 Summary: Various utility functions for SQLAlchemy.
 Home-page: https://github.com/kvesteri/sqlalchemy-utils
 Author: Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.33.9/sqlalchemy_utils/__init__.py 
new/SQLAlchemy-Utils-0.33.10/sqlalchemy_utils/__init__.py
--- old/SQLAlchemy-Utils-0.33.9/sqlalchemy_utils/__init__.py2018-12-04 
14:37:43.0 +0100
+++ new/SQLAlchemy-Utils-0.33.10/sqlalchemy_utils/__init__.py   2018-12-27 
12:42:25.0 +0100
@@ -100,4 +100,4 @@
 refresh_materialized_view
 )
 
-__version__ = '0.33.9'
+__version__ = '0.33.10'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.33.9/sqlalchemy_utils/i18n.py 
new/SQLAlchemy-Utils-0.33.10/sqlalchemy_utils/i18n.py
--- 

commit python-SQLAlchemy-Utils for openSUSE:Factory

2018-12-10 Thread root
Hello community,

here is the log from the commit of package python-SQLAlchemy-Utils for 
openSUSE:Factory checked in at 2018-12-10 12:30:22

Comparing /work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils (Old)
 and  /work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new.19453 (New)


Package is "python-SQLAlchemy-Utils"

Mon Dec 10 12:30:22 2018 rev:15 rq:656753 version:0.33.9

Changes:

--- 
/work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils/python-SQLAlchemy-Utils.changes
  2018-11-26 10:29:41.213071565 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new.19453/python-SQLAlchemy-Utils.changes
   2018-12-10 12:30:24.786402516 +0100
@@ -1,0 +2,7 @@
+Sat Dec  8 19:34:43 UTC 2018 - Arun Persaud 
+
+- update to version 0.33.9:
+  * Fixed SQLite database_exists to check for correct file format
+(#306, pull request courtesy of jomasti)
+
+---

Old:

  SQLAlchemy-Utils-0.33.8.tar.gz

New:

  SQLAlchemy-Utils-0.33.9.tar.gz



Other differences:
--
++ python-SQLAlchemy-Utils.spec ++
--- /var/tmp/diff_new_pack.2cLKvj/_old  2018-12-10 12:30:25.210402093 +0100
+++ /var/tmp/diff_new_pack.2cLKvj/_new  2018-12-10 12:30:25.214402088 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-SQLAlchemy-Utils
-Version:0.33.8
+Version:0.33.9
 Release:0
 Summary:Various utility functions for SQLAlchemy
 License:BSD-3-Clause

++ SQLAlchemy-Utils-0.33.8.tar.gz -> SQLAlchemy-Utils-0.33.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.33.8/CHANGES.rst 
new/SQLAlchemy-Utils-0.33.9/CHANGES.rst
--- old/SQLAlchemy-Utils-0.33.8/CHANGES.rst 2018-11-19 13:06:09.0 
+0100
+++ new/SQLAlchemy-Utils-0.33.9/CHANGES.rst 2018-12-04 14:37:35.0 
+0100
@@ -4,6 +4,12 @@
 Here you can see the full list of changes between each SQLAlchemy-Utils 
release.
 
 
+0.33.9 (2018-11-19)
+^^^
+
+- Fixed SQLite database_exists to check for correct file format (#306, pull 
request courtesy of jomasti)
+
+
 0.33.8 (2018-11-19)
 ^^^
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.33.8/PKG-INFO 
new/SQLAlchemy-Utils-0.33.9/PKG-INFO
--- old/SQLAlchemy-Utils-0.33.8/PKG-INFO2018-11-19 13:41:48.0 
+0100
+++ new/SQLAlchemy-Utils-0.33.9/PKG-INFO2018-12-04 14:40:02.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: SQLAlchemy-Utils
-Version: 0.33.8
+Version: 0.33.9
 Summary: Various utility functions for SQLAlchemy.
 Home-page: https://github.com/kvesteri/sqlalchemy-utils
 Author: Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/SQLAlchemy-Utils-0.33.8/SQLAlchemy_Utils.egg-info/PKG-INFO 
new/SQLAlchemy-Utils-0.33.9/SQLAlchemy_Utils.egg-info/PKG-INFO
--- old/SQLAlchemy-Utils-0.33.8/SQLAlchemy_Utils.egg-info/PKG-INFO  
2018-11-19 13:41:47.0 +0100
+++ new/SQLAlchemy-Utils-0.33.9/SQLAlchemy_Utils.egg-info/PKG-INFO  
2018-12-04 14:40:02.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: SQLAlchemy-Utils
-Version: 0.33.8
+Version: 0.33.9
 Summary: Various utility functions for SQLAlchemy.
 Home-page: https://github.com/kvesteri/sqlalchemy-utils
 Author: Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.33.8/conftest.py 
new/SQLAlchemy-Utils-0.33.9/conftest.py
--- old/SQLAlchemy-Utils-0.33.8/conftest.py 2018-11-19 08:53:23.0 
+0100
+++ new/SQLAlchemy-Utils-0.33.9/conftest.py 2018-12-04 14:36:31.0 
+0100
@@ -73,7 +73,7 @@
 
 
 @pytest.fixture
-def sqlite_file_dsn():
+def sqlite_file_dsn(db_name):
 return 'sqlite:///{0}.db'.format(db_name)
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/SQLAlchemy-Utils-0.33.8/docs/internationalization.rst 
new/SQLAlchemy-Utils-0.33.9/docs/internationalization.rst
--- old/SQLAlchemy-Utils-0.33.8/docs/internationalization.rst   2018-09-20 
09:34:12.0 +0200
+++ new/SQLAlchemy-Utils-0.33.9/docs/internationalization.rst   2018-12-03 
08:37:23.0 +0100
@@ -88,7 +88,7 @@
 Translation hybrids can also be used as expressions.
 ::
 
-session.query(Article).filter(Article.name['en'] == 'Some article')
+session.query(Article).filter(Article.name_translations['en'] == 'Some 
article')
 
 
 By default if no value is found for 

commit python-SQLAlchemy-Utils for openSUSE:Factory

2018-11-26 Thread root
Hello community,

here is the log from the commit of package python-SQLAlchemy-Utils for 
openSUSE:Factory checked in at 2018-11-26 10:29:24

Comparing /work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils (Old)
 and  /work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new.19453 (New)


Package is "python-SQLAlchemy-Utils"

Mon Nov 26 10:29:24 2018 rev:14 rq:651323 version:0.33.8

Changes:

--- 
/work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils/python-SQLAlchemy-Utils.changes
  2018-10-15 09:47:56.871069559 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new.19453/python-SQLAlchemy-Utils.changes
   2018-11-26 10:29:41.213071565 +0100
@@ -1,0 +2,11 @@
+Thu Nov 22 21:49:03 UTC 2018 - Arun Persaud 
+
+- update to version 0.33.8:
+  * Added support of short-code in PhoneNumberType (#348, pull request
+courtesy of anandtripathi5)
+
+- changes from version 0.33.7:
+  * Added MSSQL support for create_database and drop_database (#337,
+pull request courtesy of jomasti)
+
+---

Old:

  SQLAlchemy-Utils-0.33.6.tar.gz

New:

  SQLAlchemy-Utils-0.33.8.tar.gz



Other differences:
--
++ python-SQLAlchemy-Utils.spec ++
--- /var/tmp/diff_new_pack.icCUmR/_old  2018-11-26 10:29:41.773070908 +0100
+++ /var/tmp/diff_new_pack.icCUmR/_new  2018-11-26 10:29:41.773070908 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-SQLAlchemy-Utils
-Version:0.33.6
+Version:0.33.8
 Release:0
 Summary:Various utility functions for SQLAlchemy
 License:BSD-3-Clause

++ SQLAlchemy-Utils-0.33.6.tar.gz -> SQLAlchemy-Utils-0.33.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.33.6/CHANGES.rst 
new/SQLAlchemy-Utils-0.33.8/CHANGES.rst
--- old/SQLAlchemy-Utils-0.33.6/CHANGES.rst 2018-10-14 09:08:52.0 
+0200
+++ new/SQLAlchemy-Utils-0.33.8/CHANGES.rst 2018-11-19 13:06:09.0 
+0100
@@ -4,6 +4,18 @@
 Here you can see the full list of changes between each SQLAlchemy-Utils 
release.
 
 
+0.33.8 (2018-11-19)
+^^^
+
+- Added support of short-code in PhoneNumberType (#348, pull request courtesy 
of anandtripathi5)
+
+
+0.33.7 (2018-11-19)
+^^^
+
+- Added MSSQL support for create_database and drop_database (#337, pull 
request courtesy of jomasti)
+
+
 0.33.6 (2018-10-14)
 ^^^
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.33.6/PKG-INFO 
new/SQLAlchemy-Utils-0.33.8/PKG-INFO
--- old/SQLAlchemy-Utils-0.33.6/PKG-INFO2018-10-14 09:21:45.0 
+0200
+++ new/SQLAlchemy-Utils-0.33.8/PKG-INFO2018-11-19 13:41:48.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: SQLAlchemy-Utils
-Version: 0.33.6
+Version: 0.33.8
 Summary: Various utility functions for SQLAlchemy.
 Home-page: https://github.com/kvesteri/sqlalchemy-utils
 Author: Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/SQLAlchemy-Utils-0.33.6/SQLAlchemy_Utils.egg-info/PKG-INFO 
new/SQLAlchemy-Utils-0.33.8/SQLAlchemy_Utils.egg-info/PKG-INFO
--- old/SQLAlchemy-Utils-0.33.6/SQLAlchemy_Utils.egg-info/PKG-INFO  
2018-10-14 09:21:45.0 +0200
+++ new/SQLAlchemy-Utils-0.33.8/SQLAlchemy_Utils.egg-info/PKG-INFO  
2018-11-19 13:41:47.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: SQLAlchemy-Utils
-Version: 0.33.6
+Version: 0.33.8
 Summary: Various utility functions for SQLAlchemy.
 Home-page: https://github.com/kvesteri/sqlalchemy-utils
 Author: Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/SQLAlchemy-Utils-0.33.6/SQLAlchemy_Utils.egg-info/requires.txt 
new/SQLAlchemy-Utils-0.33.8/SQLAlchemy_Utils.egg-info/requires.txt
--- old/SQLAlchemy-Utils-0.33.6/SQLAlchemy_Utils.egg-info/requires.txt  
2018-10-14 09:21:45.0 +0200
+++ new/SQLAlchemy-Utils-0.33.8/SQLAlchemy_Utils.egg-info/requires.txt  
2018-11-19 13:41:47.0 +0100
@@ -44,6 +44,7 @@
 pymysql
 flake8>=2.4.0
 isort>=4.2.2
+pyodbc
 
 [test_all]
 anyjson>=0.3.3
@@ -68,6 +69,7 @@
 pymysql
 flake8>=2.4.0
 isort>=4.2.2
+pyodbc
 python-dateutil
 furl >= 0.4.1
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.33.6/conftest.py 
new/SQLAlchemy-Utils-0.33.8/conftest.py
--- old/SQLAlchemy-Utils-0.33.6/conftest.py 2018-02-18 15:31:37.0 
+0100
+++ 

commit python-SQLAlchemy-Utils for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package python-SQLAlchemy-Utils for 
openSUSE:Factory checked in at 2018-10-15 09:46:43

Comparing /work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils (Old)
 and  /work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new (New)


Package is "python-SQLAlchemy-Utils"

Mon Oct 15 09:46:43 2018 rev:13 rq:641950 version:0.33.6

Changes:

--- 
/work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils/python-SQLAlchemy-Utils.changes
  2018-09-26 14:24:56.585776677 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new/python-SQLAlchemy-Utils.changes
 2018-10-15 09:47:56.871069559 +0200
@@ -1,0 +2,7 @@
+Sun Oct 14 15:24:01 UTC 2018 - Arun Persaud 
+
+- update to version 0.33.6:
+  * Fixed passlib compatibility issue (again) (#342)
+  * Added support for SQL VIEWs
+
+---

Old:

  SQLAlchemy-Utils-0.33.5.tar.gz

New:

  SQLAlchemy-Utils-0.33.6.tar.gz



Other differences:
--
++ python-SQLAlchemy-Utils.spec ++
--- /var/tmp/diff_new_pack.4ovrdq/_old  2018-10-15 09:47:59.411066735 +0200
+++ /var/tmp/diff_new_pack.4ovrdq/_new  2018-10-15 09:47:59.415066731 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-SQLAlchemy-Utils
-Version:0.33.5
+Version:0.33.6
 Release:0
 Summary:Various utility functions for SQLAlchemy
 License:BSD-3-Clause

++ SQLAlchemy-Utils-0.33.5.tar.gz -> SQLAlchemy-Utils-0.33.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.33.5/CHANGES.rst 
new/SQLAlchemy-Utils-0.33.6/CHANGES.rst
--- old/SQLAlchemy-Utils-0.33.5/CHANGES.rst 2018-09-20 09:34:38.0 
+0200
+++ new/SQLAlchemy-Utils-0.33.6/CHANGES.rst 2018-10-14 09:08:52.0 
+0200
@@ -4,6 +4,13 @@
 Here you can see the full list of changes between each SQLAlchemy-Utils 
release.
 
 
+0.33.6 (2018-10-14)
+^^^
+
+- Fixed passlib compatibility issue (again) (#342)
+- Added support for SQL VIEWs
+
+
 0.33.5 (2018-09-19)
 ^^^
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.33.5/PKG-INFO 
new/SQLAlchemy-Utils-0.33.6/PKG-INFO
--- old/SQLAlchemy-Utils-0.33.5/PKG-INFO2018-09-20 09:39:00.0 
+0200
+++ new/SQLAlchemy-Utils-0.33.6/PKG-INFO2018-10-14 09:21:45.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: SQLAlchemy-Utils
-Version: 0.33.5
+Version: 0.33.6
 Summary: Various utility functions for SQLAlchemy.
 Home-page: https://github.com/kvesteri/sqlalchemy-utils
 Author: Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/SQLAlchemy-Utils-0.33.5/SQLAlchemy_Utils.egg-info/PKG-INFO 
new/SQLAlchemy-Utils-0.33.6/SQLAlchemy_Utils.egg-info/PKG-INFO
--- old/SQLAlchemy-Utils-0.33.5/SQLAlchemy_Utils.egg-info/PKG-INFO  
2018-09-20 09:39:00.0 +0200
+++ new/SQLAlchemy-Utils-0.33.6/SQLAlchemy_Utils.egg-info/PKG-INFO  
2018-10-14 09:21:45.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: SQLAlchemy-Utils
-Version: 0.33.5
+Version: 0.33.6
 Summary: Various utility functions for SQLAlchemy.
 Home-page: https://github.com/kvesteri/sqlalchemy-utils
 Author: Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/SQLAlchemy-Utils-0.33.5/SQLAlchemy_Utils.egg-info/SOURCES.txt 
new/SQLAlchemy-Utils-0.33.6/SQLAlchemy_Utils.egg-info/SOURCES.txt
--- old/SQLAlchemy-Utils-0.33.5/SQLAlchemy_Utils.egg-info/SOURCES.txt   
2018-09-20 09:39:00.0 +0200
+++ new/SQLAlchemy-Utils-0.33.6/SQLAlchemy_Utils.egg-info/SOURCES.txt   
2018-10-14 09:21:45.0 +0200
@@ -41,7 +41,6 @@
 sqlalchemy_utils/generic.py
 sqlalchemy_utils/i18n.py
 sqlalchemy_utils/listeners.py
-sqlalchemy_utils/materialized_view.py
 sqlalchemy_utils/models.py
 sqlalchemy_utils/observer.py
 sqlalchemy_utils/operators.py
@@ -49,6 +48,7 @@
 sqlalchemy_utils/proxy_dict.py
 sqlalchemy_utils/query_chain.py
 sqlalchemy_utils/utils.py
+sqlalchemy_utils/view.py
 sqlalchemy_utils/functions/__init__.py
 sqlalchemy_utils/functions/database.py
 sqlalchemy_utils/functions/foreign_keys.py
@@ -99,13 +99,13 @@
 tests/test_expressions.py
 tests/test_instant_defaults_listener.py
 tests/test_instrumented_list.py
-tests/test_materialized_view.py
 tests/test_models.py
 tests/test_path.py
 tests/test_proxy_dict.py
 tests/test_query_chain.py
 tests/test_sort_query.py
 tests/test_translation_hybrid.py

commit python-SQLAlchemy-Utils for openSUSE:Factory

2018-09-26 Thread root
Hello community,

here is the log from the commit of package python-SQLAlchemy-Utils for 
openSUSE:Factory checked in at 2018-09-26 14:24:34

Comparing /work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils (Old)
 and  /work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new (New)


Package is "python-SQLAlchemy-Utils"

Wed Sep 26 14:24:34 2018 rev:12 rq:638277 version:0.33.5

Changes:

--- 
/work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils/python-SQLAlchemy-Utils.changes
  2018-09-18 11:44:20.623853770 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new/python-SQLAlchemy-Utils.changes
 2018-09-26 14:24:56.585776677 +0200
@@ -1,0 +2,9 @@
+Sat Sep 22 05:30:08 UTC 2018 - Arun Persaud 
+
+- update to version 0.33.5:
+  * Added optional attr parameter for locale calleble in
+TranslationHybrid
+  * Fixed an issue with PasswordType so that it is compatible with
+older versions of passlib (#342)
+
+---

Old:

  SQLAlchemy-Utils-0.33.4.tar.gz

New:

  SQLAlchemy-Utils-0.33.5.tar.gz



Other differences:
--
++ python-SQLAlchemy-Utils.spec ++
--- /var/tmp/diff_new_pack.lc6n86/_old  2018-09-26 14:24:57.073775901 +0200
+++ /var/tmp/diff_new_pack.lc6n86/_new  2018-09-26 14:24:57.05895 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-SQLAlchemy-Utils
-Version:0.33.4
+Version:0.33.5
 Release:0
 Summary:Various utility functions for SQLAlchemy
 License:BSD-3-Clause

++ SQLAlchemy-Utils-0.33.4.tar.gz -> SQLAlchemy-Utils-0.33.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.33.4/CHANGES.rst 
new/SQLAlchemy-Utils-0.33.5/CHANGES.rst
--- old/SQLAlchemy-Utils-0.33.4/CHANGES.rst 2018-09-11 09:51:09.0 
+0200
+++ new/SQLAlchemy-Utils-0.33.5/CHANGES.rst 2018-09-20 09:34:38.0 
+0200
@@ -3,6 +3,14 @@
 
 Here you can see the full list of changes between each SQLAlchemy-Utils 
release.
 
+
+0.33.5 (2018-09-19)
+^^^
+
+- Added optional attr parameter for locale calleble in TranslationHybrid
+- Fixed an issue with PasswordType so that it is compatible with older 
versions of passlib (#342)
+
+
 0.33.4 (2018-09-11)
 ^^^
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.33.4/PKG-INFO 
new/SQLAlchemy-Utils-0.33.5/PKG-INFO
--- old/SQLAlchemy-Utils-0.33.4/PKG-INFO2018-09-11 09:52:29.0 
+0200
+++ new/SQLAlchemy-Utils-0.33.5/PKG-INFO2018-09-20 09:39:00.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: SQLAlchemy-Utils
-Version: 0.33.4
+Version: 0.33.5
 Summary: Various utility functions for SQLAlchemy.
 Home-page: https://github.com/kvesteri/sqlalchemy-utils
 Author: Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/SQLAlchemy-Utils-0.33.4/SQLAlchemy_Utils.egg-info/PKG-INFO 
new/SQLAlchemy-Utils-0.33.5/SQLAlchemy_Utils.egg-info/PKG-INFO
--- old/SQLAlchemy-Utils-0.33.4/SQLAlchemy_Utils.egg-info/PKG-INFO  
2018-09-11 09:52:29.0 +0200
+++ new/SQLAlchemy-Utils-0.33.5/SQLAlchemy_Utils.egg-info/PKG-INFO  
2018-09-20 09:39:00.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: SQLAlchemy-Utils
-Version: 0.33.4
+Version: 0.33.5
 Summary: Various utility functions for SQLAlchemy.
 Home-page: https://github.com/kvesteri/sqlalchemy-utils
 Author: Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/SQLAlchemy-Utils-0.33.4/docs/internationalization.rst 
new/SQLAlchemy-Utils-0.33.5/docs/internationalization.rst
--- old/SQLAlchemy-Utils-0.33.4/docs/internationalization.rst   2015-08-16 
10:02:59.0 +0200
+++ new/SQLAlchemy-Utils-0.33.5/docs/internationalization.rst   2018-09-20 
09:34:12.0 +0200
@@ -120,7 +120,9 @@
 ---
 
 Sometimes locales need to be dynamic. The following example illustrates how to 
setup
-dynamic locales.
+dynamic locales. You can pass a callable of either 0, 1 or 2 args as a 
constructor parameter for TranslationHybrid.
+
+The first argument should be the associated object and second parameter the 
name of the translations attribute.
 
 
 ::
@@ -142,12 +144,24 @@
 
 
 article = Article(name_translations={'en': 'Some article'})
+article.locale = 'en'
 session.add(article)
 session.commit()
 
 article.name  # Some article (even if current locale is other than 'en')
 
 

commit python-SQLAlchemy-Utils for openSUSE:Factory

2018-09-18 Thread root
Hello community,

here is the log from the commit of package python-SQLAlchemy-Utils for 
openSUSE:Factory checked in at 2018-09-18 11:44:09

Comparing /work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils (Old)
 and  /work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new (New)


Package is "python-SQLAlchemy-Utils"

Tue Sep 18 11:44:09 2018 rev:11 rq:636126 version:0.33.4

Changes:

--- 
/work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils/python-SQLAlchemy-Utils.changes
  2018-05-08 13:38:49.854324337 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new/python-SQLAlchemy-Utils.changes
 2018-09-18 11:44:20.623853770 +0200
@@ -1,0 +2,11 @@
+Sun Sep 16 15:28:26 UTC 2018 - Arun Persaud 
+
+- specfile:
+  * remove devel from noarch
+  * be more specific in %files section
+
+- update to version 0.33.4:
+  * Made PasswordType use `hash` function instead of deprecated
+`encrypt` function (#341, pull request courtesy of libre-man)
+
+---

Old:

  SQLAlchemy-Utils-0.33.3.tar.gz

New:

  SQLAlchemy-Utils-0.33.4.tar.gz



Other differences:
--
++ python-SQLAlchemy-Utils.spec ++
--- /var/tmp/diff_new_pack.tIEEZB/_old  2018-09-18 11:44:21.503852853 +0200
+++ /var/tmp/diff_new_pack.tIEEZB/_new  2018-09-18 11:44:21.503852853 +0200
@@ -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-SQLAlchemy-Utils
-Version:0.33.3
+Version:0.33.4
 Release:0
 Summary:Various utility functions for SQLAlchemy
 License:BSD-3-Clause
@@ -26,7 +26,6 @@
 URL:https://github.com/kvesteri/sqlalchemy-utils
 Source: 
https://files.pythonhosted.org/packages/source/S/SQLAlchemy-Utils/SQLAlchemy-Utils-%{version}.tar.gz
 BuildRequires:  %{python_module SQLAlchemy}
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  python-rpm-macros
 Requires:   python-SQLAlchemy
@@ -48,6 +47,8 @@
 %files %{python_files}
 %license LICENSE
 %doc README.rst
-%{python_sitelib}/*
+%dir %{python_sitelib}/sqlalchemy_utils
+%{python_sitelib}/sqlalchemy_utils/*
+%{python_sitelib}/SQLAlchemy_Utils-%{version}-py*.egg-info
 
 %changelog

++ SQLAlchemy-Utils-0.33.3.tar.gz -> SQLAlchemy-Utils-0.33.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.33.3/CHANGES.rst 
new/SQLAlchemy-Utils-0.33.4/CHANGES.rst
--- old/SQLAlchemy-Utils-0.33.3/CHANGES.rst 2018-04-29 09:12:35.0 
+0200
+++ new/SQLAlchemy-Utils-0.33.4/CHANGES.rst 2018-09-11 09:51:09.0 
+0200
@@ -3,6 +3,11 @@
 
 Here you can see the full list of changes between each SQLAlchemy-Utils 
release.
 
+0.33.4 (2018-09-11)
+^^^
+
+- Made PasswordType use `hash` function instead of deprecated `encrypt` 
function (#341, pull request courtesy of libre-man)
+
 
 0.33.3 (2018-04-29)
 ^^^
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.33.3/PKG-INFO 
new/SQLAlchemy-Utils-0.33.4/PKG-INFO
--- old/SQLAlchemy-Utils-0.33.3/PKG-INFO2018-04-29 09:24:56.0 
+0200
+++ new/SQLAlchemy-Utils-0.33.4/PKG-INFO2018-09-11 09:52:29.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: SQLAlchemy-Utils
-Version: 0.33.3
+Version: 0.33.4
 Summary: Various utility functions for SQLAlchemy.
 Home-page: https://github.com/kvesteri/sqlalchemy-utils
 Author: Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/SQLAlchemy-Utils-0.33.3/SQLAlchemy_Utils.egg-info/PKG-INFO 
new/SQLAlchemy-Utils-0.33.4/SQLAlchemy_Utils.egg-info/PKG-INFO
--- old/SQLAlchemy-Utils-0.33.3/SQLAlchemy_Utils.egg-info/PKG-INFO  
2018-04-29 09:24:56.0 +0200
+++ new/SQLAlchemy-Utils-0.33.4/SQLAlchemy_Utils.egg-info/PKG-INFO  
2018-09-11 09:52:29.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: SQLAlchemy-Utils
-Version: 0.33.3
+Version: 0.33.4
 Summary: Various utility functions for SQLAlchemy.
 Home-page: https://github.com/kvesteri/sqlalchemy-utils
 Author: Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.33.3/sqlalchemy_utils/__init__.py 

commit python-SQLAlchemy-Utils for openSUSE:Factory

2018-05-08 Thread root
Hello community,

here is the log from the commit of package python-SQLAlchemy-Utils for 
openSUSE:Factory checked in at 2018-05-08 13:38:48

Comparing /work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils (Old)
 and  /work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new (New)


Package is "python-SQLAlchemy-Utils"

Tue May  8 13:38:48 2018 rev:10 rq:605121 version:0.33.3

Changes:

--- 
/work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils/python-SQLAlchemy-Utils.changes
  2018-03-26 13:13:19.539208875 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new/python-SQLAlchemy-Utils.changes
 2018-05-08 13:38:49.854324337 +0200
@@ -1,0 +2,13 @@
+Sun May  6 05:44:06 UTC 2018 - a...@gmx.de
+
+- update to version 0.33.3:
+  * Added new AesGcmEngine (#322, pull request courtesy of
+manishahluwalia)
+
+- changes from version 0.33.2:
+  * Added support for universal wheels (#312, pull request courtesy of
+nsoranzo)
+  * Fixed usage of template0 and template1 with postgres database
+functions. (#286, pull request courtesy of funkybob)
+
+---

Old:

  SQLAlchemy-Utils-0.33.1.tar.gz

New:

  SQLAlchemy-Utils-0.33.3.tar.gz



Other differences:
--
++ python-SQLAlchemy-Utils.spec ++
--- /var/tmp/diff_new_pack.DydxIu/_old  2018-05-08 13:38:50.410304268 +0200
+++ /var/tmp/diff_new_pack.DydxIu/_new  2018-05-08 13:38:50.414304125 +0200
@@ -18,21 +18,19 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-SQLAlchemy-Utils
-Version:0.33.1
+Version:0.33.3
 Release:0
 Summary:Various utility functions for SQLAlchemy
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Url:https://github.com/kvesteri/sqlalchemy-utils
+URL:https://github.com/kvesteri/sqlalchemy-utils
 Source: 
https://files.pythonhosted.org/packages/source/S/SQLAlchemy-Utils/SQLAlchemy-Utils-%{version}.tar.gz
 BuildRequires:  %{python_module SQLAlchemy}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  python-rpm-macros
 Requires:   python-SQLAlchemy
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-
 %python_subpackages
 
 %description
@@ -48,8 +46,8 @@
 %python_install
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE README.rst
+%license LICENSE
+%doc README.rst
 %{python_sitelib}/*
 
 %changelog

++ SQLAlchemy-Utils-0.33.1.tar.gz -> SQLAlchemy-Utils-0.33.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.33.1/CHANGES.rst 
new/SQLAlchemy-Utils-0.33.3/CHANGES.rst
--- old/SQLAlchemy-Utils-0.33.1/CHANGES.rst 2018-03-19 15:50:26.0 
+0100
+++ new/SQLAlchemy-Utils-0.33.3/CHANGES.rst 2018-04-29 09:12:35.0 
+0200
@@ -4,6 +4,19 @@
 Here you can see the full list of changes between each SQLAlchemy-Utils 
release.
 
 
+0.33.3 (2018-04-29)
+^^^
+
+- Added new AesGcmEngine (#322, pull request courtesy of manishahluwalia)
+
+
+0.33.2 (2018-04-02)
+^^^
+
+- Added support for universal wheels (#312, pull request courtesy of nsoranzo)
+- Fixed usage of template0 and template1 with postgres database functions. 
(#286, pull request courtesy of funkybob)
+
+
 0.33.1 (2018-03-19)
 ^^^
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.33.1/PKG-INFO 
new/SQLAlchemy-Utils-0.33.3/PKG-INFO
--- old/SQLAlchemy-Utils-0.33.1/PKG-INFO2018-03-19 15:54:38.0 
+0100
+++ new/SQLAlchemy-Utils-0.33.3/PKG-INFO2018-04-29 09:24:56.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: SQLAlchemy-Utils
-Version: 0.33.1
+Version: 0.33.3
 Summary: Various utility functions for SQLAlchemy.
 Home-page: https://github.com/kvesteri/sqlalchemy-utils
 Author: Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/SQLAlchemy-Utils-0.33.1/SQLAlchemy_Utils.egg-info/PKG-INFO 
new/SQLAlchemy-Utils-0.33.3/SQLAlchemy_Utils.egg-info/PKG-INFO
--- old/SQLAlchemy-Utils-0.33.1/SQLAlchemy_Utils.egg-info/PKG-INFO  
2018-03-19 15:54:38.0 +0100
+++ new/SQLAlchemy-Utils-0.33.3/SQLAlchemy_Utils.egg-info/PKG-INFO  
2018-04-29 09:24:56.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: SQLAlchemy-Utils
-Version: 0.33.1
+Version: 0.33.3
 Summary: Various utility functions for SQLAlchemy.
 Home-page: https://github.com/kvesteri/sqlalchemy-utils
 Author: Konsta Vesterinen, Ryan Leckey, 

commit python-SQLAlchemy-Utils for openSUSE:Factory

2018-03-26 Thread root
Hello community,

here is the log from the commit of package python-SQLAlchemy-Utils for 
openSUSE:Factory checked in at 2018-03-26 13:13:14

Comparing /work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils (Old)
 and  /work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new (New)


Package is "python-SQLAlchemy-Utils"

Mon Mar 26 13:13:14 2018 rev:9 rq:590818 version:0.33.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils/python-SQLAlchemy-Utils.changes
  2018-02-20 17:55:52.476737512 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new/python-SQLAlchemy-Utils.changes
 2018-03-26 13:13:19.539208875 +0200
@@ -1,0 +2,7 @@
+Sat Mar 24 00:02:42 UTC 2018 - a...@gmx.de
+
+- update to version 0.33.1:
+  * Fixed EncryptedType for Oracle padding attack (#316, pull request
+courtesy of manishahluwalia)
+
+---

Old:

  SQLAlchemy-Utils-0.33.0.tar.gz

New:

  SQLAlchemy-Utils-0.33.1.tar.gz



Other differences:
--
++ python-SQLAlchemy-Utils.spec ++
--- /var/tmp/diff_new_pack.MBUcSQ/_old  2018-03-26 13:13:21.131151627 +0200
+++ /var/tmp/diff_new_pack.MBUcSQ/_new  2018-03-26 13:13:21.139151340 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-SQLAlchemy-Utils
-Version:0.33.0
+Version:0.33.1
 Release:0
 Summary:Various utility functions for SQLAlchemy
 License:BSD-3-Clause

++ SQLAlchemy-Utils-0.33.0.tar.gz -> SQLAlchemy-Utils-0.33.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.33.0/CHANGES.rst 
new/SQLAlchemy-Utils-0.33.1/CHANGES.rst
--- old/SQLAlchemy-Utils-0.33.0/CHANGES.rst 2018-02-18 15:42:06.0 
+0100
+++ new/SQLAlchemy-Utils-0.33.1/CHANGES.rst 2018-03-19 15:50:26.0 
+0100
@@ -4,6 +4,12 @@
 Here you can see the full list of changes between each SQLAlchemy-Utils 
release.
 
 
+0.33.1 (2018-03-19)
+^^^
+
+- Fixed EncryptedType for Oracle padding attack (#316, pull request courtesy 
of manishahluwalia)
+
+
 0.33.0 (2018-02-18)
 ^^^
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.33.0/PKG-INFO 
new/SQLAlchemy-Utils-0.33.1/PKG-INFO
--- old/SQLAlchemy-Utils-0.33.0/PKG-INFO2018-02-18 15:47:12.0 
+0100
+++ new/SQLAlchemy-Utils-0.33.1/PKG-INFO2018-03-19 15:54:38.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: SQLAlchemy-Utils
-Version: 0.33.0
+Version: 0.33.1
 Summary: Various utility functions for SQLAlchemy.
 Home-page: https://github.com/kvesteri/sqlalchemy-utils
 Author: Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/SQLAlchemy-Utils-0.33.0/SQLAlchemy_Utils.egg-info/PKG-INFO 
new/SQLAlchemy-Utils-0.33.1/SQLAlchemy_Utils.egg-info/PKG-INFO
--- old/SQLAlchemy-Utils-0.33.0/SQLAlchemy_Utils.egg-info/PKG-INFO  
2018-02-18 15:47:12.0 +0100
+++ new/SQLAlchemy-Utils-0.33.1/SQLAlchemy_Utils.egg-info/PKG-INFO  
2018-03-19 15:54:38.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: SQLAlchemy-Utils
-Version: 0.33.0
+Version: 0.33.1
 Summary: Various utility functions for SQLAlchemy.
 Home-page: https://github.com/kvesteri/sqlalchemy-utils
 Author: Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/SQLAlchemy-Utils-0.33.0/SQLAlchemy_Utils.egg-info/SOURCES.txt 
new/SQLAlchemy-Utils-0.33.1/SQLAlchemy_Utils.egg-info/SOURCES.txt
--- old/SQLAlchemy-Utils-0.33.0/SQLAlchemy_Utils.egg-info/SOURCES.txt   
2018-02-18 15:47:12.0 +0100
+++ new/SQLAlchemy-Utils-0.33.1/SQLAlchemy_Utils.egg-info/SOURCES.txt   
2018-03-19 15:54:38.0 +0100
@@ -195,4 +195,5 @@
 tests/types/test_tsvector.py
 tests/types/test_url.py
 tests/types/test_uuid.py
-tests/types/test_weekdays.py
\ No newline at end of file
+tests/types/test_weekdays.py
+tests/types/encrypted/test_padding.py
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.33.0/sqlalchemy_utils/__init__.py 
new/SQLAlchemy-Utils-0.33.1/sqlalchemy_utils/__init__.py
--- old/SQLAlchemy-Utils-0.33.0/sqlalchemy_utils/__init__.py2018-02-18 
15:42:27.0 +0100
+++ new/SQLAlchemy-Utils-0.33.1/sqlalchemy_utils/__init__.py2018-03-19 
15:50:31.0 +0100
@@ -99,4 +99,4 @@
 WeekDaysType
 )
 
-__version__ = '0.33.0'
+__version__ = '0.33.1'
diff -urN 

commit python-SQLAlchemy-Utils for openSUSE:Factory

2018-02-20 Thread root
Hello community,

here is the log from the commit of package python-SQLAlchemy-Utils for 
openSUSE:Factory checked in at 2018-02-20 17:55:43

Comparing /work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils (Old)
 and  /work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new (New)


Package is "python-SQLAlchemy-Utils"

Tue Feb 20 17:55:43 2018 rev:8 rq:578202 version:0.33.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils/python-SQLAlchemy-Utils.changes
  2017-11-15 16:58:15.107040572 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new/python-SQLAlchemy-Utils.changes
 2018-02-20 17:55:52.476737512 +0100
@@ -1,0 +2,14 @@
+Mon Feb 19 17:16:09 UTC 2018 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 0.33.0:
+  * Added support for materialized views in PostgreSQL
+  * Added Ltree.descendant_of and Ltree.ancestor_of (#311, pull
+request courtesy of kageurufu)
+  * Dropped Python 3.3 support
+  * Fixed EncryptedType padding (#301, pull request courtesy of
+konstantinoskostis)
+
+---

Old:

  SQLAlchemy-Utils-0.32.21.tar.gz

New:

  SQLAlchemy-Utils-0.33.0.tar.gz



Other differences:
--
++ python-SQLAlchemy-Utils.spec ++
--- /var/tmp/diff_new_pack.24qcZ9/_old  2018-02-20 17:55:54.904650091 +0100
+++ /var/tmp/diff_new_pack.24qcZ9/_new  2018-02-20 17:55:54.904650091 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-SQLAlchemy-Utils
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-SQLAlchemy-Utils
-Version:0.32.21
+Version:0.33.0
 Release:0
 Summary:Various utility functions for SQLAlchemy
 License:BSD-3-Clause

++ SQLAlchemy-Utils-0.32.21.tar.gz -> SQLAlchemy-Utils-0.33.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.32.21/CHANGES.rst 
new/SQLAlchemy-Utils-0.33.0/CHANGES.rst
--- old/SQLAlchemy-Utils-0.32.21/CHANGES.rst2017-11-11 18:53:06.0 
+0100
+++ new/SQLAlchemy-Utils-0.33.0/CHANGES.rst 2018-02-18 15:42:06.0 
+0100
@@ -4,6 +4,15 @@
 Here you can see the full list of changes between each SQLAlchemy-Utils 
release.
 
 
+0.33.0 (2018-02-18)
+^^^
+
+- Added support for materialized views in PostgreSQL
+- Added Ltree.descendant_of and Ltree.ancestor_of (#311, pull request courtesy 
of kageurufu)
+- Dropped Python 3.3 support
+- Fixed EncryptedType padding (#301, pull request courtesy of 
konstantinoskostis)
+
+
 0.32.21 (2017-11-11)
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.32.21/PKG-INFO 
new/SQLAlchemy-Utils-0.33.0/PKG-INFO
--- old/SQLAlchemy-Utils-0.32.21/PKG-INFO   2017-11-11 19:41:23.0 
+0100
+++ new/SQLAlchemy-Utils-0.33.0/PKG-INFO2018-02-18 15:47:12.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: SQLAlchemy-Utils
-Version: 0.32.21
+Version: 0.33.0
 Summary: Various utility functions for SQLAlchemy.
 Home-page: https://github.com/kvesteri/sqlalchemy-utils
 Author: Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen
@@ -21,7 +21,6 @@
 Classifier: Programming Language :: Python :: 2
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.3
 Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/SQLAlchemy-Utils-0.32.21/SQLAlchemy_Utils.egg-info/PKG-INFO 
new/SQLAlchemy-Utils-0.33.0/SQLAlchemy_Utils.egg-info/PKG-INFO
--- old/SQLAlchemy-Utils-0.32.21/SQLAlchemy_Utils.egg-info/PKG-INFO 
2017-11-11 19:41:23.0 +0100
+++ new/SQLAlchemy-Utils-0.33.0/SQLAlchemy_Utils.egg-info/PKG-INFO  
2018-02-18 15:47:12.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: SQLAlchemy-Utils
-Version: 0.32.21
+Version: 0.33.0
 Summary: Various utility functions for SQLAlchemy.
 Home-page: https://github.com/kvesteri/sqlalchemy-utils
 Author: Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen
@@ -21,7 +21,6 @@
 Classifier: Programming Language :: Python :: 2
 Classifier: Programming Language :: 

commit python-SQLAlchemy-Utils for openSUSE:Factory

2017-11-15 Thread root
Hello community,

here is the log from the commit of package python-SQLAlchemy-Utils for 
openSUSE:Factory checked in at 2017-11-15 16:58:07

Comparing /work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils (Old)
 and  /work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new (New)


Package is "python-SQLAlchemy-Utils"

Wed Nov 15 16:58:07 2017 rev:7 rq:541231 version:0.32.21

Changes:

--- 
/work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils/python-SQLAlchemy-Utils.changes
  2017-11-08 15:10:17.905687117 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new/python-SQLAlchemy-Utils.changes
 2017-11-15 16:58:15.107040572 +0100
@@ -1,0 +2,11 @@
+Mon Nov 13 04:55:56 UTC 2017 - a...@gmx.de
+
+- update to version 0.32.21:
+  * Close connections on exists, create and drop database functions
+(#295, pull request courtesy of Terseus)
+
+- changes from version 0.32.20 :
+  * Added __hash__ method for choice objects (#294, pull request
+courtesy of havelock)
+
+---

Old:

  SQLAlchemy-Utils-0.32.19.tar.gz

New:

  SQLAlchemy-Utils-0.32.21.tar.gz



Other differences:
--
++ python-SQLAlchemy-Utils.spec ++
--- /var/tmp/diff_new_pack.diw3U0/_old  2017-11-15 16:58:16.722981367 +0100
+++ /var/tmp/diff_new_pack.diw3U0/_new  2017-11-15 16:58:16.726981221 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-SQLAlchemy-Utils
-Version:0.32.19
+Version:0.32.21
 Release:0
 Summary:Various utility functions for SQLAlchemy
 License:BSD-3-Clause

++ SQLAlchemy-Utils-0.32.19.tar.gz -> SQLAlchemy-Utils-0.32.21.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.32.19/.isort.cfg 
new/SQLAlchemy-Utils-0.32.21/.isort.cfg
--- old/SQLAlchemy-Utils-0.32.19/.isort.cfg 2016-01-20 08:23:47.0 
+0100
+++ new/SQLAlchemy-Utils-0.32.21/.isort.cfg 2017-11-11 18:53:06.0 
+0100
@@ -1,5 +1,6 @@
 [settings]
 known_first_party=sqlalchemy_utils
+known_third_party=flexmock
 line_length=79
 multi_line_output=3
 not_skip=__init__.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.32.19/CHANGES.rst 
new/SQLAlchemy-Utils-0.32.21/CHANGES.rst
--- old/SQLAlchemy-Utils-0.32.19/CHANGES.rst2017-10-17 10:34:46.0 
+0200
+++ new/SQLAlchemy-Utils-0.32.21/CHANGES.rst2017-11-11 18:53:06.0 
+0100
@@ -4,6 +4,18 @@
 Here you can see the full list of changes between each SQLAlchemy-Utils 
release.
 
 
+0.32.21 (2017-11-11)
+
+
+- Close connections on exists, create and drop database functions (#295, pull 
request courtesy of Terseus)
+
+
+0.32.20 (2017-11-04)
+
+
+- Added `__hash__` method for choice objects (#294, pull request courtesy of 
havelock)
+
+
 0.32.19 (2017-10-17)
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.32.19/PKG-INFO 
new/SQLAlchemy-Utils-0.32.21/PKG-INFO
--- old/SQLAlchemy-Utils-0.32.19/PKG-INFO   2017-10-17 10:44:09.0 
+0200
+++ new/SQLAlchemy-Utils-0.32.21/PKG-INFO   2017-11-11 19:41:23.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: SQLAlchemy-Utils
-Version: 0.32.19
+Version: 0.32.21
 Summary: Various utility functions for SQLAlchemy.
 Home-page: https://github.com/kvesteri/sqlalchemy-utils
 Author: Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/SQLAlchemy-Utils-0.32.19/SQLAlchemy_Utils.egg-info/PKG-INFO 
new/SQLAlchemy-Utils-0.32.21/SQLAlchemy_Utils.egg-info/PKG-INFO
--- old/SQLAlchemy-Utils-0.32.19/SQLAlchemy_Utils.egg-info/PKG-INFO 
2017-10-17 10:44:09.0 +0200
+++ new/SQLAlchemy-Utils-0.32.21/SQLAlchemy_Utils.egg-info/PKG-INFO 
2017-11-11 19:41:23.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: SQLAlchemy-Utils
-Version: 0.32.19
+Version: 0.32.21
 Summary: Various utility functions for SQLAlchemy.
 Home-page: https://github.com/kvesteri/sqlalchemy-utils
 Author: Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.32.19/docs/installation.rst 
new/SQLAlchemy-Utils-0.32.21/docs/installation.rst
--- old/SQLAlchemy-Utils-0.32.19/docs/installation.rst  2016-07-17 
22:00:22.0 +0200
+++ new/SQLAlchemy-Utils-0.32.21/docs/installation.rst  2017-11-11 
18:53:06.0 +0100
@@ -13,6 +13,7 @@
 - cPython 

commit python-SQLAlchemy-Utils for openSUSE:Factory

2017-11-08 Thread root
Hello community,

here is the log from the commit of package python-SQLAlchemy-Utils for 
openSUSE:Factory checked in at 2017-11-08 15:10:01

Comparing /work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils (Old)
 and  /work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new (New)


Package is "python-SQLAlchemy-Utils"

Wed Nov  8 15:10:01 2017 rev:6 rq:536030 version:0.32.19

Changes:

--- 
/work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils/python-SQLAlchemy-Utils.changes
  2017-10-09 19:48:42.878282572 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new/python-SQLAlchemy-Utils.changes
 2017-11-08 15:10:17.905687117 +0100
@@ -1,0 +2,7 @@
+Tue Oct 17 16:05:33 UTC 2017 - a...@gmx.de
+
+- update to version 0.32.19:
+  * Fixed select_correlated_expression order by for intermediate table
+aliases
+
+---

Old:

  SQLAlchemy-Utils-0.32.18.tar.gz

New:

  SQLAlchemy-Utils-0.32.19.tar.gz



Other differences:
--
++ python-SQLAlchemy-Utils.spec ++
--- /var/tmp/diff_new_pack.aybEof/_old  2017-11-08 15:10:18.933649589 +0100
+++ /var/tmp/diff_new_pack.aybEof/_new  2017-11-08 15:10:18.933649589 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-SQLAlchemy-Utils
-Version:0.32.18
+Version:0.32.19
 Release:0
 Summary:Various utility functions for SQLAlchemy
 License:BSD-3-Clause

++ SQLAlchemy-Utils-0.32.18.tar.gz -> SQLAlchemy-Utils-0.32.19.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.32.18/CHANGES.rst 
new/SQLAlchemy-Utils-0.32.19/CHANGES.rst
--- old/SQLAlchemy-Utils-0.32.18/CHANGES.rst2017-10-06 09:17:30.0 
+0200
+++ new/SQLAlchemy-Utils-0.32.19/CHANGES.rst2017-10-17 10:34:46.0 
+0200
@@ -4,6 +4,12 @@
 Here you can see the full list of changes between each SQLAlchemy-Utils 
release.
 
 
+0.32.19 (2017-10-17)
+
+
+- Fixed select_correlated_expression order by for intermediate table aliases
+
+
 0.32.18 (2017-10-06)
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.32.18/PKG-INFO 
new/SQLAlchemy-Utils-0.32.19/PKG-INFO
--- old/SQLAlchemy-Utils-0.32.18/PKG-INFO   2017-10-06 09:18:25.0 
+0200
+++ new/SQLAlchemy-Utils-0.32.19/PKG-INFO   2017-10-17 10:44:09.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: SQLAlchemy-Utils
-Version: 0.32.18
+Version: 0.32.19
 Summary: Various utility functions for SQLAlchemy.
 Home-page: https://github.com/kvesteri/sqlalchemy-utils
 Author: Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/SQLAlchemy-Utils-0.32.18/SQLAlchemy_Utils.egg-info/PKG-INFO 
new/SQLAlchemy-Utils-0.32.19/SQLAlchemy_Utils.egg-info/PKG-INFO
--- old/SQLAlchemy-Utils-0.32.18/SQLAlchemy_Utils.egg-info/PKG-INFO 
2017-10-06 09:18:25.0 +0200
+++ new/SQLAlchemy-Utils-0.32.19/SQLAlchemy_Utils.egg-info/PKG-INFO 
2017-10-17 10:44:09.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: SQLAlchemy-Utils
-Version: 0.32.18
+Version: 0.32.19
 Summary: Various utility functions for SQLAlchemy.
 Home-page: https://github.com/kvesteri/sqlalchemy-utils
 Author: Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/SQLAlchemy-Utils-0.32.18/sqlalchemy_utils/__init__.py 
new/SQLAlchemy-Utils-0.32.19/sqlalchemy_utils/__init__.py
--- old/SQLAlchemy-Utils-0.32.18/sqlalchemy_utils/__init__.py   2017-10-06 
09:16:21.0 +0200
+++ new/SQLAlchemy-Utils-0.32.19/sqlalchemy_utils/__init__.py   2017-10-17 
10:35:09.0 +0200
@@ -95,4 +95,4 @@
 WeekDaysType
 )
 
-__version__ = '0.32.18'
+__version__ = '0.32.19'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/SQLAlchemy-Utils-0.32.18/sqlalchemy_utils/relationships/__init__.py 
new/SQLAlchemy-Utils-0.32.19/sqlalchemy_utils/relationships/__init__.py
--- old/SQLAlchemy-Utils-0.32.18/sqlalchemy_utils/relationships/__init__.py 
2016-04-25 16:20:06.0 +0200
+++ new/SQLAlchemy-Utils-0.32.19/sqlalchemy_utils/relationships/__init__.py 
2017-10-17 10:12:03.0 +0200
@@ -95,14 +95,20 @@
 relationships = list(reversed(path_to_relationships(path, root_model)))
 
 query = sa.select([expr])
-selectable = sa.inspect(leaf_model).selectable
+
+join_expr, aliases = chained_inverse_join(relationships, leaf_model)
 

commit python-SQLAlchemy-Utils for openSUSE:Factory

2017-10-09 Thread root
Hello community,

here is the log from the commit of package python-SQLAlchemy-Utils for 
openSUSE:Factory checked in at 2017-10-09 19:46:59

Comparing /work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils (Old)
 and  /work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new (New)


Package is "python-SQLAlchemy-Utils"

Mon Oct  9 19:46:59 2017 rev:5 rq:532614 version:0.32.18

Changes:

--- 
/work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils/python-SQLAlchemy-Utils.changes
  2017-09-27 16:55:27.834132136 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new/python-SQLAlchemy-Utils.changes
 2017-10-09 19:48:42.878282572 +0200
@@ -1,0 +2,14 @@
+Sat Oct  7 14:41:15 UTC 2017 - a...@gmx.de
+
+- update to version 0.32.18:
+  * Made aggregated attributes to work with subclass objects (#287,
+pull request courtesy of fayazkhan)
+
+---
+Sat Sep 30 16:30:16 UTC 2017 - a...@gmx.de
+
+- update to version 0.32.17:
+  * Added support for MSSQL uniqueidentifier type (#283, pull request
+courtesy of nHurD)
+
+---

Old:

  SQLAlchemy-Utils-0.32.16.tar.gz

New:

  SQLAlchemy-Utils-0.32.18.tar.gz



Other differences:
--
++ python-SQLAlchemy-Utils.spec ++
--- /var/tmp/diff_new_pack.3UQFDn/_old  2017-10-09 19:48:43.390260070 +0200
+++ /var/tmp/diff_new_pack.3UQFDn/_new  2017-10-09 19:48:43.394259895 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-SQLAlchemy-Utils
-Version:0.32.16
+Version:0.32.18
 Release:0
 Summary:Various utility functions for SQLAlchemy
 License:BSD-3-Clause

++ SQLAlchemy-Utils-0.32.16.tar.gz -> SQLAlchemy-Utils-0.32.18.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.32.16/CHANGES.rst 
new/SQLAlchemy-Utils-0.32.18/CHANGES.rst
--- old/SQLAlchemy-Utils-0.32.16/CHANGES.rst2017-09-01 11:08:03.0 
+0200
+++ new/SQLAlchemy-Utils-0.32.18/CHANGES.rst2017-10-06 09:17:30.0 
+0200
@@ -4,6 +4,18 @@
 Here you can see the full list of changes between each SQLAlchemy-Utils 
release.
 
 
+0.32.18 (2017-10-06)
+
+
+- Made aggregated attributes to work with subclass objects (#287, pull request 
courtesy of fayazkhan)
+
+
+0.32.17 (2017-09-29)
+
+
+- Added support for MSSQL uniqueidentifier type (#283, pull request courtesy 
of nHurD)
+
+
 0.32.16 (2017-09-01)
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.32.16/PKG-INFO 
new/SQLAlchemy-Utils-0.32.18/PKG-INFO
--- old/SQLAlchemy-Utils-0.32.16/PKG-INFO   2017-09-01 11:09:22.0 
+0200
+++ new/SQLAlchemy-Utils-0.32.18/PKG-INFO   2017-10-06 09:18:25.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: SQLAlchemy-Utils
-Version: 0.32.16
+Version: 0.32.18
 Summary: Various utility functions for SQLAlchemy.
 Home-page: https://github.com/kvesteri/sqlalchemy-utils
 Author: Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/SQLAlchemy-Utils-0.32.16/SQLAlchemy_Utils.egg-info/PKG-INFO 
new/SQLAlchemy-Utils-0.32.18/SQLAlchemy_Utils.egg-info/PKG-INFO
--- old/SQLAlchemy-Utils-0.32.16/SQLAlchemy_Utils.egg-info/PKG-INFO 
2017-09-01 11:09:21.0 +0200
+++ new/SQLAlchemy-Utils-0.32.18/SQLAlchemy_Utils.egg-info/PKG-INFO 
2017-10-06 09:18:25.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: SQLAlchemy-Utils
-Version: 0.32.16
+Version: 0.32.18
 Summary: Various utility functions for SQLAlchemy.
 Home-page: https://github.com/kvesteri/sqlalchemy-utils
 Author: Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/SQLAlchemy-Utils-0.32.16/sqlalchemy_utils/__init__.py 
new/SQLAlchemy-Utils-0.32.18/sqlalchemy_utils/__init__.py
--- old/SQLAlchemy-Utils-0.32.16/sqlalchemy_utils/__init__.py   2017-09-01 
11:08:46.0 +0200
+++ new/SQLAlchemy-Utils-0.32.18/sqlalchemy_utils/__init__.py   2017-10-06 
09:16:21.0 +0200
@@ -95,4 +95,4 @@
 WeekDaysType
 )
 
-__version__ = '0.32.16'
+__version__ = '0.32.18'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/SQLAlchemy-Utils-0.32.16/sqlalchemy_utils/aggregates.py 
new/SQLAlchemy-Utils-0.32.18/sqlalchemy_utils/aggregates.py
--- old/SQLAlchemy-Utils-0.32.16/sqlalchemy_utils/aggregates.py 2016-04-25 

commit python-SQLAlchemy-Utils for openSUSE:Factory

2017-09-27 Thread root
Hello community,

here is the log from the commit of package python-SQLAlchemy-Utils for 
openSUSE:Factory checked in at 2017-09-27 16:55:26

Comparing /work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils (Old)
 and  /work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new (New)


Package is "python-SQLAlchemy-Utils"

Wed Sep 27 16:55:26 2017 rev:4 rq:528893 version:0.32.16

Changes:

--- 
/work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils/python-SQLAlchemy-Utils.changes
  2017-09-05 15:14:46.644971447 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new/python-SQLAlchemy-Utils.changes
 2017-09-27 16:55:27.834132136 +0200
@@ -1,0 +2,11 @@
+Sun Sep 24 21:56:50 UTC 2017 - a...@gmx.de
+
+- update to version 0.32.16:
+  * Added more hints when decrypting AES with an invalid key (#275,
+pull request courtesy of xrmx)
+
+- changes from version 0.32.15:
+  * Added better handling of date types for EncryptedType (#184, pull
+request courtesy of konstantinoskostis)
+
+---

Old:

  SQLAlchemy-Utils-0.32.14.tar.gz

New:

  SQLAlchemy-Utils-0.32.16.tar.gz



Other differences:
--
++ python-SQLAlchemy-Utils.spec ++
--- /var/tmp/diff_new_pack.5zCJXc/_old  2017-09-27 16:55:28.490039863 +0200
+++ /var/tmp/diff_new_pack.5zCJXc/_new  2017-09-27 16:55:28.494039300 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-SQLAlchemy-Utils
-Version:0.32.14
+Version:0.32.16
 Release:0
 Summary:Various utility functions for SQLAlchemy
 License:BSD-3-Clause

++ SQLAlchemy-Utils-0.32.14.tar.gz -> SQLAlchemy-Utils-0.32.16.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.32.14/CHANGES.rst 
new/SQLAlchemy-Utils-0.32.16/CHANGES.rst
--- old/SQLAlchemy-Utils-0.32.14/CHANGES.rst2017-03-27 15:48:21.0 
+0200
+++ new/SQLAlchemy-Utils-0.32.16/CHANGES.rst2017-09-01 11:08:03.0 
+0200
@@ -4,6 +4,18 @@
 Here you can see the full list of changes between each SQLAlchemy-Utils 
release.
 
 
+0.32.16 (2017-09-01)
+
+
+- Added more hints when decrypting AES with an invalid key (#275, pull request 
courtesy of xrmx)
+
+
+0.32.15 (2017-08-31)
+
+
+- Added better handling of date types for EncryptedType (#184, pull request 
courtesy of konstantinoskostis)
+
+
 0.32.14 (2017-03-27)
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.32.14/PKG-INFO 
new/SQLAlchemy-Utils-0.32.16/PKG-INFO
--- old/SQLAlchemy-Utils-0.32.14/PKG-INFO   2017-03-27 15:57:06.0 
+0200
+++ new/SQLAlchemy-Utils-0.32.16/PKG-INFO   2017-09-01 11:09:22.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: SQLAlchemy-Utils
-Version: 0.32.14
+Version: 0.32.16
 Summary: Various utility functions for SQLAlchemy.
 Home-page: https://github.com/kvesteri/sqlalchemy-utils
 Author: Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/SQLAlchemy-Utils-0.32.14/SQLAlchemy_Utils.egg-info/PKG-INFO 
new/SQLAlchemy-Utils-0.32.16/SQLAlchemy_Utils.egg-info/PKG-INFO
--- old/SQLAlchemy-Utils-0.32.14/SQLAlchemy_Utils.egg-info/PKG-INFO 
2017-03-27 15:57:05.0 +0200
+++ new/SQLAlchemy-Utils-0.32.16/SQLAlchemy_Utils.egg-info/PKG-INFO 
2017-09-01 11:09:21.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: SQLAlchemy-Utils
-Version: 0.32.14
+Version: 0.32.16
 Summary: Various utility functions for SQLAlchemy.
 Home-page: https://github.com/kvesteri/sqlalchemy-utils
 Author: Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/SQLAlchemy-Utils-0.32.14/sqlalchemy_utils/__init__.py 
new/SQLAlchemy-Utils-0.32.16/sqlalchemy_utils/__init__.py
--- old/SQLAlchemy-Utils-0.32.14/sqlalchemy_utils/__init__.py   2017-03-27 
15:48:47.0 +0200
+++ new/SQLAlchemy-Utils-0.32.16/sqlalchemy_utils/__init__.py   2017-09-01 
11:08:46.0 +0200
@@ -95,4 +95,4 @@
 WeekDaysType
 )
 
-__version__ = '0.32.14'
+__version__ = '0.32.16'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/SQLAlchemy-Utils-0.32.14/sqlalchemy_utils/types/encrypted.py 
new/SQLAlchemy-Utils-0.32.16/sqlalchemy_utils/types/encrypted.py
--- old/SQLAlchemy-Utils-0.32.14/sqlalchemy_utils/types/encrypted.py
2017-03-12 11:08:09.0 +0100
+++ 

commit python-SQLAlchemy-Utils for openSUSE:Factory

2017-09-05 Thread root
Hello community,

here is the log from the commit of package python-SQLAlchemy-Utils for 
openSUSE:Factory checked in at 2017-09-05 15:14:46

Comparing /work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils (Old)
 and  /work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new (New)


Package is "python-SQLAlchemy-Utils"

Tue Sep  5 15:14:46 2017 rev:3 rq:518322 version:0.32.14

Changes:

--- 
/work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils/python-SQLAlchemy-Utils.changes
  2016-11-24 21:22:41.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new/python-SQLAlchemy-Utils.changes
 2017-09-05 15:14:46.644971447 +0200
@@ -1,0 +2,14 @@
+Wed Aug 23 05:02:53 UTC 2017 - tbecht...@suse.com
+
+- update to 0.32.14:
+  - Fixed drop_database version comparison
+  - Fixed a DeprecationWarning by using LargeBinary instead of Binary
+  - Added generic_repr decorator
+  - TimeZoneType support for static timezones
+  - Added SQLite support for PasswordType
+  - Added PhoneNumber as the python_type for PhoneNumberType
+  - Made auto_delete_orphans support backref tuples
+  - Added support for multi-column observers
+- convert to singlespec
+
+---

Old:

  SQLAlchemy-Utils-0.32.9.tar.gz

New:

  SQLAlchemy-Utils-0.32.14.tar.gz



Other differences:
--
++ python-SQLAlchemy-Utils.spec ++
--- /var/tmp/diff_new_pack.xekbdk/_old  2017-09-05 15:14:47.284881499 +0200
+++ /var/tmp/diff_new_pack.xekbdk/_new  2017-09-05 15:14:47.20936 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-SQLAlchemy-Utils
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,24 +16,24 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-SQLAlchemy-Utils
-Version:0.32.9
+Version:0.32.14
 Release:0
 Summary:Various utility functions for SQLAlchemy
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:https://github.com/kvesteri/sqlalchemy-utils
-Source: 
https://pypi.io/packages/source/S/SQLAlchemy-Utils/SQLAlchemy-Utils-%{version}.tar.gz
-BuildRequires:  python-SQLAlchemy
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
+Source: 
https://files.pythonhosted.org/packages/source/S/SQLAlchemy-Utils/SQLAlchemy-Utils-%{version}.tar.gz
+BuildRequires:  %{python_module SQLAlchemy}
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  python-rpm-macros
 Requires:   python-SQLAlchemy
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
 BuildArch:  noarch
-%endif
+
+%python_subpackages
 
 %description
 Various utility functions and custom data types for SQLAlchemy.
@@ -42,12 +42,12 @@
 %setup -q -n SQLAlchemy-Utils-%{version}
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
 %doc LICENSE README.rst
 %{python_sitelib}/*

++ SQLAlchemy-Utils-0.32.9.tar.gz -> SQLAlchemy-Utils-0.32.14.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.32.9/CHANGES.rst 
new/SQLAlchemy-Utils-0.32.14/CHANGES.rst
--- old/SQLAlchemy-Utils-0.32.9/CHANGES.rst 2016-07-17 22:00:14.0 
+0200
+++ new/SQLAlchemy-Utils-0.32.14/CHANGES.rst2017-03-27 15:48:21.0 
+0200
@@ -4,6 +4,38 @@
 Here you can see the full list of changes between each SQLAlchemy-Utils 
release.
 
 
+0.32.14 (2017-03-27)
+
+
+- Fixed drop_database version comparison
+
+
+0.32.13 (2017-03-12)
+
+
+- Fixed a DeprecationWarning by using LargeBinary instead of Binary (#263, 
pull request courtesy of jacquerie)
+
+
+0.32.12 (2016-12-18)
+
+
+- Added generic_repr decorator
+
+
+0.32.11 (2016-11-19)
+
+
+- TimeZoneType support for static timezones (#244, pull request courtesy of 
fuhrysteve)
+- Added SQLite support for PasswordType (#254, pull request courtesy of frol)
+
+
+0.32.10 (2016-10-20)
+
+
+- Added PhoneNumber as the python_type for PhoneNumberType (#248)
+- Made auto_delete_orphans support backref tuples (#234, 

commit python-SQLAlchemy-Utils for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package python-SQLAlchemy-Utils for 
openSUSE:Factory checked in at 2016-11-24 21:22:40

Comparing /work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils (Old)
 and  /work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new (New)


Package is "python-SQLAlchemy-Utils"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils/python-SQLAlchemy-Utils.changes
  2016-10-10 16:20:03.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new/python-SQLAlchemy-Utils.changes
 2016-11-24 21:22:41.0 +0100
@@ -1,0 +2,7 @@
+Mon Nov 14 13:59:20 UTC 2016 - dmuel...@suse.com
+
+- udpate to 0.32.9:
+  - Added support for multi-column observers (#231, pull request courtesy of 
quantus)
+  - Fixed EmailType to respect constructor args (#230, pull request courtesy 
of quantus)
+
+---

Old:

  SQLAlchemy-Utils-0.32.7.tar.gz

New:

  SQLAlchemy-Utils-0.32.9.tar.gz



Other differences:
--
++ python-SQLAlchemy-Utils.spec ++
--- /var/tmp/diff_new_pack.RVW1ch/_old  2016-11-24 21:22:42.0 +0100
+++ /var/tmp/diff_new_pack.RVW1ch/_new  2016-11-24 21:22:42.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-SQLAlchemy-Utils
-Version:0.32.7
+Version:0.32.9
 Release:0
 Summary:Various utility functions for SQLAlchemy
 License:BSD-3-Clause

++ SQLAlchemy-Utils-0.32.7.tar.gz -> SQLAlchemy-Utils-0.32.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.32.7/CHANGES.rst 
new/SQLAlchemy-Utils-0.32.9/CHANGES.rst
--- old/SQLAlchemy-Utils-0.32.7/CHANGES.rst 2016-05-20 09:01:16.0 
+0200
+++ new/SQLAlchemy-Utils-0.32.9/CHANGES.rst 2016-07-17 22:00:14.0 
+0200
@@ -4,6 +4,18 @@
 Here you can see the full list of changes between each SQLAlchemy-Utils 
release.
 
 
+0.32.9 (2016-07-17)
+^^^
+
+- Added support for multi-column observers (#231, pull request courtesy of 
quantus)
+
+
+0.32.8 (2016-05-20)
+^^^
+
+- Fixed EmailType to respect constructor args (#230, pull request courtesy of 
quantus)
+
+
 0.32.7 (2016-05-20)
 ^^^
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.32.7/PKG-INFO 
new/SQLAlchemy-Utils-0.32.9/PKG-INFO
--- old/SQLAlchemy-Utils-0.32.7/PKG-INFO2016-05-30 11:40:44.0 
+0200
+++ new/SQLAlchemy-Utils-0.32.9/PKG-INFO2016-07-17 22:02:35.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: SQLAlchemy-Utils
-Version: 0.32.7
+Version: 0.32.9
 Summary: Various utility functions for SQLAlchemy.
 Home-page: https://github.com/kvesteri/sqlalchemy-utils
 Author: Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.32.7/README.rst 
new/SQLAlchemy-Utils-0.32.9/README.rst
--- old/SQLAlchemy-Utils-0.32.7/README.rst  2015-08-16 10:02:58.0 
+0200
+++ new/SQLAlchemy-Utils-0.32.9/README.rst  2016-07-10 11:03:30.0 
+0200
@@ -10,7 +10,7 @@
 Resources
 -
 
-- `Documentation `_
+- `Documentation `_
 - `Issue Tracker `_
 - `Code `_
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/SQLAlchemy-Utils-0.32.7/SQLAlchemy_Utils.egg-info/PKG-INFO 
new/SQLAlchemy-Utils-0.32.9/SQLAlchemy_Utils.egg-info/PKG-INFO
--- old/SQLAlchemy-Utils-0.32.7/SQLAlchemy_Utils.egg-info/PKG-INFO  
2016-05-30 11:40:43.0 +0200
+++ new/SQLAlchemy-Utils-0.32.9/SQLAlchemy_Utils.egg-info/PKG-INFO  
2016-07-17 22:02:34.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: SQLAlchemy-Utils
-Version: 0.32.7
+Version: 0.32.9
 Summary: Various utility functions for SQLAlchemy.
 Home-page: https://github.com/kvesteri/sqlalchemy-utils
 Author: Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.32.7/docs/installation.rst 
new/SQLAlchemy-Utils-0.32.9/docs/installation.rst
--- old/SQLAlchemy-Utils-0.32.7/docs/installation.rst   2016-01-20 
08:23:47.0 +0100
+++ new/SQLAlchemy-Utils-0.32.9/docs/installation.rst   2016-07-17 
22:00:22.0 +0200
@@ -8,7 +8,7 @@
 
 SQLAlchemy-Utils has been tested against the following Python platforms.
 
-- cPython 2.6
+- cPython 2.6