public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-yfinance] f43: update to 1.4.1 fixes rhbz#2353961
@ 2026-06-28 21:23 Filipe Rosset
  0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-06-28 21:23 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/python-yfinance
            Branch : f43
            Commit : 1233a85bf5545a3791833a6deff3cc5647b35602
            Author : Filipe Rosset <filiperosset@fedoraproject.org>
            Date   : 2026-06-26T00:30:14-03:00
            Stats  : +8/-3 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-yfinance/c/1233a85bf5545a3791833a6deff3cc5647b35602?branch=f43

            Log:
            update to 1.4.1 fixes rhbz#2353961

Signed-off-by: Filipe Rosset <filiperosset@fedoraproject.org>

---
diff --git a/.gitignore b/.gitignore
index 53a54c2..549c4c1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -45,3 +45,4 @@
 /yfinance-0.2.50.tar.gz
 /yfinance-0.2.51.tar.gz
 /yfinance-0.2.54.tar.gz
+/yfinance-1.4.1.tar.gz

diff --git a/python-yfinance.spec b/python-yfinance.spec
index 90c7656..b41d256 100644
--- a/python-yfinance.spec
+++ b/python-yfinance.spec
@@ -1,12 +1,12 @@
 %global         srcname     yfinance
 %global         forgeurl    https://github.com/ranaroussi/%{srcname}
-Version:        0.2.54
+Version:        1.4.1
 %global         tag         %{version}
 %forgemeta
 
 Name:           python-%{srcname}
 Release:        %autorelease
-Summary:        Yahoo! Finance market data downloader
+Summary:        Download market data from Yahoo! Finance API
 
 License:        Apache-2.0
 URL:            %forgeurl
@@ -41,6 +41,10 @@ sed -i '1{\@^#!/usr/bin/env python@d}' yfinance/*.py
 # Allow an older version of requests.
 sed -i 's/requests>=2.31/requests>=2.28/' requirements.txt setup.py
 
+# curl_cffi is not packaged in Fedora, but is optional and falls back to requests.
+sed -i '/curl_cffi/d' requirements.txt
+sed -i "s/'curl_cffi>=0.15',//" setup.py
+
 %generate_buildrequires
 %pyproject_buildrequires
 

diff --git a/sources b/sources
index b966cb4..8eb9ce1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (yfinance-0.2.54.tar.gz) = d4377ab5db9b3193bc787ebcfd4bbc848c56ff9a9459c9d4b6494e5341d9124e38a2ab15bd4c1db1881935d9c620deede5adfa87ff2876464eda390cf32432fb
+SHA512 (yfinance-1.4.1.tar.gz) = ce1d467a98aa6d641ef6daa50b92bf2ed28ba79dd343d842c4e198e87d4dff37a50c7c3ce15d497705d88495dd0f99bc900f446244e780ed55911eca129380dc

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-28 21:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-28 21:23 [rpms/python-yfinance] f43: update to 1.4.1 fixes rhbz#2353961 Filipe Rosset

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox