summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2021-12-06 18:25:39 -0600
committerLuis Martinez2021-12-06 18:25:39 -0600
commit58a91bec87f102928f754a2fb8c511b7e6f9d7e3 (patch)
tree76ee380696c49bc06153aa870f6d3a24c9e80412
parent2c301594799dcedb8d6d469e63ed5be0a667421a (diff)
downloadaur-58a91bec87f102928f754a2fb8c511b7e6f9d7e3.tar.gz
update to 1.2.63
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--changelog.md10
3 files changed, 15 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95356bf27ea0..64f0dbfb8786 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-akshare
pkgdesc = Financial data interface library
- pkgver = 1.2.58
+ pkgver = 1.2.63
pkgrel = 1
url = https://www.akshare.xyz
changelog = changelog.md
@@ -29,7 +29,7 @@ pkgbase = python-akshare
depends = python-tabulate
depends = python-decorator
depends = python-pyminiracer
- source = python-akshare-1.2.58.tar.gz::https://github.com/akfamily/akshare/archive/v1.2.58.tar.gz
- sha256sums = f7d56445675b0b30e43040ed0b678c6ca315566c6272318f05f1d3894fe3f6f7
+ source = python-akshare-1.2.63.tar.gz::https://github.com/akfamily/akshare/archive/v1.2.63.tar.gz
+ sha256sums = 3cab8413e4551ee4e356691b05fa6ebddeda8ea8a895da3555ea8598a0384b20
pkgname = python-akshare
diff --git a/PKGBUILD b/PKGBUILD
index eb3a5d521248..249899c41404 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=python-akshare
-pkgver=1.2.58
+pkgver=1.2.63
pkgrel=1
pkgdesc="Financial data interface library"
arch=('any')
@@ -35,7 +35,7 @@ makedepends=(
'python-recommonmark')
changelog=changelog.md
source=("$pkgname-$pkgver.tar.gz::https://github.com/akfamily/akshare/archive/v$pkgver.tar.gz")
-sha256sums=('f7d56445675b0b30e43040ed0b678c6ca315566c6272318f05f1d3894fe3f6f7')
+sha256sums=('3cab8413e4551ee4e356691b05fa6ebddeda8ea8a895da3555ea8598a0384b20')
prepare() {
cd "akshare-$pkgver"
diff --git a/changelog.md b/changelog.md
index 95149e861288..75fdda5b1f37 100644
--- a/changelog.md
+++ b/changelog.md
@@ -2775,4 +2775,14 @@ amac_manager_cancelled_info # 中国证券投资基金业协会-信息公示-诚
1.2.57 add: add stock_us_hist_fu interface
1.2.58 fix: fix stock_board_concept_hist_ths interface
+
+1.2.59 fix: fix macro_china_hk interface
+
+1.2.60 fix: fix macro_china_hk interface
+
+1.2.61 fix: fix stock_board_concept_hist_ths interface
+
+1.2.62 fix: fix stock_dzjy_sctj interface
+
+1.2.63 add: add spot_hist_sge interface
``` \ No newline at end of file