commit python-Quandl for openSUSE:Factory

2019-05-13 Thread root
Hello community,

here is the log from the commit of package python-Quandl for openSUSE:Factory 
checked in at 2019-05-13 14:49:15

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


Package is "python-Quandl"

Mon May 13 14:49:15 2019 rev:13 rq:701012 version:3.4.8

Changes:

--- /work/SRC/openSUSE:Factory/python-Quandl/python-Quandl.changes  
2019-03-04 09:22:38.844576449 +0100
+++ /work/SRC/openSUSE:Factory/.python-Quandl.new.5148/python-Quandl.changes
2019-05-13 14:49:17.102599049 +0200
@@ -1,0 +2,8 @@
+Sat May  4 09:20:52 UTC 2019 - Sebastian Wagner 
+
+- update to version 3.4.8:
+  * add `verify_ssl` to apiconfig.
+  * pin more-itertools to <= 5.0.0.
+  * pin nose to <= 1.3.7.
+
+---

Old:

  Quandl-3.4.6.tar.gz

New:

  Quandl-3.4.8.tar.gz



Other differences:
--
++ python-Quandl.spec ++
--- /var/tmp/diff_new_pack.2jno4R/_old  2019-05-13 14:49:17.618600349 +0200
+++ /var/tmp/diff_new_pack.2jno4R/_new  2019-05-13 14:49:17.618600349 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-Quandl
-Version:3.4.6
+Version:3.4.8
 Release:0
 Summary:Package for quandl API access
 License:MIT
@@ -29,7 +29,7 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-inflection >= 0.3.1
-Requires:   python-more-itertools
+Requires:   python-more-itertools <= 5.0.0
 Requires:   python-numpy >= 1.8
 Requires:   python-pandas >= 0.14
 Requires:   python-python-dateutil
@@ -42,9 +42,9 @@
 BuildRequires:  %{python_module inflection >= 0.3.1}
 BuildRequires:  %{python_module jsondate}
 BuildRequires:  %{python_module mock}
-BuildRequires:  %{python_module more-itertools}
+BuildRequires:  %{python_module more-itertools <= 5.0.0}
 BuildRequires:  %{python_module ndg-httpsclient}
-BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module nose <= 1.3.7}
 BuildRequires:  %{python_module numpy >= 1.8}
 BuildRequires:  %{python_module pandas >= 0.14}
 BuildRequires:  %{python_module parameterized}

++ Quandl-3.4.6.tar.gz -> Quandl-3.4.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Quandl-3.4.6/PKG-INFO new/Quandl-3.4.8/PKG-INFO
--- old/Quandl-3.4.6/PKG-INFO   2019-02-07 17:39:38.0 +0100
+++ new/Quandl-3.4.8/PKG-INFO   2019-05-03 21:56:12.0 +0200
@@ -1,10 +1,12 @@
-Metadata-Version: 1.1
+Metadata-Version: 1.2
 Name: Quandl
-Version: 3.4.6
+Version: 3.4.8
 Summary: Package for quandl API access
 Home-page: https://github.com/quandl/quandl-python
-Author: Quandl Development Team
+Author: Quandl
 Author-email: conn...@quandl.com
+Maintainer: Quandl Development Team
+Maintainer-email: conn...@quandl.com
 License: MIT
 Description: Official Quandl API Client for Python
 =
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Quandl-3.4.6/Quandl.egg-info/PKG-INFO 
new/Quandl-3.4.8/Quandl.egg-info/PKG-INFO
--- old/Quandl-3.4.6/Quandl.egg-info/PKG-INFO   2019-02-07 17:39:38.0 
+0100
+++ new/Quandl-3.4.8/Quandl.egg-info/PKG-INFO   2019-05-03 21:56:12.0 
+0200
@@ -1,10 +1,12 @@
-Metadata-Version: 1.1
+Metadata-Version: 1.2
 Name: Quandl
-Version: 3.4.6
+Version: 3.4.8
 Summary: Package for quandl API access
 Home-page: https://github.com/quandl/quandl-python
-Author: Quandl Development Team
+Author: Quandl
 Author-email: conn...@quandl.com
+Maintainer: Quandl Development Team
+Maintainer-email: conn...@quandl.com
 License: MIT
 Description: Official Quandl API Client for Python
 =
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Quandl-3.4.6/Quandl.egg-info/SOURCES.txt 
new/Quandl-3.4.8/Quandl.egg-info/SOURCES.txt
--- old/Quandl-3.4.6/Quandl.egg-info/SOURCES.txt2019-02-07 
17:39:38.0 +0100
+++ new/Quandl-3.4.8/Quandl.egg-info/SOURCES.txt2019-05-03 
21:56:12.0 +0200
@@ -74,6 +74,19 @@
 test/test_retries.pyc
 test/test_util.py
 test/test_util.pyc
+test/__pycache__/__init__.cpython-37.pyc
+test/__pycache__/test_connection.cpython-37.pyc
+test/__pycache__/test_data.cpython-37.pyc
+test/__pycache__/test_database.cpython-37.pyc
+test/__pycache__/test_dataset.cpython-37.pyc
+test/__pycache__/test_datatable.cpython-37.pyc
+test/__pycache__/test_datatable_data.cpython-37.pyc
+test/__pycache__/test_get.cpython-37.pyc
+test/__pycache__/test_get_table.cpython-37.pyc
+test/__pycache

commit python-Quandl for openSUSE:Factory

2019-03-04 Thread root
Hello community,

here is the log from the commit of package python-Quandl for openSUSE:Factory 
checked in at 2019-03-04 09:22:36

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


Package is "python-Quandl"

Mon Mar  4 09:22:36 2019 rev:12 rq:680787 version:3.4.6

Changes:

