commit python-tinydb for openSUSE:Factory

2020-10-13 Thread root
Hello community,

here is the log from the commit of package python-tinydb for openSUSE:Factory 
checked in at 2020-10-13 15:41:54

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


Package is "python-tinydb"

Tue Oct 13 15:41:54 2020 rev:8 rq:841139 version:4.2.0

Changes:

--- /work/SRC/openSUSE:Factory/python-tinydb/python-tinydb.changes  
2020-09-29 19:05:41.222046787 +0200
+++ /work/SRC/openSUSE:Factory/.python-tinydb.new.3486/python-tinydb.changes
2020-10-13 15:43:35.345396444 +0200
@@ -1,0 +2,9 @@
+Sat Oct 10 18:44:41 UTC 2020 - Arun Persaud 
+
+- update to version 4.2.0:
+  * Feature: Add support for specifying document IDs during insertion
+(see issue 303)
+  * Internal change: Use OrderedDict.move_to_end() in the query cache
+(see issue 338)
+
+---

Old:

  tinydb-4.1.1.tar.gz

New:

  tinydb-4.2.0.tar.gz



Other differences:
--
++ python-tinydb.spec ++
--- /var/tmp/diff_new_pack.lx8UeS/_old  2020-10-13 15:43:35.973396715 +0200
+++ /var/tmp/diff_new_pack.lx8UeS/_new  2020-10-13 15:43:35.977396717 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-tinydb
-Version:4.1.1
+Version:4.2.0
 Release:0
 Summary:A document-oriented database
 License:MIT

++ tinydb-4.1.1.tar.gz -> tinydb-4.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tinydb-4.1.1/LICENSE new/tinydb-4.2.0/LICENSE
--- old/tinydb-4.1.1/LICENSE2017-01-16 12:29:58.0 +0100
+++ new/tinydb-4.2.0/LICENSE2020-10-03 16:59:11.341498100 +0200
@@ -1,7 +1,7 @@
-Copyright (C) 2013 Markus Siemens 
-
-Permission is hereby granted, free of charge, to any person obtaining a copy 
of this software and associated documentation files (the "Software"), to deal 
in the Software without restriction, including without limitation the rights to 
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
of the Software, and to permit persons to whom the Software is furnished to do 
so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all 
copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
SOFTWARE.
+Copyright (C) 2013 Markus Siemens 
+
+Permission is hereby granted, free of charge, to any person obtaining a copy 
of this software and associated documentation files (the "Software"), to deal 
in the Software without restriction, including without limitation the rights to 
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
of the Software, and to permit persons to whom the Software is furnished to do 
so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all 
copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
SOFTWARE.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tinydb-4.1.1/PKG-INFO new/tinydb-4.2.0/PKG-INFO
--- old/tinydb-4.1.1/PKG-INFO   2020-05-08 16:36:38.86000 +0200
+++ new/tinydb-4.2.0/PKG-INFO   2020-10-03 16:59:35.037635000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: tinydb
-Version: 4.1.1
+Version: 4.2.0
 Summary: TinyDB is a tiny, document oriented database optimized for your 
happiness :)
 Home-page: https://github.com/msiemens/tinydb
 License: MIT
@@ -18,6 +18,7 @@
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
 Classifier: Programming Language :: Python :: 3.8
+Classifier: Programming Language :: Python :: 3.9
 Classifier: Programming Language :: Pytho

commit python-tinydb for openSUSE:Factory

2020-09-29 Thread root
Hello community,

here is the log from the commit of package python-tinydb for openSUSE:Factory 
checked in at 2020-09-29 19:05:28

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


Package is "python-tinydb"

Tue Sep 29 19:05:28 2020 rev:7 rq:838543 version:4.1.1

Changes:

--- /work/SRC/openSUSE:Factory/python-tinydb/python-tinydb.changes  
2020-01-02 14:43:45.152968966 +0100
+++ /work/SRC/openSUSE:Factory/.python-tinydb.new.4249/python-tinydb.changes
2020-09-29 19:05:41.222046787 +0200
@@ -1,0 +2,7 @@
+Thu Sep 24 12:08:57 UTC 2020 - Axel Braun 
+
+- Version 4.1.1
+  group added to .spec file (RPMLINT complain)
+  Python 3 only
+
+---

