Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pandas-datareader for
openSUSE:Factory checked in at 2022-07-13 13:45:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pandas-datareader (Old)
and /work/SRC/openSUSE:Factory/.python-pandas-datareader.new.1523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pandas-datareader"
Wed Jul 13 13:45:42 2022 rev:7 rq:988959 version:0.10.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pandas-datareader/python-pandas-datareader.changes
2021-02-23 20:22:34.095770462 +0100
+++
/work/SRC/openSUSE:Factory/.python-pandas-datareader.new.1523/python-pandas-datareader.changes
2022-07-13 13:46:06.310092865 +0200
@@ -1,0 +2,16 @@
+Wed Jul 13 08:09:24 UTC 2022 - Matej Cepl <[email protected]>
+
+- Tighten %%files.
+
+-------------------------------------------------------------------
+Thu Jul 22 02:05:37 UTC 2021 - Arun Persaud <[email protected]>
+
+- specfile:
+ * README.rst -> README.md
+
+- update to version 0.10.0:
+ * Fixed Yahoo readers which now require headers
+ * Fixed other reader
+ * Improved compatibility with pandas
+
+-------------------------------------------------------------------
Old:
----
pandas-datareader-0.9.0.tar.gz
New:
----
pandas-datareader-0.10.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pandas-datareader.spec ++++++
--- /var/tmp/diff_new_pack.tFRj74/_old 2022-07-13 13:46:08.754096334 +0200
+++ /var/tmp/diff_new_pack.tFRj74/_new 2022-07-13 13:46:08.758096340 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-pandas-datareader
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
# ONLINE tests only, disable by default
%bcond_with test
Name: python-pandas-datareader
-Version: 0.9.0
+Version: 0.10.0
Release: 0
Summary: Data readers extracted from the pandas codebase
License: BSD-3-Clause
@@ -34,16 +34,16 @@
BuildRequires: %{python_module requests >= 2.19.0}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module versioneer}
-%if %{with test}
-BuildRequires: %{python_module pytest}
-BuildRequires: %{python_module wrapt}
-%endif
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-lxml
Requires: python-pandas >= 0.23
Requires: python-requests >= 2.19.0
BuildArch: noarch
+%if %{with test}
+BuildRequires: %{python_module pytest}
+BuildRequires: %{python_module wrapt}
+%endif
%python_subpackages
%description
@@ -70,10 +70,9 @@
%endif
%files %{python_files}
-%doc README.rst
+%doc README.md
%license LICENSE.md
-%dir %{python_sitelib}/pandas_datareader
-%{python_sitelib}/pandas_datareader/*
-%{python_sitelib}/pandas_datareader-%{version}-py*.egg-info/
+%{python_sitelib}/pandas_datareader
+%{python_sitelib}/pandas_datareader-%{version}*-info/
%changelog
++++++ pandas-datareader-0.9.0.tar.gz -> pandas-datareader-0.10.0.tar.gz ++++++
++++ 2359 lines of diff (skipped)