Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Python3 yfinance
@ 2023-05-31 21:49 jason1987d
  2023-06-27 13:57 ` [PR PATCH] [Updated] " jason1987d
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: jason1987d @ 2023-05-31 21:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 735 bytes --]

There is a new pull request by jason1987d against master on the void-packages repository

https://github.com/jason1987d/void-packages python3-yfinance
https://github.com/void-linux/void-packages/pull/44203

Python3 yfinance
#### Testing the changes
- I tested the changes in this PR: YES

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): YES

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):

A patch file from https://github.com/void-linux/void-packages/pull/44203.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-yfinance-44203.patch --]
[-- Type: text/x-diff, Size: 3498 bytes --]

From e56a49cf52f2749bd2da268a26ffb9e658ad817c Mon Sep 17 00:00:00 2001
From: Jason Elswick <jason@jasondavid.tv>
Date: Mon, 29 May 2023 17:30:50 -0500
Subject: [PATCH 1/3] New package: python3-multitasking-0.0.11

---
 srcpkgs/python3-multitasking/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/python3-multitasking/template

diff --git a/srcpkgs/python3-multitasking/template b/srcpkgs/python3-multitasking/template
new file mode 100644
index 000000000000..0ebbd11ea670
--- /dev/null
+++ b/srcpkgs/python3-multitasking/template
@@ -0,0 +1,13 @@
+# Template file for 'python3-multitasking'
+pkgname=python3-multitasking
+version=0.0.11
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Non-blocking Python methods using decorators"
+maintainer="Jason Elswick <jason@jasondavid.tv>"
+license="Apache-2.0"
+homepage="https://github.com/ranaroussi/multitasking"
+distfiles="${PYPI_SITE}/m/multitasking/multitasking-${version}.tar.gz"
+checksum=4d6bc3cc65f9b2dca72fb5a787850a88dae8f620c2b36ae9b55248e51bcd6026

From 5ec4e23be194b5f02bbc7e9fbf5730d705273502 Mon Sep 17 00:00:00 2001
From: Jason Elswick <jason@jasondavid.tv>
Date: Mon, 29 May 2023 17:35:43 -0500
Subject: [PATCH 2/3] New package: python3-tzdata-2023.3

---
 srcpkgs/python3-tzdata/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/python3-tzdata/template

diff --git a/srcpkgs/python3-tzdata/template b/srcpkgs/python3-tzdata/template
new file mode 100644
index 000000000000..21339cfda711
--- /dev/null
+++ b/srcpkgs/python3-tzdata/template
@@ -0,0 +1,13 @@
+# Template file for 'python3-tzdata'
+pkgname=python3-tzdata
+version=2023.3
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel"
+depends="python3"
+short_desc="Provider of IANA time zone data"
+maintainer="Jason Elswick <jason@jasondavid.tv>"
+license="Apache-2.0"
+homepage="https://github.com/python/tzdata"
+distfiles="${PYPI_SITE}/t/tzdata/tzdata-${version}.tar.gz"
+checksum=11ef1e08e54acb0d4f95bdb1be05da659673de4acbd21bf9c69e94cc5e907a3a

From 34127b6ef15b8339b83d89188ba65ef65f2b0a6a Mon Sep 17 00:00:00 2001
From: Jason Elswick <jason@jasondavid.tv>
Date: Mon, 29 May 2023 17:39:40 -0500
Subject: [PATCH 3/3] New package: python3-yfinance-0.2.18

---
 srcpkgs/python3-yfinance/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-yfinance/template

diff --git a/srcpkgs/python3-yfinance/template b/srcpkgs/python3-yfinance/template
new file mode 100644
index 000000000000..81d6ed1a84f7
--- /dev/null
+++ b/srcpkgs/python3-yfinance/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-yfinance'
+pkgname=python3-yfinance
+version=0.2.18
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-appdirs python3-lxml python3-pandas python3-requests python3-numpy python3-multitasking python3-frozendict python3-tzdata"
+checkdepends="${depends} python3-html5lib python3-BeautifulSoup4 python3-cryptography"
+short_desc="Download market data from Yahoo! Finance's API"
+maintainer="Jason Elswick <jason@jasondavid.tv>"
+license="Apache-2.0"
+homepage="https://github.com/ranaroussi/yfinance"
+distfiles="${PYPI_SITE}/y/yfinance/yfinance-${version}.tar.gz"
+checksum=3874ee22eb35563a797348d2a5a00b665c9a1c50d21287050db1c5341ecc5c1b
+
+post_install() {
+	rm -f ${DESTDIR}/usr/bin/sample
+}

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] Python3 yfinance
  2023-05-31 21:49 [PR PATCH] Python3 yfinance jason1987d
@ 2023-06-27 13:57 ` jason1987d
  2023-06-27 14:00 ` jason1987d
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: jason1987d @ 2023-06-27 13:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 740 bytes --]

There is an updated pull request by jason1987d against master on the void-packages repository

https://github.com/jason1987d/void-packages python3-yfinance
https://github.com/void-linux/void-packages/pull/44203

Python3 yfinance
#### Testing the changes
- I tested the changes in this PR: YES

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): YES

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):

A patch file from https://github.com/void-linux/void-packages/pull/44203.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-yfinance-44203.patch --]
[-- Type: text/x-diff, Size: 3498 bytes --]

From d6b368710462babad78aad312e020c3749767624 Mon Sep 17 00:00:00 2001
From: Jason Elswick <jason@jasondavid.tv>
Date: Mon, 29 May 2023 17:30:50 -0500
Subject: [PATCH 1/3] New package: python3-multitasking-0.0.11

---
 srcpkgs/python3-multitasking/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/python3-multitasking/template

diff --git a/srcpkgs/python3-multitasking/template b/srcpkgs/python3-multitasking/template
new file mode 100644
index 000000000000..0ebbd11ea670
--- /dev/null
+++ b/srcpkgs/python3-multitasking/template
@@ -0,0 +1,13 @@
+# Template file for 'python3-multitasking'
+pkgname=python3-multitasking
+version=0.0.11
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Non-blocking Python methods using decorators"
+maintainer="Jason Elswick <jason@jasondavid.tv>"
+license="Apache-2.0"
+homepage="https://github.com/ranaroussi/multitasking"
+distfiles="${PYPI_SITE}/m/multitasking/multitasking-${version}.tar.gz"
+checksum=4d6bc3cc65f9b2dca72fb5a787850a88dae8f620c2b36ae9b55248e51bcd6026

From 1beb75533bc10a1da703122469f6c3f925cc89de Mon Sep 17 00:00:00 2001
From: Jason Elswick <jason@jasondavid.tv>
Date: Mon, 29 May 2023 17:35:43 -0500
Subject: [PATCH 2/3] New package: python3-tzdata-2023.3

---
 srcpkgs/python3-tzdata/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/python3-tzdata/template

diff --git a/srcpkgs/python3-tzdata/template b/srcpkgs/python3-tzdata/template
new file mode 100644
index 000000000000..21339cfda711
--- /dev/null
+++ b/srcpkgs/python3-tzdata/template
@@ -0,0 +1,13 @@
+# Template file for 'python3-tzdata'
+pkgname=python3-tzdata
+version=2023.3
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel"
+depends="python3"
+short_desc="Provider of IANA time zone data"
+maintainer="Jason Elswick <jason@jasondavid.tv>"
+license="Apache-2.0"
+homepage="https://github.com/python/tzdata"
+distfiles="${PYPI_SITE}/t/tzdata/tzdata-${version}.tar.gz"
+checksum=11ef1e08e54acb0d4f95bdb1be05da659673de4acbd21bf9c69e94cc5e907a3a

From 0c5186fc36a3b5d843f839178c9446dde19b2e66 Mon Sep 17 00:00:00 2001
From: Jason Elswick <jason@jasondavid.tv>
Date: Mon, 29 May 2023 17:39:40 -0500
Subject: [PATCH 3/3] New package: python3-yfinance-0.2.18

---
 srcpkgs/python3-yfinance/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-yfinance/template

diff --git a/srcpkgs/python3-yfinance/template b/srcpkgs/python3-yfinance/template
new file mode 100644
index 000000000000..81d6ed1a84f7
--- /dev/null
+++ b/srcpkgs/python3-yfinance/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-yfinance'
+pkgname=python3-yfinance
+version=0.2.18
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-appdirs python3-lxml python3-pandas python3-requests python3-numpy python3-multitasking python3-frozendict python3-tzdata"
+checkdepends="${depends} python3-html5lib python3-BeautifulSoup4 python3-cryptography"
+short_desc="Download market data from Yahoo! Finance's API"
+maintainer="Jason Elswick <jason@jasondavid.tv>"
+license="Apache-2.0"
+homepage="https://github.com/ranaroussi/yfinance"
+distfiles="${PYPI_SITE}/y/yfinance/yfinance-${version}.tar.gz"
+checksum=3874ee22eb35563a797348d2a5a00b665c9a1c50d21287050db1c5341ecc5c1b
+
+post_install() {
+	rm -f ${DESTDIR}/usr/bin/sample
+}

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] Python3 yfinance
  2023-05-31 21:49 [PR PATCH] Python3 yfinance jason1987d
  2023-06-27 13:57 ` [PR PATCH] [Updated] " jason1987d
