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 - [email protected] + +- 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.md 2017-11-02 15:42:38.000000000 +0100 +++ new/quandl-python-3.3.0/CHANGELOG.md 2017-12-20 20:39:43.000000000 +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.000000000 +0100 +++ new/quandl-python-3.3.0/quandl/version.py 2017-12-20 20:39:43.000000000 +0100 @@ -1 +1 @@ -VERSION = '3.2.1' +VERSION = '3.3.0' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/quandl-python-3.2.1/setup.py new/quandl-python-3.3.0/setup.py --- old/quandl-python-3.2.1/setup.py 2017-11-02 15:42:38.000000000 +0100 +++ new/quandl-python-3.3.0/setup.py 2017-12-20 20:39:43.000000000 +0100 @@ -18,7 +18,7 @@ install_requires = [ 'pandas >= 0.14', 'numpy >= 1.8', - 'requests >= 2.7.0, < 2.18', # Version 2.18 appears to break pulling data. + 'requests >= 2.7.0', 'inflection >= 0.3.1', 'python-dateutil', 'six', diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/quandl-python-3.2.1/test/test_connection.py new/quandl-python-3.3.0/test/test_connection.py --- old/quandl-python-3.2.1/test/test_connection.py 2017-11-02 15:42:38.000000000 +0100 +++ new/quandl-python-3.3.0/test/test_connection.py 2017-12-20 20:39:43.000000000 +0100 @@ -67,6 +67,6 @@ 'accept': ('application/json, ' 'application/vnd.quandl+json;version=2015-04-09'), 'request-source': 'python', - 'request-source-version': '3.2.1'}, + 'request-source-version': '3.3.0'}, params={'per_page': 10, 'page': 2}) self.assertEqual(mock.call_args, expected)
