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 <[email protected]> + +- 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.000000000 +0100 +++ new/Quandl-3.4.8/PKG-INFO 2019-05-03 21:56:12.000000000 +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: [email protected] +Maintainer: Quandl Development Team +Maintainer-email: [email protected] 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.000000000 +0100 +++ new/Quandl-3.4.8/Quandl.egg-info/PKG-INFO 2019-05-03 21:56:12.000000000 +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: [email protected] +Maintainer: Quandl Development Team +Maintainer-email: [email protected] 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.txt 2019-02-07 17:39:38.000000000 +0100 +++ new/Quandl-3.4.8/Quandl.egg-info/SOURCES.txt 2019-05-03 21:56:12.000000000 +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__/test_merged_dataset.cpython-37.pyc +test/__pycache__/test_model.cpython-37.pyc +test/__pycache__/test_retries.cpython-37.pyc +test/__pycache__/test_util.cpython-37.pyc test/factories/__init__.py test/factories/__init__.pyc test/factories/database.py @@ -90,6 +103,14 @@ test/factories/datatable_meta.pyc test/factories/meta.py test/factories/meta.pyc +test/factories/__pycache__/__init__.cpython-37.pyc +test/factories/__pycache__/database.cpython-37.pyc +test/factories/__pycache__/dataset.cpython-37.pyc +test/factories/__pycache__/dataset_data.cpython-37.pyc +test/factories/__pycache__/datatable.cpython-37.pyc +test/factories/__pycache__/datatable_data.cpython-37.pyc +test/factories/__pycache__/datatable_meta.cpython-37.pyc +test/factories/__pycache__/meta.cpython-37.pyc test/helpers/__init__.py test/helpers/__init__.pyc test/helpers/httpretty_extension.py @@ -100,5 +121,10 @@ test/helpers/my_httpretty.pyc test/helpers/random_data_helper.py test/helpers/random_data_helper.pyc +test/helpers/__pycache__/__init__.cpython-37.pyc +test/helpers/__pycache__/httpretty_extension.cpython-37.pyc +test/helpers/__pycache__/merged_datasets_helper.cpython-37.pyc +test/helpers/__pycache__/my_httpretty.cpython-37.pyc test/test_operations/__init__.py -test/test_operations/__init__.pyc \ No newline at end of file +test/test_operations/__init__.pyc +test/test_operations/__pycache__/__init__.cpython-37.pyc \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Quandl-3.4.6/Quandl.egg-info/requires.txt new/Quandl-3.4.8/Quandl.egg-info/requires.txt --- old/Quandl-3.4.6/Quandl.egg-info/requires.txt 2019-02-07 17:39:38.000000000 +0100 +++ new/Quandl-3.4.8/Quandl.egg-info/requires.txt 2019-05-03 21:56:12.000000000 +0200 @@ -1,7 +1,10 @@ -pandas >= 0.14 -numpy >= 1.8 -requests >= 2.7.0 -inflection >= 0.3.1 +pandas>=0.14 +numpy>=1.8 +requests>=2.7.0 +inflection>=0.3.1 python-dateutil six -more-itertools +more-itertools<=5.0.0 +pyOpenSSL +ndg-httpsclient +pyasn1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Quandl-3.4.6/README.md new/Quandl-3.4.8/README.md --- old/Quandl-3.4.6/README.md 2019-02-06 16:44:48.000000000 +0100 +++ new/Quandl-3.4.8/README.md 2019-05-03 20:03:38.000000000 +0200 @@ -33,12 +33,16 @@ | max_wait_between_retries | Maximum amount of time in seconds that should be waited before attempting a retry. Only used if `use_retries` is True | 8 | retry_backoff_factor | Determines the amount of time in seconds that should be waited before attempting another retry. Note that this factor is exponential so a `retry_backoff_factor` of 0.5 will cause waits of [0.5, 1, 2, 4, etc]. Only used if `use_retries` is True | 0.5 | retry_status_codes | A list of HTTP status codes which will trigger a retry to occur. Only used if `use_retries` is True| [429, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511] - + ```python import quandl quandl.ApiConfig.api_key = 'tEsTkEy123456789' quandl.ApiConfig.api_version = '2015-04-09' ``` +By default, SSL verification is enabled. To bypass SSL verification +```python +quandl.ApiConfig.verify_ssl = False +``` `quandl.ApiConfig.api_version` is optional however it is strongly recommended to avoid issues with rate-limiting. For premium databases, datasets and datatables `quandl.ApiConfig.api_key` will need to be set to identify you to our API. Please see [API Documentation](https://www.quandl.com/docs/api) for more detail. @@ -122,7 +126,7 @@ `python setup.py install` 4. Run the following command to test the plugin in all versions of python we support: `tox` - + Once you have all required packages installed, you can run tests locally with: Running all tests locally diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Quandl-3.4.6/quandl/api_config.py new/Quandl-3.4.8/quandl/api_config.py --- old/Quandl-3.4.6/quandl/api_config.py 2019-02-07 17:31:51.000000000 +0100 +++ new/Quandl-3.4.8/quandl/api_config.py 2019-05-03 19:06:07.000000000 +0200 @@ -13,6 +13,7 @@ retry_backoff_factor = 0.5 max_wait_between_retries = 8 retry_status_codes = [429] + list(range(500, 512)) + verify_ssl = True def save_key(apikey, filename=None): diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Quandl-3.4.6/quandl/connection.py new/Quandl-3.4.8/quandl/connection.py --- old/Quandl-3.4.6/quandl/connection.py 2019-02-06 16:44:48.000000000 +0100 +++ new/Quandl-3.4.8/quandl/connection.py 2019-05-03 19:16:50.000000000 +0200 @@ -42,7 +42,10 @@ session = cls.get_session() try: - response = session.request(method=http_verb, url=url, **options) + response = session.request(method=http_verb, + url=url, + verify=ApiConfig.verify_ssl, + **options) if response.status_code < 200 or response.status_code >= 300: cls.handle_api_error(response) else: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Quandl-3.4.6/quandl/version.py new/Quandl-3.4.8/quandl/version.py --- old/Quandl-3.4.6/quandl/version.py 2019-02-07 17:31:51.000000000 +0100 +++ new/Quandl-3.4.8/quandl/version.py 2019-05-03 19:23:41.000000000 +0200 @@ -1 +1 @@ -VERSION = '3.4.6' +VERSION = '3.4.8' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Quandl-3.4.6/setup.cfg new/Quandl-3.4.8/setup.cfg --- old/Quandl-3.4.6/setup.cfg 2019-02-07 17:39:38.000000000 +0100 +++ new/Quandl-3.4.8/setup.cfg 2019-05-03 21:56:12.000000000 +0200 @@ -8,5 +8,4 @@ [egg_info] tag_build = tag_date = 0 -tag_svn_revision = 0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Quandl-3.4.6/setup.py new/Quandl-3.4.8/setup.py --- old/Quandl-3.4.6/setup.py 2019-02-07 17:31:51.000000000 +0100 +++ new/Quandl-3.4.8/setup.py 2019-05-03 21:37:55.000000000 +0200 @@ -22,7 +22,7 @@ 'inflection >= 0.3.1', 'python-dateutil', 'six', - 'more-itertools' + 'more-itertools <= 5.0.0' ] installs_for_two = [ @@ -64,7 +64,7 @@ install_requires=install_requires, tests_require=[ 'flake8', - 'nose', + 'nose <= 1.3.7', 'httpretty', 'mock', 'factory_boy', Binary files old/Quandl-3.4.6/test/__init__.pyc and new/Quandl-3.4.8/test/__init__.pyc differ Binary files old/Quandl-3.4.6/test/__pycache__/__init__.cpython-37.pyc and new/Quandl-3.4.8/test/__pycache__/__init__.cpython-37.pyc differ Binary files old/Quandl-3.4.6/test/__pycache__/test_connection.cpython-37.pyc and new/Quandl-3.4.8/test/__pycache__/test_connection.cpython-37.pyc differ Binary files old/Quandl-3.4.6/test/__pycache__/test_data.cpython-37.pyc and new/Quandl-3.4.8/test/__pycache__/test_data.cpython-37.pyc differ Binary files old/Quandl-3.4.6/test/__pycache__/test_database.cpython-37.pyc and new/Quandl-3.4.8/test/__pycache__/test_database.cpython-37.pyc differ Binary files old/Quandl-3.4.6/test/__pycache__/test_dataset.cpython-37.pyc and new/Quandl-3.4.8/test/__pycache__/test_dataset.cpython-37.pyc differ Binary files old/Quandl-3.4.6/test/__pycache__/test_datatable.cpython-37.pyc and new/Quandl-3.4.8/test/__pycache__/test_datatable.cpython-37.pyc differ Binary files old/Quandl-3.4.6/test/__pycache__/test_datatable_data.cpython-37.pyc and new/Quandl-3.4.8/test/__pycache__/test_datatable_data.cpython-37.pyc differ Binary files old/Quandl-3.4.6/test/__pycache__/test_get.cpython-37.pyc and new/Quandl-3.4.8/test/__pycache__/test_get.cpython-37.pyc differ Binary files old/Quandl-3.4.6/test/__pycache__/test_get_table.cpython-37.pyc and new/Quandl-3.4.8/test/__pycache__/test_get_table.cpython-37.pyc differ Binary files old/Quandl-3.4.6/test/__pycache__/test_merged_dataset.cpython-37.pyc and new/Quandl-3.4.8/test/__pycache__/test_merged_dataset.cpython-37.pyc differ Binary files old/Quandl-3.4.6/test/__pycache__/test_model.cpython-37.pyc and new/Quandl-3.4.8/test/__pycache__/test_model.cpython-37.pyc differ Binary files old/Quandl-3.4.6/test/__pycache__/test_retries.cpython-37.pyc and new/Quandl-3.4.8/test/__pycache__/test_retries.cpython-37.pyc differ Binary files old/Quandl-3.4.6/test/__pycache__/test_util.cpython-37.pyc and new/Quandl-3.4.8/test/__pycache__/test_util.cpython-37.pyc differ Binary files old/Quandl-3.4.6/test/factories/__init__.pyc and new/Quandl-3.4.8/test/factories/__init__.pyc differ Binary files old/Quandl-3.4.6/test/factories/__pycache__/__init__.cpython-37.pyc and new/Quandl-3.4.8/test/factories/__pycache__/__init__.cpython-37.pyc differ Binary files old/Quandl-3.4.6/test/factories/__pycache__/database.cpython-37.pyc and new/Quandl-3.4.8/test/factories/__pycache__/database.cpython-37.pyc differ Binary files old/Quandl-3.4.6/test/factories/__pycache__/dataset.cpython-37.pyc and new/Quandl-3.4.8/test/factories/__pycache__/dataset.cpython-37.pyc differ Binary files old/Quandl-3.4.6/test/factories/__pycache__/dataset_data.cpython-37.pyc and new/Quandl-3.4.8/test/factories/__pycache__/dataset_data.cpython-37.pyc differ Binary files old/Quandl-3.4.6/test/factories/__pycache__/datatable.cpython-37.pyc and new/Quandl-3.4.8/test/factories/__pycache__/datatable.cpython-37.pyc differ Binary files old/Quandl-3.4.6/test/factories/__pycache__/datatable_data.cpython-37.pyc and new/Quandl-3.4.8/test/factories/__pycache__/datatable_data.cpython-37.pyc differ Binary files old/Quandl-3.4.6/test/factories/__pycache__/datatable_meta.cpython-37.pyc and new/Quandl-3.4.8/test/factories/__pycache__/datatable_meta.cpython-37.pyc differ Binary files old/Quandl-3.4.6/test/factories/__pycache__/meta.cpython-37.pyc and new/Quandl-3.4.8/test/factories/__pycache__/meta.cpython-37.pyc differ Binary files old/Quandl-3.4.6/test/factories/database.pyc and new/Quandl-3.4.8/test/factories/database.pyc differ Binary files old/Quandl-3.4.6/test/factories/dataset.pyc and new/Quandl-3.4.8/test/factories/dataset.pyc differ Binary files old/Quandl-3.4.6/test/factories/dataset_data.pyc and new/Quandl-3.4.8/test/factories/dataset_data.pyc differ Binary files old/Quandl-3.4.6/test/factories/datatable.pyc and new/Quandl-3.4.8/test/factories/datatable.pyc differ Binary files old/Quandl-3.4.6/test/factories/datatable_data.pyc and new/Quandl-3.4.8/test/factories/datatable_data.pyc differ Binary files old/Quandl-3.4.6/test/factories/datatable_meta.pyc and new/Quandl-3.4.8/test/factories/datatable_meta.pyc differ Binary files old/Quandl-3.4.6/test/factories/meta.pyc and new/Quandl-3.4.8/test/factories/meta.pyc differ Binary files old/Quandl-3.4.6/test/helpers/__init__.pyc and new/Quandl-3.4.8/test/helpers/__init__.pyc differ Binary files old/Quandl-3.4.6/test/helpers/__pycache__/__init__.cpython-37.pyc and new/Quandl-3.4.8/test/helpers/__pycache__/__init__.cpython-37.pyc differ Binary files old/Quandl-3.4.6/test/helpers/__pycache__/httpretty_extension.cpython-37.pyc and new/Quandl-3.4.8/test/helpers/__pycache__/httpretty_extension.cpython-37.pyc differ Binary files old/Quandl-3.4.6/test/helpers/__pycache__/merged_datasets_helper.cpython-37.pyc and new/Quandl-3.4.8/test/helpers/__pycache__/merged_datasets_helper.cpython-37.pyc differ Binary files old/Quandl-3.4.6/test/helpers/__pycache__/my_httpretty.cpython-37.pyc and new/Quandl-3.4.8/test/helpers/__pycache__/my_httpretty.cpython-37.pyc differ Binary files old/Quandl-3.4.6/test/helpers/httpretty_extension.pyc and new/Quandl-3.4.8/test/helpers/httpretty_extension.pyc differ Binary files old/Quandl-3.4.6/test/helpers/merged_datasets_helper.pyc and new/Quandl-3.4.8/test/helpers/merged_datasets_helper.pyc differ Binary files old/Quandl-3.4.6/test/helpers/my_httpretty.pyc and new/Quandl-3.4.8/test/helpers/my_httpretty.pyc differ Binary files old/Quandl-3.4.6/test/helpers/random_data_helper.pyc and new/Quandl-3.4.8/test/helpers/random_data_helper.pyc differ Binary files old/Quandl-3.4.6/test/test_connection.pyc and new/Quandl-3.4.8/test/test_connection.pyc differ Binary files old/Quandl-3.4.6/test/test_data.pyc and new/Quandl-3.4.8/test/test_data.pyc differ Binary files old/Quandl-3.4.6/test/test_database.pyc and new/Quandl-3.4.8/test/test_database.pyc differ Binary files old/Quandl-3.4.6/test/test_dataset.pyc and new/Quandl-3.4.8/test/test_dataset.pyc differ Binary files old/Quandl-3.4.6/test/test_datatable.pyc and new/Quandl-3.4.8/test/test_datatable.pyc differ Binary files old/Quandl-3.4.6/test/test_datatable_data.pyc and new/Quandl-3.4.8/test/test_datatable_data.pyc differ Binary files old/Quandl-3.4.6/test/test_get.pyc and new/Quandl-3.4.8/test/test_get.pyc differ Binary files old/Quandl-3.4.6/test/test_get_table.pyc and new/Quandl-3.4.8/test/test_get_table.pyc differ Binary files old/Quandl-3.4.6/test/test_merged_dataset.pyc and new/Quandl-3.4.8/test/test_merged_dataset.pyc differ Binary files old/Quandl-3.4.6/test/test_model.pyc and new/Quandl-3.4.8/test/test_model.pyc differ Binary files old/Quandl-3.4.6/test/test_operations/__init__.pyc and new/Quandl-3.4.8/test/test_operations/__init__.pyc differ Binary files old/Quandl-3.4.6/test/test_operations/__pycache__/__init__.cpython-37.pyc and new/Quandl-3.4.8/test/test_operations/__pycache__/__init__.cpython-37.pyc differ Binary files old/Quandl-3.4.6/test/test_request_type_util.pyc and new/Quandl-3.4.8/test/test_request_type_util.pyc differ Binary files old/Quandl-3.4.6/test/test_retries.pyc and new/Quandl-3.4.8/test/test_retries.pyc differ Binary files old/Quandl-3.4.6/test/test_util.pyc and new/Quandl-3.4.8/test/test_util.pyc differ
