public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Peter Robinson <pbrobinson@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-pandas-datareader] rawhide: Update to 0.11.1 (rhbz#2491794)
Date: Mon, 29 Jun 2026 10:23:42 GMT [thread overview]
Message-ID: <178272862271.1.1298915941733962457.rpms-python-pandas-datareader-6dba4731dc84@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-pandas-datareader
Branch : rawhide
Commit : 6dba4731dc843697260ddb2dbdd766921d58892e
Author : Peter Robinson <pbrobinson@gmail.com>
Date : 2026-06-29T11:23:21+01:00
Stats : +12/-21 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/python-pandas-datareader/c/6dba4731dc843697260ddb2dbdd766921d58892e?branch=rawhide
Log:
Update to 0.11.1 (rhbz#2491794)
---
diff --git a/.gitignore b/.gitignore
index 7014bf4..b97f651 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
/pandas-datareader-0.8.0.tar.gz
/pandas-datareader-0.9.0.tar.gz
/pandas-datareader-0.10.0.tar.gz
+/pandas-datareader-0.11.1.tar.gz
diff --git a/pandas-datareader-python312.patch b/pandas-datareader-python312.patch
deleted file mode 100644
index 864b5ef..0000000
--- a/pandas-datareader-python312.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -ur pandas-datareader-0.10.0/versioneer.py pandas-datareader-0.10.0.vn/versioneer.py
---- pandas-datareader-0.10.0/versioneer.py 2020-07-07 11:56:46.000000000 +0200
-+++ pandas-datareader-0.10.0.vn/versioneer.py 2023-07-10 12:50:51.047863256 +0200
-@@ -344,9 +344,9 @@
- # configparser.NoOptionError (if it lacks "VCS="). See the docstring at
- # the top of versioneer.py for instructions on writing your setup.cfg .
- setup_cfg = os.path.join(root, "setup.cfg")
-- parser = configparser.SafeConfigParser()
-+ parser = configparser.ConfigParser()
- with open(setup_cfg, "r") as f:
-- parser.readfp(f)
-+ parser.read_file(f)
- VCS = parser.get("versioneer", "VCS") # mandatory
-
- def get(parser, name):
diff --git a/python-pandas-datareader.spec b/python-pandas-datareader.spec
index dc22f49..079b971 100644
--- a/python-pandas-datareader.spec
+++ b/python-pandas-datareader.spec
@@ -8,16 +8,13 @@ Data readers extracted from the pandas codebase, should be compatible with \
recent pandas versions.
Name: python-%{srcname}
-Version: 0.10.0
+Version: 0.11.1
Release: %autorelease
Summary: %{summary}
License: BSD-3-Clause
URL: https://github.com/pydata/pandas-datareader
Source0: %{pypi_source}
-# Old version of versioner still uses deprecated SafeConfigParser
-# https://github.com/pydata/pandas-datareader/issues/969
-Patch: pandas-datareader-python312.patch
BuildArch: noarch
BuildRequires: python3-devel
@@ -44,21 +41,29 @@ BuildRequires: python3-wrapt
%prep
%autosetup -n %{srcname}-%{version} -p1
+# Adjust setuptools_scm conditional
+sed -i 's/,<9//' pyproject.toml
%generate_buildrequires
+export SETUPTOOLS_SCM_PRETEND_VERSION=%{version}
%pyproject_buildrequires
%build
+export SETUPTOOLS_SCM_PRETEND_VERSION=%{version}
%pyproject_wheel
%install
%pyproject_install
+# Remove build-time utility scripts that leak into site-packages
+rm -rf %{buildroot}%{python3_sitelib}/docs/ %{buildroot}%{python3_sitelib}/__pycache__/ \
+%{buildroot}%{python3_sitelib}/tests/ %{buildroot}%{python3_sitelib}/conftest.py
+
%pyproject_save_files pandas_datareader
%check
# Most tests require network
-%pyproject_check_import
+%pyproject_check_import pandas_datareader
%files -n python3-%{srcname} -f %{pyproject_files}
diff --git a/sources b/sources
index 36cf46f..60716d0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (pandas-datareader-0.10.0.tar.gz) = 00c8e1f2d2b7de1eabf7cf06a2e6dedbc4158558a6a3276535b4f1284ea2df7dae4e6bbfb37c92328f27c2446a5d3d9d979b219bff28ac2f7e07f952ef837924
+SHA512 (pandas-datareader-0.11.1.tar.gz) = 4bde48d6af65bf0ae5f097ec9ff4020c7094b4ae0fb1ec14422959722d383ca22ad7601d63c4c8668e454f6d095782f58704839062c1329dfbf5ab13c5a42111
reply other threads:[~2026-06-29 10:23 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178272862271.1.1298915941733962457.rpms-python-pandas-datareader-6dba4731dc84@fedoraproject.org \
--to=pbrobinson@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox