Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 755119 - dev-python/pandas-datareader-0.8.1: broken with dev-python/pandas-1.1.4
Summary: dev-python/pandas-datareader-0.8.1: broken with dev-python/pandas-1.1.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Horea Christian
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-17 20:13 UTC by Michał Górny
Modified: 2021-02-21 17:03 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-11-17 20:13:17 UTC
pandas_datareader/__init__.py:2: in <module>
    from .data import (
pandas_datareader/data.py:11: in <module>
    from pandas_datareader.av.forex import AVForexReader
pandas_datareader/av/__init__.py:6: in <module>
    from pandas_datareader.base import _BaseReader
pandas_datareader/base.py:7: in <module>
    from pandas.io.common import urlencode
E   ImportError: cannot import name 'urlencode'
Comment 1 Martin Benirschka 2020-12-12 12:29:04 UTC
Since pandas-datareader builds with pandas-1.1.5, it may be possible to close this issue. 

However, Gentoo stable defaults now to python 3.8. The pandas-datareader ebuild needs to be update to include version 3.8 (and perhaps 3.9).
Comment 2 Larry the Git Cow gentoo-dev 2021-02-21 17:03:53 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d433b89010f1279168d0b35c17653537501c884

commit 4d433b89010f1279168d0b35c17653537501c884
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2021-02-21 17:03:40 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2021-02-21 17:03:40 +0000

    dev-python/pandas-datareader: Remove old 0.8.1
    
    Closes: https://bugs.gentoo.org/755119
    Package-Manager: Portage-3.0.14, Repoman-3.0.2
    Signed-off-by: David Seifert <soap@gentoo.org>

 dev-python/pandas-datareader/Manifest              |  1 -
 .../pandas-datareader-0.8.1.ebuild                 | 36 ----------------------
 2 files changed, 37 deletions(-)

Additionally, it has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aae7317694092f4bd04814531a0e97d35d4bfb0

commit 3aae7317694092f4bd04814531a0e97d35d4bfb0
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2021-02-21 17:03:37 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2021-02-21 17:03:37 +0000

    dev-python/pandas-datareader: Version bump to 0.9.0
    
    Bug: https://bugs.gentoo.org/755119
    Package-Manager: Portage-3.0.14, Repoman-3.0.2
    Signed-off-by: David Seifert <soap@gentoo.org>

 dev-python/pandas-datareader/Manifest              |  1 +
 .../pandas-datareader-0.9.0.ebuild                 | 35 ++++++++++++++++++++++
 2 files changed, 36 insertions(+)