Old:

  tinydb-3.15.2.tar.gz

New:

  tinydb-4.1.1.tar.gz



Other differences:
--
++ python-tinydb.spec ++
--- /var/tmp/diff_new_pack.gjXjcg/_old  2020-09-29 19:05:42.202047775 +0200
+++ /var/tmp/diff_new_pack.gjXjcg/_new  2020-09-29 19:05:42.206047780 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-tinydb
 #
-# 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
@@ -17,11 +17,13 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:   python-tinydb
-Version:3.15.2
+Version:4.1.1
 Release:0
 Summary:A document-oriented database
 License:MIT
+Group:  Productivity/Databases/Servers
 URL:https://github.com/msiemens/tinydb
 Source: 
https://files.pythonhosted.org/packages/source/t/tinydb/tinydb-%{version}.tar.gz
 BuildRequires:  %{python_module PyYAML}
@@ -42,7 +44,6 @@
 %prep
 %setup -q -n tinydb-%{version}
 sed -i '/pytest-cov/d' setup.py
-sed -i '/addopts/d' setup.cfg
 chmod a-x LICENSE
 dos2unix LICENSE
 

++ tinydb-3.15.2.tar.gz -> tinydb-4.1.1.tar.gz ++
 5191 lines of diff (skipped)




commit python-tinydb for openSUSE:Factory

2020-01-02 Thread root
Hello community,

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

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


Package is "python-tinydb"

Thu Jan  2 14:43:26 2020 rev:6 rq:760371 version:3.15.2

Changes:

--- /work/SRC/openSUSE:Factory/python-tinydb/python-tinydb.changes  
2019-11-10 22:49:58.294075348 +0100
+++ /work/SRC/openSUSE:Factory/.python-tinydb.new.6675/python-tinydb.changes
2020-01-02 14:43:45.152968966 +0100
@@ -1,0 +2,7 @@
+Sun Dec 29 21:16:42 UTC 2019 - Arun Persaud 
+
+- update to version 3.15.2:
+  * Fix: handle Query().search and Query().matches with non-string
+values correctly (see a forum post by foprel).
+
+---

Old:

  tinydb-3.15.1.tar.gz

New:

  tinydb-3.15.2.tar.gz



Other differences:
--
++ python-tinydb.spec ++
--- /var/tmp/diff_new_pack.FiGbao/_old  2020-01-02 14:43:46.328969430 +0100
+++ /var/tmp/diff_new_pack.FiGbao/_new  2020-01-02 14:43:46.332969432 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-tinydb
 #
-# 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-tinydb
-Version:3.15.1
+Version:3.15.2
 Release:0
 Summary:A document-oriented database
 License:MIT

++ tinydb-3.15.1.tar.gz -> tinydb-3.15.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tinydb-3.15.1/LICENSE new/tinydb-3.15.2/LICENSE
--- old/tinydb-3.15.1/LICENSE   2017-01-16 12:29:58.0 +0100
+++ new/tinydb-3.15.2/LICENSE   2019-12-18 19:46:48.0 +0100
@@ -1,7 +1,7 @@
-Copyright (C) 2013 Markus Siemens 
-
-Permission is hereby granted, free of charge, to any person obtaining a copy 
of this software and associated documentation files (the "Software"), to deal 
in the Software without restriction, including without limitation the rights to 
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
of the Software, and to permit persons to whom the Software is furnished to do 
so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all 
copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
SOFTWARE.
+Copyright (C) 2013 Markus Siemens 
+
+Permission is hereby granted, free of charge, to any person obtaining a copy 
of this software and associated documentation files (the "Software"), to deal 
in the Software without restriction, including without limitation the rights to 
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
of the Software, and to permit persons to whom the Software is furnished to do 
so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all 
copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
SOFTWARE.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tinydb-3.15.1/PKG-INFO new/tinydb-3.15.2/PKG-INFO
--- old/tinydb-3.15.1/PKG-INFO  2019-10-26 17:21:02.0 +0200
+++ new/tinydb-3.15.2/PKG-INFO  2019-12-18 19:54:12.0 +0100
@@ -1,6 +1,6 @@
-Metadata-Version: 1.1
+Metadata-Version: 1.2
 Name: tinydb
-Version: 3.15.1
+Version: 3.15.2
 Summary: TinyDB is a tiny, document oriented database optimized for your 
happiness :)
 Home-page: https://github.com/msiemens/tinydb
 Author: Markus Siemens

commit python-tinydb for openSUSE:Factory

2019-11-10 Thread root
Hello community,

here is the log from the commit of package python-tinydb for openSUSE:Factory 
checked in at 2019-11-10 22:49:57

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


Package is "python-tinydb"

Sun Nov 10 22:49:57 2019 rev:5 rq:747196 version:3.15.1

Changes:

--- /work/SRC/openSUSE:Factory/python-tinydb/python-tinydb.changes  
2019-10-21 12:31:46.872190626 +0200
+++ /work/SRC/openSUSE:Factory/.python-tinydb.new.2990/python-tinydb.changes
2019-11-10 22:49:58.294075348 +0100
@@ -1,0 +2,6 @@
+Sat Nov  9 14:37:54 UTC 2019 - Arun Persaud 
+
+- update to version 3.15.1:
+  * Internal change: fix missing values handling for LRUCache
+
+---

Old:

  tinydb-3.15.0.tar.gz

New:

  tinydb-3.15.1.tar.gz



Other differences:
--
++ python-tinydb.spec ++
--- /var/tmp/diff_new_pack.ytO5H0/_old  2019-11-10 22:49:58.802076421 +0100
+++ /var/tmp/diff_new_pack.ytO5H0/_new  2019-11-10 22:49:58.802076421 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-tinydb
-Version:3.15.0
+Version:3.15.1
 Release:0
 Summary:A document-oriented database
 License:MIT

++ tinydb-3.15.0.tar.gz -> tinydb-3.15.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tinydb-3.15.0/PKG-INFO new/tinydb-3.15.1/PKG-INFO
--- old/tinydb-3.15.0/PKG-INFO  2019-10-12 16:14:57.0 +0200
+++ new/tinydb-3.15.1/PKG-INFO  2019-10-26 17:21:02.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: tinydb
-Version: 3.15.0
+Version: 3.15.1
 Summary: TinyDB is a tiny, document oriented database optimized for your 
happiness :)
 Home-page: https://github.com/msiemens/tinydb
 Author: Markus Siemens
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tinydb-3.15.0/tinydb/utils.py 
new/tinydb-3.15.1/tinydb/utils.py
--- old/tinydb-3.15.0/tinydb/utils.py   2019-09-13 23:08:17.0 +0200
+++ new/tinydb-3.15.1/tinydb/utils.py   2019-10-26 17:17:52.0 +0200
@@ -31,8 +31,8 @@
 def __len__(self):
 return self.length
 
-def __contains__(self, item):
-return item in self.__cache
+def __contains__(self, key):
+return key in self.__cache
 
 def __setitem__(self, key, value):
 self.set(key, value)
@@ -41,6 +41,9 @@
 del self.__cache[key]
 
 def __getitem__(self, key):
+if key not in self:
+raise KeyError(key)
+
 return self.get(key)
 
 def __iter__(self):
@@ -48,10 +51,14 @@
 
 def get(self, key, default=None):
 value = self.__cache.get(key)
-if value:
+
+if value is not None:
+# Put the key back to the front of the ordered dict by
+# re-insertig it
 del self.__cache[key]
 self.__cache[key] = value
 return value
+
 return default
 
 def set(self, key, value):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tinydb-3.15.0/tinydb/version.py 
new/tinydb-3.15.1/tinydb/version.py
--- old/tinydb-3.15.0/tinydb/version.py 2019-10-12 16:11:11.0 +0200
+++ new/tinydb-3.15.1/tinydb/version.py 2019-10-26 17:19:11.0 +0200
@@ -1 +1 @@
-__version__ = '3.15.0'
+__version__ = '3.15.1'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tinydb-3.15.0/tinydb.egg-info/PKG-INFO 
new/tinydb-3.15.1/tinydb.egg-info/PKG-INFO
--- old/tinydb-3.15.0/tinydb.egg-info/PKG-INFO  2019-10-12 16:14:57.0 
+0200
+++ new/tinydb-3.15.1/tinydb.egg-info/PKG-INFO  2019-10-26 17:21:02.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: tinydb
-Version: 3.15.0
+Version: 3.15.1
 Summary: TinyDB is a tiny, document oriented database optimized for your 
happiness :)
 Home-page: https://github.com/msiemens/tinydb
 Author: Markus Siemens




commit python-tinydb for openSUSE:Factory

2019-10-21 Thread root
Hello community,

here is the log from the commit of package python-tinydb for openSUSE:Factory 
checked in at 2019-10-21 12:31:37

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


Package is "python-tinydb"

Mon Oct 21 12:31:37 2019 rev:4 rq:741413 version:3.15.0

Changes:

--- /work/SRC/openSUSE:Factory/python-tinydb/python-tinydb.changes  
2019-09-17 13:39:07.249826484 +0200
+++ /work/SRC/openSUSE:Factory/.python-tinydb.new.2352/python-tinydb.changes
2019-10-21 12:31:46.872190626 +0200
@@ -1,0 +2,13 @@
+Sat Oct 19 16:21:05 UTC 2019 - Arun Persaud 
+
+- specfile:
+  * be more specific in %files section
+
+- update to version 3.15.0:
+  * Feature: allow setting the parameters of TinyDB’s default table
+(see issue 278)
+
+- changes from version 3.14.2:
+  * Internal change: support correct iteration for LRUCache objects
+
+---

Old:

  tinydb-3.14.1.tar.gz

New:

  tinydb-3.15.0.tar.gz



Other differences:
--
++ python-tinydb.spec ++
--- /var/tmp/diff_new_pack.p2Skci/_old  2019-10-21 12:31:48.092192009 +0200
+++ /var/tmp/diff_new_pack.p2Skci/_new  2019-10-21 12:31:48.104192022 +0200
@@ -18,11 +18,10 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-tinydb
-Version:3.14.1
+Version:3.15.0
 Release:0
 Summary:A document-oriented database
 License:MIT
-Group:  Development/Languages/Python
 URL:https://github.com/msiemens/tinydb
 Source: 
https://files.pythonhosted.org/packages/source/t/tinydb/tinydb-%{version}.tar.gz
 BuildRequires:  %{python_module PyYAML}
@@ -64,6 +63,6 @@
 %files %{python_files}
 %license LICENSE
 %doc README.rst
-%{python_sitelib}/*
+%{python_sitelib}/tinydb*
 
 %changelog

++ tinydb-3.14.1.tar.gz -> tinydb-3.15.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tinydb-3.14.1/PKG-INFO new/tinydb-3.15.0/PKG-INFO
--- old/tinydb-3.14.1/PKG-INFO  2019-09-13 23:06:21.0 +0200
+++ new/tinydb-3.15.0/PKG-INFO  2019-10-12 16:14:57.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: tinydb
-Version: 3.14.1
+Version: 3.15.0
 Summary: TinyDB is a tiny, document oriented database optimized for your 
happiness :)
 Home-page: https://github.com/msiemens/tinydb
 Author: Markus Siemens
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tinydb-3.14.1/tests/test_utils.py 
new/tinydb-3.15.0/tests/test_utils.py
--- old/tinydb-3.14.1/tests/test_utils.py   2019-09-13 23:03:46.0 
+0200
+++ new/tinydb-3.15.0/tests/test_utils.py   2019-09-13 23:08:17.0 
+0200
@@ -80,6 +80,15 @@
 assert len(cache.lru) == 100
 
 
+def test_lru_cache_iteration_works():
+cache = LRUCache()
+count = 0
+for _ in cache:
+assert False, 'there should be no elements in the cache'
+
+assert count == 0
+
+
 def test_catch_warning():
 class MyWarning(Warning):
 pass
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tinydb-3.14.1/tinydb/utils.py 
new/tinydb-3.15.0/tinydb/utils.py
--- old/tinydb-3.14.1/tinydb/utils.py   2019-09-13 23:03:46.0 +0200
+++ new/tinydb-3.15.0/tinydb/utils.py   2019-09-13 23:08:17.0 +0200
@@ -43,6 +43,9 @@
 def __getitem__(self, key):
 return self.get(key)
 
+def __iter__(self):
+return iter(self.__cache)
+
 def get(self, key, default=None):
 value = self.__cache.get(key)
 if value:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tinydb-3.14.1/tinydb/version.py 
new/tinydb-3.15.0/tinydb/version.py
--- old/tinydb-3.14.1/tinydb/version.py 2019-09-13 23:03:46.0 +0200
+++ new/tinydb-3.15.0/tinydb/version.py 2019-10-12 16:11:11.0 +0200
@@ -1 +1 @@
-__version__ = '3.14.1'
+__version__ = '3.15.0'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tinydb-3.14.1/tinydb.egg-info/PKG-INFO 
new/tinydb-3.15.0/tinydb.egg-info/PKG-INFO
--- old/tinydb-3.14.1/tinydb.egg-info/PKG-INFO  2019-09-13 23:06:21.0 
+0200
+++ new/tinydb-3.15.0/tinydb.egg-info/PKG-INFO  2019-10-12 16:14:57.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: tinydb
-Version: 3.14.1
+Version: 3.15.0
 Summary: TinyDB is a tiny, document oriented database optimized for your 
happiness :)
 Home-page: https://github.com/msiemens/tinydb
 Author: Markus Siemens




commit python-tinydb for openSUSE:Factory

2019-09-17 Thread root
Hello community,

here is the log from the commit of package python-tinydb for openSUSE:Factory 
checked in at 2019-09-17 13:39:07

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


Package is "python-tinydb"

Tue Sep 17 13:39:07 2019 rev:3 rq:731291 version:3.14.1

Changes:

--- /work/SRC/openSUSE:Factory/python-tinydb/python-tinydb.changes  
2019-06-03 18:55:37.320423254 +0200
+++ /work/SRC/openSUSE:Factory/.python-tinydb.new.7948/python-tinydb.changes
2019-09-17 13:39:07.249826484 +0200
@@ -1,0 +2,8 @@
+Mon Sep 16 13:23:27 UTC 2019 - Tomáš Chvátal 
+
+- Update to 3.14.1:
+  * More tes fixes
+  * Deprecate ujson support
+  * Fixed various deprecation warnings
+
+---

Old:

  tinydb-3.13.0.tar.gz

New:

  tinydb-3.14.1.tar.gz



Other differences:
--
++ python-tinydb.spec ++
--- /var/tmp/diff_new_pack.sIYv6o/_old  2019-09-17 13:39:07.821826393 +0200
+++ /var/tmp/diff_new_pack.sIYv6o/_new  2019-09-17 13:39:07.821826393 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-tinydb
-Version:3.13.0
+Version:3.14.1
 Release:0
 Summary:A document-oriented database
 License:MIT
@@ -28,7 +28,6 @@
 BuildRequires:  %{python_module PyYAML}
 BuildRequires:  %{python_module pytest-runner}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module ujson}
 BuildRequires:  dos2unix
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros

++ tinydb-3.13.0.tar.gz -> tinydb-3.14.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tinydb-3.13.0/PKG-INFO new/tinydb-3.14.1/PKG-INFO
--- old/tinydb-3.13.0/PKG-INFO  2019-03-16 14:41:29.0 +0100
+++ new/tinydb-3.14.1/PKG-INFO  2019-09-13 23:06:21.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: tinydb
-Version: 3.13.0
+Version: 3.14.1
 Summary: TinyDB is a tiny, document oriented database optimized for your 
happiness :)
 Home-page: https://github.com/msiemens/tinydb
 Author: Markus Siemens
@@ -35,8 +35,8 @@
 
 TinyDB is:
 
-- **tiny:** The current source code has 1200 lines of code (with about 
40%
-  documentation) and 1000 lines of tests. For comparison: Buzhug_ has 
about 2500
+- **tiny:** The current source code has 1600 lines of code (with about 
33%
+  documentation) and 1800 lines of tests. For comparison: Buzhug_ has 
about 2500
   lines of code (w/o tests), CodernityDB_ has about 7000 lines of code
   (w/o tests).
 
@@ -50,7 +50,7 @@
   e.g. `PyMongo `_) nor any 
dependencies
   from PyPI.
 
-- **works on Python 2.7 and 3.3 – 3.6 and PyPy:** TinyDB works on all 
modern
+- **works on Python 2.7 and 3.3 – 3.7 and PyPy:** TinyDB works on all 
modern
   versions of Python and PyPy.
 
 - **powerfully extensible:** You can easily extend TinyDB by writing 
new
@@ -135,14 +135,14 @@
 4. Send a pull request and bug the maintainer until it gets merged and
published ☺
 
-.. |Build Status| image:: 
http://img.shields.io/travis/msiemens/tinydb.svg?style=flat-square
-   :target: https://travis-ci.org/msiemens/tinydb
+.. |Build Status| image:: 
https://img.shields.io/azure-devops/build/msiemens/3e5baa75-12ec-43ac-9728-89823ee8c7e2/2.svg?style=flat-square
+   :target: https://dev.azure.com/msiemens/github/_build?definitionId=2
 .. |Coverage| image:: 
http://img.shields.io/coveralls/msiemens/tinydb.svg?style=flat-square
:target: https://coveralls.io/r/msiemens/tinydb
 .. |Version| image:: 
http://img.shields.io/pypi/v/tinydb.svg?style=flat-square
:target: https://pypi.python.org/pypi/tinydb/
 .. _Buzhug: http://buzhug.sourceforge.net/
-.. _CodernityDB: http://labs.codernity.com/codernitydb/
+.. _CodernityDB: https://github.com/perchouli/codernitydb
 .. _MongoDB: http://mongodb.org/
 
 Keywords: database nosql
@@ -161,6 +161,7 @@
 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: Programming Language :: Python :: Implementation :: CPython
 Classifier: Programming Language :: Python :: Implementation :: PyPy
 Classifier: Operating System :: OS Independent
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--

commit python-tinydb for openSUSE:Factory

2019-06-03 Thread root
Hello community,

here is the log from the commit of package python-tinydb for openSUSE:Factory 
checked in at 2019-06-03 18:55:31

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


Package is "python-tinydb"

Mon Jun  3 18:55:31 2019 rev:2 rq:707055 version:3.13.0

Changes:

--- /work/SRC/openSUSE:Factory/python-tinydb/python-tinydb.changes  
2019-05-15 12:34:34.236503382 +0200
+++ /work/SRC/openSUSE:Factory/.python-tinydb.new.5148/python-tinydb.changes
2019-06-03 18:55:37.320423254 +0200
@@ -1,0 +2,6 @@
+Sun Jun  2 21:17:44 UTC 2019 - Jan Engelhardt 
+
+- Avoid name repetition in summary.
+- Ensure neutrality of description.
+
+---



Other differences:
--
++ python-tinydb.spec ++
--- /var/tmp/diff_new_pack.54KM9q/_old  2019-06-03 18:55:37.828423065 +0200
+++ /var/tmp/diff_new_pack.54KM9q/_new  2019-06-03 18:55:37.836423062 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-tinydb
 #
-# 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
@@ -12,7 +12,7 @@
 # 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/
 #
 
 
@@ -20,7 +20,7 @@
 Name:   python-tinydb
 Version:3.13.0
 Release:0
-Summary:TinyDB is a tiny, document oriented database
+Summary:A document-oriented database
 License:MIT
 Group:  Development/Languages/Python
 URL:https://github.com/msiemens/tinydb
@@ -36,9 +36,9 @@
 %python_subpackages
 
 %description
-TinyDB is a lightweight document oriented database optimized written in
+TinyDB is a document oriented database written in
 pure Python and has no external dependencies.
-The target are small apps that would be blown away by a SQL-DB or an
+The target are small apps that would be “blown away” by a SQL-DB or an
 external database server.
 
 %prep