--- /work/SRC/openSUSE:Factory/python-Quandl/python-Quandl.changes  
2019-02-28 21:44:40.457492536 +0100
+++ /work/SRC/openSUSE:Factory/.python-Quandl.new.28833/python-Quandl.changes   
2019-03-04 09:22:38.844576449 +0100
@@ -1,0 +2,6 @@
+Fri Mar  1 14:08:05 UTC 2019 - John Vandenberg 
+
+- Remove unnecessary code style build dependencies
+- Remove duplicate build dependency on requests
+
+---



Other differences:
--
++ python-Quandl.spec ++
--- /var/tmp/diff_new_pack.I7VLh3/_old  2019-03-04 09:22:39.360576356 +0100
+++ /var/tmp/diff_new_pack.I7VLh3/_new  2019-03-04 09:22:39.360576356 +0100
@@ -38,7 +38,6 @@
 BuildArch:  noarch
 # SECTION test requirements
 BuildRequires:  %{python_module factory_boy}
-BuildRequires:  %{python_module flake8}
 BuildRequires:  %{python_module httpretty}
 BuildRequires:  %{python_module inflection >= 0.3.1}
 BuildRequires:  %{python_module jsondate}
@@ -51,11 +50,8 @@
 BuildRequires:  %{python_module parameterized}
 BuildRequires:  %{python_module pyOpenSSL}
 BuildRequires:  %{python_module pyasn1}
-BuildRequires:  %{python_module pycodestyle}
-BuildRequires:  %{python_module pyflakes}
 BuildRequires:  %{python_module python-dateutil}
 BuildRequires:  %{python_module requests >= 2.7.0}
-BuildRequires:  %{python_module requests}
 BuildRequires:  %{python_module six}
 # /SECTION
 %python_subpackages
@@ -74,7 +70,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_exec setup.py test
+%python_exec -m nose
 
 %files %{python_files}
 %doc README.md LONG_DESCRIPTION.rst 2_SERIES_UPGRADE.md CHANGELOG.md 
FOR_ANALYSTS.md FOR_DEVELOPERS.md




commit python-Quandl for openSUSE:Factory

2019-02-28 Thread root
Hello community,

here is the log from the commit of package python-Quandl for openSUSE:Factory 
checked in at 2019-02-28 21:44:38

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


Package is "python-Quandl"

Thu Feb 28 21:44:38 2019 rev:11 rq:679950 version:3.4.6

Changes:

--- /work/SRC/openSUSE:Factory/python-Quandl/python-Quandl.changes  
2019-01-10 15:21:22.754452370 +0100
+++ /work/SRC/openSUSE:Factory/.python-Quandl.new.28833/python-Quandl.changes   
2019-02-28 21:44:40.457492536 +0100
@@ -1,0 +2,11 @@
+Sun Feb 10 13:16:19 UTC 2019 - Sebastian Wagner 
+
+- Update to 3.4.6
+  * Remove dependency on unittest2, use unittest instead (#113)
+
+---
+Tue Jan 29 19:12:51 UTC 2019 - Sebastian Wagner 
+
+- add python pyflakes as build time dependency for the tests.
+
+---

Old:

  Quandl-3.4.5.tar.gz

New:

  Quandl-3.4.6.tar.gz



Other differences:
--
++ python-Quandl.spec ++
--- /var/tmp/diff_new_pack.FArhPS/_old  2019-02-28 21:44:40.833492376 +0100
+++ /var/tmp/diff_new_pack.FArhPS/_new  2019-02-28 21:44:40.837492374 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-Quandl
-Version:3.4.5
+Version:3.4.6
 Release:0
 Summary:Package for quandl API access
 License:MIT
@@ -52,6 +52,7 @@
 BuildRequires:  %{python_module pyOpenSSL}
 BuildRequires:  %{python_module pyasn1}
 BuildRequires:  %{python_module pycodestyle}
+BuildRequires:  %{python_module pyflakes}
 BuildRequires:  %{python_module python-dateutil}
 BuildRequires:  %{python_module requests >= 2.7.0}
 BuildRequires:  %{python_module requests}

++ Quandl-3.4.5.tar.gz -> Quandl-3.4.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Quandl-3.4.5/PKG-INFO new/Quandl-3.4.6/PKG-INFO
--- old/Quandl-3.4.5/PKG-INFO   2018-11-27 15:25:55.0 +0100
+++ new/Quandl-3.4.6/PKG-INFO   2019-02-07 17:39:38.0 +0100
@@ -1,12 +1,10 @@
-Metadata-Version: 1.2
+Metadata-Version: 1.1
 Name: Quandl
-Version: 3.4.5
+Version: 3.4.6
 Summary: Package for quandl API access
 Home-page: https://github.com/quandl/quandl-python
-Author: Quandl
+Author: Quandl Development Team
 Author-email: conn...@quandl.com
-Maintainer: Quandl Development Team
-Maintainer-email: conn...@quandl.com
 License: MIT
 Description: Official Quandl API Client for Python
 =
@@ -31,3 +29,8 @@
 You can read more about developing and using the library here: 
https://github.com/quandl/quandl-python
 Keywords: quandl,API,data,financial,economic
 Platform: UNKNOWN
+Classifier: Intended Audience :: Developers
+Classifier: License :: OSI Approved :: MIT License
+Classifier: Operating System :: OS Independent
+Classifier: Programming Language :: Python :: 2.7
+Classifier: Programming Language :: Python :: 3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Quandl-3.4.5/Quandl.egg-info/PKG-INFO 
new/Quandl-3.4.6/Quandl.egg-info/PKG-INFO
--- old/Quandl-3.4.5/Quandl.egg-info/PKG-INFO   2018-11-27 15:25:55.0 
+0100
+++ new/Quandl-3.4.6/Quandl.egg-info/PKG-INFO   2019-02-07 17:39:38.0 
+0100
@@ -1,12 +1,10 @@
-Metadata-Version: 1.2
+Metadata-Version: 1.1
 Name: Quandl
-Version: 3.4.5
+Version: 3.4.6
 Summary: Package for quandl API access
 Home-page: https://github.com/quandl/quandl-python
-Author: Quandl
+Author: Quandl Development Team
 Author-email: conn...@quandl.com
-Maintainer: Quandl Development Team
-Maintainer-email: conn...@quandl.com
 License: MIT
 Description: Official Quandl API Client for Python
 =
@@ -31,3 +29,8 @@
 You can read more about developing and using the library here: 
https://github.com/quandl/quandl-python
 Keywords: quandl,API,data,financial,economic
 Platform: UNKNOWN
+Classifier: Intended Audience :: Developers
+Classifier: License :: OSI Approved :: MIT License
+Classifier: Operating System :: OS Independent
+Classifier: Programming Language :: Python :: 2.7
+Classifier: Programming Language :: Python :: 3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Quandl-3.4.5/Quandl.egg-info/SOURCES.txt 
new/Quandl-3.4.6/Quandl.egg-info/SOURCES.txt
--- old/Quandl-3.4.5/Quandl.egg-info/SOURCES.txt2018-11-27 
15:25:55.0 +0100
+++ new/Quandl-3.4.6/Quandl.egg-info/SOURCES.txt2019-02-07 
17:39:38.0 +0100
@@ -47,30 +47,58 

commit python-Quandl for openSUSE:Factory

2019-01-10 Thread root
Hello community,

here is the log from the commit of package python-Quandl for openSUSE:Factory 
checked in at 2019-01-10 15:21:08

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


Package is "python-Quandl"

Thu Jan 10 15:21:08 2019 rev:10 rq:663657 version:3.4.5

Changes:

--- /work/SRC/openSUSE:Factory/python-Quandl/python-Quandl.changes  
2018-12-19 13:52:07.603059540 +0100
+++ /work/SRC/openSUSE:Factory/.python-Quandl.new.28833/python-Quandl.changes   
2019-01-10 15:21:22.754452370 +0100
@@ -1,0 +2,6 @@
+Tue Jan  8 12:39:05 UTC 2019 - Tomáš Chvátal 
+
+- Update to 3.4.5:
+  * Various small fixes see https://github.com/quandl/quandl-python/pull/126
+
+---

Old:

  Quandl-3.4.4.tar.gz

New:

  Quandl-3.4.5.tar.gz



Other differences:
--
++ python-Quandl.spec ++
--- /var/tmp/diff_new_pack.jFBfvV/_old  2019-01-10 15:21:23.138451972 +0100
+++ /var/tmp/diff_new_pack.jFBfvV/_new  2019-01-10 15:21:23.142451967 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Quandl
 #
-# 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-Quandl
-Version:3.4.4
+Version:3.4.5
 Release:0
 Summary:Package for quandl API access
 License:MIT
@@ -48,6 +48,7 @@
 BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module numpy >= 1.8}
 BuildRequires:  %{python_module pandas >= 0.14}