@ 2023-06-27 14:00 ` jason1987d
  2023-06-27 20:03 ` jason1987d
  2023-09-17 18:57 ` [PR PATCH] [Closed]: " jason1987d
  3 siblings, 0 replies; 5+ messages in thread
From: jason1987d @ 2023-06-27 14:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 740 bytes --]

There is an updated pull request by jason1987d against master on the void-packages repository

https://github.com/jason1987d/void-packages python3-yfinance
https://github.com/void-linux/void-packages/pull/44203

Python3 yfinance
#### Testing the changes
- I tested the changes in this PR: YES

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): YES

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):

A patch file from https://github.com/void-linux/void-packages/pull/44203.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-yfinance-44203.patch --]
[-- Type: text/x-diff, Size: 3498 bytes --]

From d6b368710462babad78aad312e020c3749767624 Mon Sep 17 00:00:00 2001
From: Jason Elswick <jason@jasondavid.tv>
Date: Mon, 29 May 2023 17:30:50 -0500
Subject: [PATCH 1/3] New package: python3-multitasking-0.0.11

---
 srcpkgs/python3-multitasking/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/python3-multitasking/template

diff --git a/srcpkgs/python3-multitasking/template b/srcpkgs/python3-multitasking/template
new file mode 100644
index 000000000000..0ebbd11ea670
--- /dev/null
+++ b/srcpkgs/python3-multitasking/template
@@ -0,0 +1,13 @@
+# Template file for 'python3-multitasking'
+pkgname=python3-multitasking
+version=0.0.11
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Non-blocking Python methods using decorators"
+maintainer="Jason Elswick <jason@jasondavid.tv>"
+license="Apache-2.0"
+homepage="https://github.com/ranaroussi/multitasking"
+distfiles="${PYPI_SITE}/m/multitasking/multitasking-${version}.tar.gz"
+checksum=4d6bc3cc65f9b2dca72fb5a787850a88dae8f620c2b36ae9b55248e51bcd6026

From 1beb75533bc10a1da703122469f6c3f925cc89de Mon Sep 17 00:00:00 2001
From: Jason Elswick <jason@jasondavid.tv>
Date: Mon, 29 May 2023 17:35:43 -0500
Subject: [PATCH 2/3] New package: python3-tzdata-2023.3

---
 srcpkgs/python3-tzdata/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/python3-tzdata/template

diff --git a/srcpkgs/python3-tzdata/template b/srcpkgs/python3-tzdata/template
new file mode 100644
index 000000000000..21339cfda711
--- /dev/null
+++ b/srcpkgs/python3-tzdata/template
@@ -0,0 +1,13 @@
+# Template file for 'python3-tzdata'
+pkgname=python3-tzdata
+version=2023.3
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel"
+depends="python3"
+short_desc="Provider of IANA time zone data"
+maintainer="Jason Elswick <jason@jasondavid.tv>"
+license="Apache-2.0"
+homepage="https://github.com/python/tzdata"
+distfiles="${PYPI_SITE}/t/tzdata/tzdata-${version}.tar.gz"
+checksum=11ef1e08e54acb0d4f95bdb1be05da659673de4acbd21bf9c69e94cc5e907a3a

From a7897f01dad97ba0888b894247366b7eb3a6bac8 Mon Sep 17 00:00:00 2001
From: Jason Elswick <jason@jasondavid.tv>
Date: Mon, 29 May 2023 17:39:40 -0500
Subject: [PATCH 3/3] New package: python3-yfinance-0.2.22

---
 srcpkgs/python3-yfinance/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-yfinance/template

diff --git a/srcpkgs/python3-yfinance/template b/srcpkgs/python3-yfinance/template
new file mode 100644
index 000000000000..c2b4e3013ee6
--- /dev/null
+++ b/srcpkgs/python3-yfinance/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-yfinance'
+pkgname=python3-yfinance
+version=0.2.22
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-appdirs python3-lxml python3-pandas python3-requests python3-numpy python3-multitasking python3-frozendict python3-tzdata"
+checkdepends="${depends} python3-html5lib python3-BeautifulSoup4 python3-cryptography"
+short_desc="Download market data from Yahoo! Finance's API"
+maintainer="Jason Elswick <jason@jasondavid.tv>"
+license="Apache-2.0"
+homepage="https://github.com/ranaroussi/yfinance"
+distfiles="${PYPI_SITE}/y/yfinance/yfinance-${version}.tar.gz"
+checksum=782e05fa53babdc7a4ca4fafbebe6ecccb760ed6bd54ccc2e2a49ba4ad119fc7
+
+post_install() {
+	rm -f ${DESTDIR}/usr/bin/sample
+}

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] Python3 yfinance
  2023-05-31 21:49 [PR PATCH] Python3 yfinance jason1987d
  2023-06-27 13:57 ` [PR PATCH] [Updated] " jason1987d
  2023-06-27 14:00 ` jason1987d
@ 2023-06-27 20:03 ` jason1987d
  2023-09-17 18:57 ` [PR PATCH] [Closed]: " jason1987d
  3 siblings, 0 replies; 5+ messages in thread
From: jason1987d @ 2023-06-27 20:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 740 bytes --]

There is an updated pull request by jason1987d against master on the void-packages repository

https://github.com/jason1987d/void-packages python3-yfinance
https://github.com/void-linux/void-packages/pull/44203

Python3 yfinance
#### Testing the changes
- I tested the changes in this PR: YES

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): YES

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):

A patch file from https://github.com/void-linux/void-packages/pull/44203.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-yfinance-44203.patch --]
[-- Type: text/x-diff, Size: 3498 bytes --]

From d6b368710462babad78aad312e020c3749767624 Mon Sep 17 00:00:00 2001
From: Jason Elswick <jason@jasondavid.tv>
Date: Mon, 29 May 2023 17:30:50 -0500
Subject: [PATCH 1/3] New package: python3-multitasking-0.0.11

---
 srcpkgs/python3-multitasking/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/python3-multitasking/template

diff --git a/srcpkgs/python3-multitasking/template b/srcpkgs/python3-multitasking/template
new file mode 100644
index 000000000000..0ebbd11ea670
--- /dev/null
+++ b/srcpkgs/python3-multitasking/template
@@ -0,0 +1,13 @@
+# Template file for 'python3-multitasking'
+pkgname=python3-multitasking
+version=0.0.11
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Non-blocking Python methods using decorators"
+maintainer="Jason Elswick <jason@jasondavid.tv>"
+license="Apache-2.0"
+homepage="https://github.com/ranaroussi/multitasking"
+distfiles="${PYPI_SITE}/m/multitasking/multitasking-${version}.tar.gz"
+checksum=4d6bc3cc65f9b2dca72fb5a787850a88dae8f620c2b36ae9b55248e51bcd6026

From 1beb75533bc10a1da703122469f6c3f925cc89de Mon Sep 17 00:00:00 2001
From: Jason Elswick <jason@jasondavid.tv>
Date: Mon, 29 May 2023 17:35:43 -0500
Subject: [PATCH 2/3] New package: python3-tzdata-2023.3

---
 srcpkgs/python3-tzdata/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/python3-tzdata/template

diff --git a/srcpkgs/python3-tzdata/template b/srcpkgs/python3-tzdata/template
new file mode 100644
index 000000000000..21339cfda711
--- /dev/null
+++ b/srcpkgs/python3-tzdata/template
@@ -0,0 +1,13 @@
+# Template file for 'python3-tzdata'
+pkgname=python3-tzdata
+version=2023.3
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel"
+depends="python3"
+short_desc="Provider of IANA time zone data"
+maintainer="Jason Elswick <jason@jasondavid.tv>"
+license="Apache-2.0"
+homepage="https://github.com/python/tzdata"
+distfiles="${PYPI_SITE}/t/tzdata/tzdata-${version}.tar.gz"
+checksum=11ef1e08e54acb0d4f95bdb1be05da659673de4acbd21bf9c69e94cc5e907a3a

From b1a9df867af0545f6ebbaccacc8f4fdbafc7a494 Mon Sep 17 00:00:00 2001
From: Jason Elswick <jason@jasondavid.tv>
Date: Mon, 29 May 2023 17:39:40 -0500
Subject: [PATCH 3/3] New package: python3-yfinance-0.2.22

---
 srcpkgs/python3-yfinance/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-yfinance/template

diff --git a/srcpkgs/python3-yfinance/template b/srcpkgs/python3-yfinance/template
new file mode 100644
index 000000000000..57b993ac6304
--- /dev/null
+++ b/srcpkgs/python3-yfinance/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-yfinance'
+pkgname=python3-yfinance
+version=0.2.22
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-appdirs python3-lxml python3-pandas python3-requests python3-numpy python3-multitasking python3-frozendict python3-tzdata python3-html5lib"
+checkdepends="${depends} python3-BeautifulSoup4 python3-cryptography"
+short_desc="Download market data from Yahoo! Finance's API"
+maintainer="Jason Elswick <jason@jasondavid.tv>"
+license="Apache-2.0"
+homepage="https://github.com/ranaroussi/yfinance"
+distfiles="${PYPI_SITE}/y/yfinance/yfinance-${version}.tar.gz"
+checksum=782e05fa53babdc7a4ca4fafbebe6ecccb760ed6bd54ccc2e2a49ba4ad119fc7
+
+post_install() {
+	rm -f ${DESTDIR}/usr/bin/sample
+}

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Closed]: Python3 yfinance
  2023-05-31 21:49 [PR PATCH] Python3 yfinance jason1987d
                   ` (2 preceding siblings ...)
  2023-06-27 20:03 ` jason1987d
@ 2023-09-17 18:57 ` jason1987d
  3 siblings, 0 replies; 5+ messages in thread
From: jason1987d @ 2023-09-17 18:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 569 bytes --]

There's a closed pull request on the void-packages repository

Python3 yfinance
https://github.com/void-linux/void-packages/pull/44203

Description:
#### Testing the changes
- I tested the changes in this PR: YES

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): YES

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-09-17 18:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-31 21:49 [PR PATCH] Python3 yfinance jason1987d
2023-06-27 13:57 ` [PR PATCH] [Updated] " jason1987d
2023-06-27 14:00 ` jason1987d
2023-06-27 20:03 ` jason1987d
2023-09-17 18:57 ` [PR PATCH] [Closed]: " jason1987d

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).