public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <filiperosset@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/python-yfinance] rawhide: update to 1.4.1 fixes rhbz#2353961
Date: Sun, 28 Jun 2026 21:15:27 GMT	[thread overview]
Message-ID: <178268132748.1.1506107130979448574.rpms-python-yfinance-1233a85bf554@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/python-yfinance
            Branch : rawhide
            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=rawhide

            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

                 reply	other threads:[~2026-06-28 21:15 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=178268132748.1.1506107130979448574.rpms-python-yfinance-1233a85bf554@fedoraproject.org \
    --to=filiperosset@fedoraproject.org \
    --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