+BuildRequires:  %{python_module parameterized}
 BuildRequires:  %{python_module pyOpenSSL}
 BuildRequires:  %{python_module pyasn1}
 BuildRequires:  %{python_module pycodestyle}

++ Quandl-3.4.4.tar.gz -> Quandl-3.4.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Quandl-3.4.4/CHANGELOG.md 
new/Quandl-3.4.5/CHANGELOG.md
--- old/Quandl-3.4.4/CHANGELOG.md   2018-10-24 21:24:58.0 +0200
+++ new/Quandl-3.4.5/CHANGELOG.md   2018-11-27 15:11:55.0 +0100
@@ -1,6 +1,10 @@
 ### unreleased
 * Remove dependency on unittest2, use unittest instead (#113)
 
+### 3.4.5 - 2018-11-21
+
+* Use POST requests for some datatable calls 
https://github.com/quandl/quandl-python/pull/126
+
 ### 3.4.4 - 2018-10-24
 
 * Add functionality to automatically retry failed API calls 
https://github.com/quandl/quandl-python/pull/124
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Quandl-3.4.4/PKG-INFO new/Quandl-3.4.5/PKG-INFO
--- old/Quandl-3.4.4/PKG-INFO   2018-10-24 21:27:57.0 +0200
+++ new/Quandl-3.4.5/PKG-INFO   2018-11-27 15:25:55.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: Quandl
-Version: 3.4.4
+Version: 3.4.5
 Summary: Package for quandl API access
 Home-page: https://github.com/quandl/quandl-python
 Author: Quandl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Quandl-3.4.4/Quandl.egg-info/PKG-INFO 
new/Quandl-3.4.5/Quandl.egg-info/PKG-INFO
--- old/Quandl-3.4.4/Quandl.egg-info/PKG-INFO   2018-10-24 21:27:56.0 
+0200
+++ new/Quandl-3.4.5/Quandl.egg-info/PKG-INFO   2018-11-27 15:25:55.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: Quandl
-Version: 3.4.4
+Version: 3.4.5
 Summary: Package for quandl API access
 Home-page: https://github.com/quandl/quandl-python
 Author: Quandl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Quandl-3.4.4/Quandl.egg-info/SOURCES.txt 
new/Quandl-3.4.5/Quandl.egg-info/SOURCES.txt
--- old/Quandl-3.4.4/Quandl.egg-info/SOURCES.txt2018-10-24 
21:27:56.0 +0200
+++ new/Quandl-3.4.5/Quandl.egg-info/SOURCES.txt2018-11-27 
15:25:55.0 +0100
@@ -45,6 +45,7 @@
 quandl/operations/operation.py
 quandl/utils/__init__.py
 quandl/utils/api_key_util.py
+quandl/utils/request_type_util.py
 test/__init__.py
 test/test_connection.py
 test/test_data.py
@@ -56,21 +57,9 @@
 test/test_get_table.py
 test/test_merged_dataset.py
 test/test_model.py
+test/test_request_type_util.py
 test/test_retries.py
 test/test_util.py
-test/__pycache__/__init__.cpython-37.pyc
-test/__pycache__/test_connection.cpython-37.pyc
-test/__pycache__/test_data.cpython-37.pyc
-test/__pycache__/test_database.cpython-37.pyc
-test/__pycache__/test_dataset.cpython-37.pyc
-test/__pycache__/test_datatable.cpython-37.pyc
-test/__pyc

commit python-Quandl for openSUSE:Factory

2018-12-19 Thread root
Hello community,

here is the log from the commit of package python-Quandl for openSUSE:Factory 
checked in at 2018-12-19 13:52:04

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


Package is "python-Quandl"

Wed Dec 19 13:52:04 2018 rev:9 rq:659354 version:3.4.4

Changes:

--- /work/SRC/openSUSE:Factory/python-Quandl/python-Quandl.changes  
2018-12-14 20:56:08.472819337 +0100
+++ /work/SRC/openSUSE:Factory/.python-Quandl.new.28833/python-Quandl.changes   
2018-12-19 13:52:07.603059540 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:53:29 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-Quandl.spec ++
--- /var/tmp/diff_new_pack.xF9RRR/_old  2018-12-19 13:52:08.971057649 +0100
+++ /var/tmp/diff_new_pack.xF9RRR/_new  2018-12-19 13:52:09.003057606 +0100
@@ -25,7 +25,6 @@
 Group:  Development/Languages/Python
 URL:https://github.com/quandl/quandl-python
 Source: 
https://files.pythonhosted.org/packages/source/Q/Quandl/Quandl-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros




commit python-Quandl for openSUSE:Factory

2018-12-14 Thread root
Hello community,

here is the log from the commit of package python-Quandl for openSUSE:Factory 
checked in at 2018-12-14 20:53:18

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


Package is "python-Quandl"

Fri Dec 14 20:53:18 2018 rev:8 rq:653691 version:3.4.4

Changes:

--- /work/SRC/openSUSE:Factory/python-Quandl/python-Quandl.changes  
2018-09-03 10:36:39.484910582 +0200
+++ /work/SRC/openSUSE:Factory/.python-Quandl.new.28833/python-Quandl.changes   
2018-12-14 20:56:08.472819337 +0100
@@ -1,0 +2,9 @@
+Tue Nov 13 19:43:00 UTC 2018 - Sebastian Wagner 
+
+- remove remove_unittest2.patch, merged upstream.
+- update to version 3.4.4:
+ * Add functionality to automatically retry failed API calls 
https://github.com/quandl/quandl-python/pull/124
+- update to version 3.4.3:
+ * Allow for exporting of datatables 
https://github.com/quandl/quandl-python/pull/120
+
+---

Old:

  Quandl-3.4.2.tar.gz
  remove_unittest2.patch

New:

  Quandl-3.4.4.tar.gz



Other differences:
--
++ python-Quandl.spec ++
--- /var/tmp/diff_new_pack.qouICN/_old  2018-12-14 20:56:08.940818756 +0100
+++ /var/tmp/diff_new_pack.qouICN/_new  2018-12-14 20:56:08.944818751 +0100
@@ -12,22 +12,19 @@
 # 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-Quandl
-Version:3.4.2
+Version:3.4.4
 Release:0
 Summary:Package for quandl API access
 License:MIT
 Group:  Development/Languages/Python
 URL:https://github.com/quandl/quandl-python
 Source: 
https://files.pythonhosted.org/packages/source/Q/Quandl/Quandl-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM mc...@suse.cz
-# https://github.com/quandl/quandl-python/issues/113
-Patch0: remove_unittest2.patch
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -67,7 +64,6 @@
 
 %prep
 %setup -q -n Quandl-%{version}
-%autopatch -p1
 
 %build
 %python_build

++ Quandl-3.4.2.tar.gz -> Quandl-3.4.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Quandl-3.4.2/CHANGELOG.md 
new/Quandl-3.4.4/CHANGELOG.md
--- old/Quandl-3.4.2/CHANGELOG.md   2018-08-21 17:53:49.0 +0200
+++ new/Quandl-3.4.4/CHANGELOG.md   2018-10-24 21:24:58.0 +0200
@@ -1,3 +1,14 @@
+### unreleased
+* Remove dependency on unittest2, use unittest instead (#113)
+
+### 3.4.4 - 2018-10-24
+
+* Add functionality to automatically retry failed API calls 
https://github.com/quandl/quandl-python/pull/124
+
+### 3.4.3 - 2018-10-19
+
+* Allow for exporting of datatables 
https://github.com/quandl/quandl-python/pull/120
+
 ### 3.4.2 - 2018-08-21
 
 * Fix typos in our warning messages 
https://github.com/quandl/quandl-python/pull/114
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Quandl-3.4.2/FOR_ANALYSTS.md 
new/Quandl-3.4.4/FOR_ANALYSTS.md
--- old/Quandl-3.4.2/FOR_ANALYSTS.md2017-03-07 17:12:24.0 +0100
+++ new/Quandl-3.4.4/FOR_ANALYSTS.md2018-10-24 21:24:58.0 +0200
@@ -135,6 +135,33 @@
 
 In this query we are asking for more pages of data, `ticker` values of either 
`AAPL` or `MSFT` and a `per_end_date` that is greater than or equal to 
`2015-01-01`. We are also filtering the returned columns on `ticker`, 
`per_end_date` and `comp_name` rather than all available columns. The output 
format is `pandas`.
 
+Download table data as a zip file. You can download all the table data in a 
data table in a single call. The following will download the entire F1 table 
data as a zip file to your current working directory:  
+
+```python
+import quandl
+data = quandl.export_table('MER/F1')
+```
+
+You can also specify where to download the zip file:  
+
+```python
+import quandl
+data = quandl.export_table('MER/F1', filename='/my/path/db.zip')
+```
+
+Note that if you are downloading the whole table, it will take longer to 
generate the zip file.
+
+You can also specify what data you want to download with filters and 
parameters.(`cursor_id` and `paginate` are not supported for exporting table 
zip file): 
+
+```python
+import quandl
+quandl.export_table('ZACKS/FC',  ticker=['AAPL', 'MSFT'], per_end_date={'gte': 
'2015-01-01'}, qopts={'columns':['ticker', 'per_end_date']})
+```
+
+After the downlo

commit python-Quandl for openSUSE:Factory

2018-09-03 Thread root
Hello community,

here is the log from the commit of package python-Quandl for openSUSE:Factory 
checked in at 2018-09-03 10:36:38

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


Package is "python-Quandl"

Mon Sep  3 10:36:38 2018 rev:7 rq:632748 version:3.4.2

Changes:

--- /work/SRC/openSUSE:Factory/python-Quandl/python-Quandl.changes  
2018-08-24 17:04:11.414077527 +0200
+++ /work/SRC/openSUSE:Factory/.python-Quandl.new/python-Quandl.changes 
2018-09-03 10:36:39.484910582 +0200
@@ -1,0 +2,6 @@
+Sun Aug 26 13:22:03 UTC 2018 - sebix+novell@sebix.at
+
+- update to version 3.4.2:
+ * Fix typos in our warning messages 
https://github.com/quandl/quandl-python/pull/114
+
+---

Old:

  Quandl-3.4.1.tar.gz

New:

  Quandl-3.4.2.tar.gz



Other differences:
--
++ python-Quandl.spec ++
--- /var/tmp/diff_new_pack.HZmScT/_old  2018-09-03 10:36:39.892911637 +0200
+++ /var/tmp/diff_new_pack.HZmScT/_new  2018-09-03 10:36:39.896911648 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-Quandl
-Version:3.4.1
+Version:3.4.2
 Release:0
 Summary:Package for quandl API access
 License:MIT

++ Quandl-3.4.1.tar.gz -> Quandl-3.4.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Quandl-3.4.1/CHANGELOG.md 
new/Quandl-3.4.2/CHANGELOG.md
--- old/Quandl-3.4.1/CHANGELOG.md   2018-07-25 17:06:19.0 +0200
+++ new/Quandl-3.4.2/CHANGELOG.md   2018-08-21 17:53:49.0 +0200
@@ -1,4 +1,8 @@
-### 3.4.1 - unreleased
+### 3.4.2 - 2018-08-21
+
+* Fix typos in our warning messages 
https://github.com/quandl/quandl-python/pull/114
+
+### 3.4.1 - 2018-07-25
 
 * Include all documentation and test file in source distribution (sdist) 
tarballs
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Quandl-3.4.1/PKG-INFO new/Quandl-3.4.2/PKG-INFO
--- old/Quandl-3.4.1/PKG-INFO   2018-07-25 19:56:49.0 +0200
+++ new/Quandl-3.4.2/PKG-INFO   2018-08-21 17:54:21.0 +0200
@@ -1,10 +1,12 @@
-Metadata-Version: 1.0
+Metadata-Version: 1.2
 Name: Quandl
-Version: 3.4.1
+Version: 3.4.2
 Summary: Package for quandl API access
 Home-page: https://github.com/quandl/quandl-python
-Author: Quandl Development Team
+Author: Quandl
 Author-email: conn...@quandl.com
+Maintainer: Quandl Development Team
+Maintainer-email: conn...@quandl.com
 License: MIT
 Description: Official Quandl API Client for Python
 =
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Quandl-3.4.1/Quandl.egg-info/PKG-INFO 
new/Quandl-3.4.2/Quandl.egg-info/PKG-INFO
--- old/Quandl-3.4.1/Quandl.egg-info/PKG-INFO   2018-07-25 19:56:49.0 
+0200
+++ new/Quandl-3.4.2/Quandl.egg-info/PKG-INFO   2018-08-21 17:54:21.0 
+0200
@@ -1,10 +1,12 @@
-Metadata-Version: 1.0
+Metadata-Version: 1.2
 Name: Quandl
-Version: 3.4.1
+Version: 3.4.2
 Summary: Package for quandl API access
 Home-page: https://github.com/quandl/quandl-python
-Author: Quandl Development Team
+Author: Quandl
 Author-email: conn...@quandl.com
+Maintainer: Quandl Development Team
+Maintainer-email: conn...@quandl.com
 License: MIT
 Description: Official Quandl API Client for Python
 =
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Quandl-3.4.1/Quandl.egg-info/SOURCES.txt 
new/Quandl-3.4.2/Quandl.egg-info/SOURCES.txt
--- old/Quandl-3.4.1/Quandl.egg-info/SOURCES.txt2018-07-25 
19:56:49.0 +0200
+++ new/Quandl-3.4.2/Quandl.egg-info/SOURCES.txt2018-08-21 
17:54:21.0 +0200
@@ -55,19 +55,47 @@
 test/test_dataset.py
 test/test_dataset.pyc
 test/test_datatable.py
-test/test_datatable.pyc
 test/test_datatable_data.py
-test/test_datatable_data.pyc
 test/test_get.py
-test/test_get.pyc
 test/test_get_table.py
-test/test_get_table.pyc
 test/test_merged_dataset.py
 test/test_merged_dataset.pyc
 test/test_model.py
 test/test_model.pyc
 test/test_util.py
 test/test_util.pyc
+test/__pycache__/__init__.cpython-34.pyc
+test/__pycache__/__init__.cpython-35.pyc
+test/__pycache__/__init__.cpython-36.pyc
+test/__pycache__/test_connection.cpython-34.pyc
+test/__pycache__/test_connection.cpython-35.pyc
+test/__pycache__/test_connection.cpython-36.pyc
+test/__pycache__/test_data.cpython-34.pyc
+test/__pycache__/test_data.cpython-35.pyc
+test/__pycache__/test_data.cpython-36.pyc
+test/__pycache__/test_datab

commit python-Quandl for openSUSE:Factory

2018-08-24 Thread root
Hello community,

here is the log from the commit of package python-Quandl for openSUSE:Factory 
checked in at 2018-08-24 17:04:10

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


Package is "python-Quandl"

Fri Aug 24 17:04:10 2018 rev:6 rq:628999 version:3.4.1

Changes:

--- /work/SRC/openSUSE:Factory/python-Quandl/python-Quandl.changes  
2018-08-10 09:50:38.890354121 +0200
+++ /work/SRC/openSUSE:Factory/.python-Quandl.new/python-Quandl.changes 
2018-08-24 17:04:11.414077527 +0200
@@ -1,0 +2,6 @@
+Mon Aug 13 13:49:44 UTC 2018 - mc...@suse.com
+
+- Remove dependency on unittest2
+  Add remove_unittest2.patch to facilitate it.
+
+---

New:

  remove_unittest2.patch



Other differences:
--
++ python-Quandl.spec ++
--- /var/tmp/diff_new_pack.AM58de/_old  2018-08-24 17:04:11.798077983 +0200
+++ /var/tmp/diff_new_pack.AM58de/_new  2018-08-24 17:04:11.802077988 +0200
@@ -23,12 +23,23 @@
 Summary:Package for quandl API access
 License:MIT
 Group:  Development/Languages/Python
-Url:https://github.com/quandl/quandl-python
+URL:https://github.com/quandl/quandl-python
 Source: 
https://files.pythonhosted.org/packages/source/Q/Quandl/Quandl-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM mc...@suse.cz
+# https://github.com/quandl/quandl-python/issues/113
+Patch0: remove_unittest2.patch
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:   python-inflection >= 0.3.1
+Requires:   python-more-itertools
+Requires:   python-numpy >= 1.8
+Requires:   python-pandas >= 0.14
+Requires:   python-python-dateutil
+Requires:   python-requests >= 2.7.0
+Requires:   python-six
+BuildArch:  noarch
 # SECTION test requirements
 BuildRequires:  %{python_module factory_boy}
 BuildRequires:  %{python_module flake8}
@@ -48,17 +59,7 @@
 BuildRequires:  %{python_module requests >= 2.7.0}
 BuildRequires:  %{python_module requests}
 BuildRequires:  %{python_module six}
-BuildRequires:  %{python_module unittest2}
 # /SECTION
-Requires:   python-inflection >= 0.3.1
-Requires:   python-more-itertools
-Requires:   python-numpy >= 1.8
-Requires:   python-pandas >= 0.14
-Requires:   python-python-dateutil
-Requires:   python-requests >= 2.7.0
-Requires:   python-six
-BuildArch:  noarch
-
 %python_subpackages
 
 %description
@@ -66,6 +67,7 @@
 
 %prep
 %setup -q -n Quandl-%{version}
+%autopatch -p1
 
 %build
 %python_build

++ remove_unittest2.patch ++
--- a/setup.py
+++ b/setup.py
@@ -56,7 +56,6 @@ setup(
 license='MIT',
 install_requires=install_requires,
 tests_require=[
-'unittest2',
 'flake8',
 'nose',
 'httpretty',
--- a/test/test_connection.py
+++ b/test/test_connection.py
@@ -4,13 +4,13 @@ from quandl.errors.quandl_error import (
 QuandlError, LimitExceededError, InternalServerError,
 AuthenticationError, ForbiddenError, InvalidRequestError,
 NotFoundError, ServiceUnavailableError)
-import unittest2
+import unittest
 from test.helpers.httpretty_extension import httpretty
 import json
 from mock import patch, call
 
 
-class ConnectionTest(unittest2.TestCase):
+class ConnectionTest(unittest.TestCase):
 
 @httpretty.activate
 def test_quandl_exceptions(self):
--- a/test/test_data.py
+++ b/test/test_data.py
@@ -1,5 +1,5 @@
 import re
-import unittest2
+import unittest
 from test.helpers.httpretty_extension import httpretty
 import json
 import datetime
@@ -12,7 +12,7 @@ from test.factories.dataset_data import
 from quandl.errors.quandl_error import InvalidDataError
 
 
-class DataTest(unittest2.TestCase):
+class DataTest(unittest.TestCase):
 
 @classmethod
 def setUpClass(cls):
@@ -48,7 +48,7 @@ class DataTest(unittest2.TestCase):
 self.assertIsNotNone(self.data_object.meta)
 
 
-class ListDataTest(unittest2.TestCase):
+class ListDataTest(unittest.TestCase):
 
 @classmethod
 def setUpClass(cls):
@@ -99,24 +99,24 @@ class ListDataTest(unittest2.TestCase):
 def test_column_names_match(self):
 results = Data.all(
 params={'database_code': 'NSE', 'dataset_code': 'OIL'})
-self.assertItemsEqual(
+six.assertCountEqual(self,
 results.column_names, ['Date', 'column.1', 'column.2', 'column.3'])
 
 def test_raw_data_is_zip_of_column_names_and_data(self):
 results = Data.all(
 params={'database_code': 'NSE', 'dataset_code': 'OIL'})
-self.assertItemsEqual(results[0].__get_ra

commit python-Quandl for openSUSE:Factory

2018-08-10 Thread root
Hello community,

here is the log from the commit of package python-Quandl for openSUSE:Factory 
checked in at 2018-08-10 09:50:38

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


Package is "python-Quandl"

Fri Aug 10 09:50:38 2018 rev:5 rq:628279 version:3.4.1

Changes:

--- /work/SRC/openSUSE:Factory/python-Quandl/python-Quandl.changes  
2018-08-08 14:55:00.761699926 +0200
+++ /work/SRC/openSUSE:Factory/.python-Quandl.new/python-Quandl.changes 
2018-08-10 09:50:38.890354121 +0200
@@ -1,0 +2,5 @@
+Wed Aug  8 21:45:47 UTC 2018 - tchva...@suse.com
+
+- Drop the pyflakes dep as it is from flake8 which needed fixing
+
+---



Other differences:
--
++ python-Quandl.spec ++
--- /var/tmp/diff_new_pack.UtfnZ4/_old  2018-08-10 09:50:39.358354876 +0200
+++ /var/tmp/diff_new_pack.UtfnZ4/_new  2018-08-10 09:50:39.362354882 +0200
@@ -44,7 +44,6 @@
 BuildRequires:  %{python_module pyOpenSSL}
 BuildRequires:  %{python_module pyasn1}
 BuildRequires:  %{python_module pycodestyle}
-BuildRequires:  %{python_module pyflakes < 1.7.0}
 BuildRequires:  %{python_module python-dateutil}
 BuildRequires:  %{python_module requests >= 2.7.0}
 BuildRequires:  %{python_module requests}




commit python-Quandl for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package python-Quandl for openSUSE:Factory 
checked in at 2018-08-08 14:54:44

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


Package is "python-Quandl"

Wed Aug  8 14:54:44 2018 rev:4 rq:628049 version:3.4.1

Changes:

--- /work/SRC/openSUSE:Factory/python-Quandl/python-Quandl.changes  
2018-07-12 09:21:20.914601766 +0200
+++ /work/SRC/openSUSE:Factory/.python-Quandl.new/python-Quandl.changes 
2018-08-08 14:55:00.761699926 +0200
@@ -1,0 +2,8 @@
+Wed Jul 25 19:34:52 UTC 2018 - sebix+novell@sebix.at
+
+- update to version 3.4.1:
+ * Include all documentation and test file in source distribution (sdist) 
tarballs
+- remove obsolete license.patch
+- change source url to pythonhosted because of these changes
+
+---

Old:

  license.patch
  v3.4.0.tar.gz

New:

  Quandl-3.4.1.tar.gz



Other differences:
--
++ python-Quandl.spec ++
--- /var/tmp/diff_new_pack.nU86Ht/_old  2018-08-08 14:55:01.269700766 +0200
+++ /var/tmp/diff_new_pack.nU86Ht/_new  2018-08-08 14:55:01.269700766 +0200
@@ -18,15 +18,13 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-Quandl
-Version:3.4.0
+Version:3.4.1
 Release:0
 Summary:Package for quandl API access
 License:MIT
 Group:  Development/Languages/Python
 Url:https://github.com/quandl/quandl-python
-Source: 
https://github.com/quandl/quandl-python/archive/v%{version}.tar.gz
-# PATCH_FIX_OPENSUSE license.patch
-Patch1: license.patch
+Source: 
https://files.pythonhosted.org/packages/source/Q/Quandl/Quandl-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -46,6 +44,7 @@
 BuildRequires:  %{python_module pyOpenSSL}
 BuildRequires:  %{python_module pyasn1}
 BuildRequires:  %{python_module pycodestyle}
+BuildRequires:  %{python_module pyflakes < 1.7.0}
 BuildRequires:  %{python_module python-dateutil}
 BuildRequires:  %{python_module requests >= 2.7.0}
 BuildRequires:  %{python_module requests}
@@ -67,8 +66,7 @@
 Official Python library for Quandl's RESTful API.
 
 %prep
-%setup -q -n quandl-python-%{version}
-%patch1 -p1
+%setup -q -n Quandl-%{version}
 
 %build
 %python_build
@@ -82,7 +80,7 @@
 
 %files %{python_files}
 %doc README.md LONG_DESCRIPTION.rst 2_SERIES_UPGRADE.md CHANGELOG.md 
FOR_ANALYSTS.md FOR_DEVELOPERS.md
-%license LICENSE
+%license LICENSE.txt
 %{python_sitelib}/*
 
 %changelog




commit python-Quandl for openSUSE:Factory

2018-07-12 Thread root
Hello community,

here is the log from the commit of package python-Quandl for openSUSE:Factory 
checked in at 2018-07-12 09:19:17

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


Package is "python-Quandl"

Thu Jul 12 09:19:17 2018 rev:3 rq:621963 version:3.4.0

Changes:

--- /work/SRC/openSUSE:Factory/python-Quandl/python-Quandl.changes  
2018-01-22 16:20:52.827305364 +0100
+++ /work/SRC/openSUSE:Factory/.python-Quandl.new/python-Quandl.changes 
2018-07-12 09:21:20.914601766 +0200
@@ -1,0 +2,7 @@
+Tue Jul  3 20:33:29 UTC 2018 - sebix+novell@sebix.at
+
+- update to version 3.4.0:
+ * When returning a list of data, in a Python friendly format, convert 
datetime64 to datetime
+ * Numpy no longer supports Python v3.3, thus we are removing support for it
+
+---

Old:

  v3.3.0.tar.gz

New:

  v3.4.0.tar.gz



Other differences:
--
++ python-Quandl.spec ++
--- /var/tmp/diff_new_pack.nnZjIf/_old  2018-07-12 09:21:22.710604279 +0200
+++ /var/tmp/diff_new_pack.nnZjIf/_new  2018-07-12 09:21:22.714604285 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-Quandl
-Version:3.3.0
+Version:3.4.0
 Release:0
 Summary:Package for quandl API access
 License:MIT
@@ -45,6 +45,7 @@
 BuildRequires:  %{python_module pandas >= 0.14}
 BuildRequires:  %{python_module pyOpenSSL}
 BuildRequires:  %{python_module pyasn1}
+BuildRequires:  %{python_module pycodestyle}
 BuildRequires:  %{python_module python-dateutil}
 BuildRequires:  %{python_module requests >= 2.7.0}
 BuildRequires:  %{python_module requests}

++ v3.3.0.tar.gz -> v3.4.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/quandl-python-3.3.0/.travis.yml 
new/quandl-python-3.4.0/.travis.yml
--- old/quandl-python-3.3.0/.travis.yml 2017-12-20 20:39:43.0 +0100
+++ new/quandl-python-3.4.0/.travis.yml 2018-07-03 17:20:00.0 +0200
@@ -2,7 +2,6 @@
 language: python
 python:
   - "2.7"
-  - "3.3"
   - "3.4"
   - "3.5"
   - "3.6"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/quandl-python-3.3.0/CHANGELOG.md 
new/quandl-python-3.4.0/CHANGELOG.md
--- old/quandl-python-3.3.0/CHANGELOG.md2017-12-20 20:39:43.0 
+0100
+++ new/quandl-python-3.4.0/CHANGELOG.md2018-07-03 17:20:00.0 
+0200
@@ -1,3 +1,8 @@
+### 3.4.0 - 2018-07-03
+
+* When returning a list of data, in a Python friendly format, convert 
datetime64 to datetime
+* Numpy no longer supports Python v3.3, thus we are removing support for it
+
 ### 3.3.0 - 2017-12-20
 
 * Unlock the version of requests to allow use with other modern packages
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/quandl-python-3.3.0/LICENSE.txt 
new/quandl-python-3.4.0/LICENSE.txt
--- old/quandl-python-3.3.0/LICENSE.txt 1970-01-01 01:00:00.0 +0100
+++ new/quandl-python-3.4.0/LICENSE.txt 2018-07-03 17:20:00.0 +0200
@@ -0,0 +1,7 @@
+Copyright (c) 2018 Quandl
+
+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/quandl-python-3.3.0/README.md 
new/quandl-python-3.4.0/README.md
--- old/quandl-python-3.3.0/README.md   2017-12-20 20:39:43.0 +0100
+++ new/quandl-python-3.4.0/README.md   2018-07-03 17:20:00.0 +0200
@@ -1,4 +1,4 @@
-# Quandl Python Client 
+# Quandl Python Client
 [![Build 
Status](https://travis-ci.org/quandl/quandl-python.svg?branch=master)](https://travis-

commit python-Quandl for openSUSE:Factory

2018-01-22 Thread root
Hello community,

here is the log from the commit of package python-Quandl for openSUSE:Factory 
checked in at 2018-01-22 16:19:38

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


Package is "python-Quandl"

Mon Jan 22 16:19:38 2018 rev:2 rq:567963 version:3.3.0

Changes:

--- /work/SRC/openSUSE:Factory/python-Quandl/python-Quandl.changes  
2018-01-10 23:32:21.743922602 +0100
+++ /work/SRC/openSUSE:Factory/.python-Quandl.new/python-Quandl.changes 
2018-01-22 16:20:52.827305364 +0100
@@ -1,0 +2,7 @@
+Thu Dec 21 14:48:18 UTC 2017 - sebix+novell@sebix.at
+
+- update to version 3.3.0
+ * Unlock the version of requests to allow use with other modern packages
+- remove setup_requirement.patch, not required anymore
+
+---

Old:

  setup_requirement.patch
  v3.2.1.tar.gz

New:

  v3.3.0.tar.gz



Other differences:
--
++ python-Quandl.spec ++
--- /var/tmp/diff_new_pack.BVSu8U/_old  2018-01-22 16:20:53.291283663 +0100
+++ /var/tmp/diff_new_pack.BVSu8U/_new  2018-01-22 16:20:53.291283663 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Quandl
 #
-# 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
@@ -13,42 +13,41 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-Quandl
-Version:3.2.1
+Version:3.3.0
 Release:0
-License:MIT
 Summary:Package for quandl API access
-Url:https://github.com/quandl/quandl-python
+License:MIT
 Group:  Development/Languages/Python
+Url:https://github.com/quandl/quandl-python
 Source: 
https://github.com/quandl/quandl-python/archive/v%{version}.tar.gz
-# PATCH_FIX_OPENSUSE setup_requirement.patch -- maximum version are not the 
right way to fix incompatibilities
-Patch0: setup_requirement.patch
 # PATCH_FIX_OPENSUSE license.patch
 Patch1: license.patch
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 # SECTION test requirements
 BuildRequires:  %{python_module factory_boy}
-BuildRequires:  %{python_module pyasn1}
-BuildRequires:  %{python_module ndg-httpsclient}
-BuildRequires:  %{python_module pyOpenSSL}
-BuildRequires:  %{python_module requests}
 BuildRequires:  %{python_module flake8}
 BuildRequires:  %{python_module httpretty}
 BuildRequires:  %{python_module inflection >= 0.3.1}
 BuildRequires:  %{python_module jsondate}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module more-itertools}
+BuildRequires:  %{python_module ndg-httpsclient}
 BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module numpy >= 1.8}
 BuildRequires:  %{python_module pandas >= 0.14}
+BuildRequires:  %{python_module pyOpenSSL}
+BuildRequires:  %{python_module pyasn1}
 BuildRequires:  %{python_module python-dateutil}
 BuildRequires:  %{python_module requests >= 2.7.0}
+BuildRequires:  %{python_module requests}
 BuildRequires:  %{python_module six}
 BuildRequires:  %{python_module unittest2}
 # /SECTION
@@ -68,7 +67,6 @@
 
 %prep
 %setup -q -n quandl-python-%{version}
-%patch0 -p1
 %patch1 -p1
 
 %build

++ v3.2.1.tar.gz -> v3.3.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/quandl-python-3.2.1/CHANGELOG.md 
new/quandl-python-3.3.0/CHANGELOG.md
--- old/quandl-python-3.2.1/CHANGELOG.md2017-11-02 15:42:38.0 
+0100
+++ new/quandl-python-3.3.0/CHANGELOG.md2017-12-20 20:39:43.0 
+0100
@@ -1,3 +1,7 @@
+### 3.3.0 - 2017-12-20
+
+* Unlock the version of requests to allow use with other modern packages
+
 ### 3.2.1 - 2017-10-23
 
 * Provide a more actionable warning when asking for data over 1M rows
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/quandl-python-3.2.1/quandl/version.py 
new/quandl-python-3.3.0/quandl/version.py
--- old/quandl-python-3.2.1/quandl/version.py   2017-11-02 15:42:38.0 
+0100
+++ new/quandl-python-3.3.0/quandl/version.py   2017-12-20 20:39:43.0 
+0100
@@ -1 +1 @@
-VERSION = '3.2.1'
+VERSION = '3.3.0'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/quandl