summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2021-10-16 11:12:17 -0500
committerLuis Martinez2021-10-16 11:12:17 -0500
commit8c15ff30bf9d07b723e8da83cd744571bc9eb257 (patch)
tree2a0e192a42cb05c73618764626569c4596ee3a41
parentea3ba45334af403c8d32d151ec6a161f53c4829a (diff)
downloadaur-8c15ff30bf9d07b723e8da83cd744571bc9eb257.tar.gz
update to 1.1.68
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--changelog.md6
3 files changed, 11 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e247c62f867..ef3b3fa5372f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-akshare
pkgdesc = Financial data interface library
- pkgver = 1.1.65
+ pkgver = 1.1.68
pkgrel = 1
url = https://www.akshare.xyz
changelog = changelog.md
@@ -25,7 +25,7 @@ pkgbase = python-akshare
depends = python-tabulate>=0.8.6
depends = python-decorator>=4.4.2
depends = python-pyminiracer>=0.6.0
- source = python-akshare-1.1.65.tar.gz::https://github.com/jindaxiang/akshare/archive/v1.1.65.tar.gz
- sha256sums = 07f5d22898993a8f35fea04ae499c612b15436b3d215173d7d1323fe2fbe782c
+ source = python-akshare-1.1.68.tar.gz::https://github.com/jindaxiang/akshare/archive/v1.1.68.tar.gz
+ sha256sums = bd7d2448b5bd4a89dfd33e07a5cfb71dedff98fbc53da5af38099e4446d6718e
pkgname = python-akshare
diff --git a/PKGBUILD b/PKGBUILD
index af1f6b059e0f..92dbf363bcea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=python-akshare
-pkgver=1.1.65
+pkgver=1.1.68
pkgrel=1
pkgdesc="Financial data interface library"
arch=('any')
@@ -30,7 +30,7 @@ depends=(
makedepends=('python-setuptools')
changelog=changelog.md
source=("$pkgname-$pkgver.tar.gz::https://github.com/jindaxiang/akshare/archive/v$pkgver.tar.gz")
-sha256sums=('07f5d22898993a8f35fea04ae499c612b15436b3d215173d7d1323fe2fbe782c')
+sha256sums=('bd7d2448b5bd4a89dfd33e07a5cfb71dedff98fbc53da5af38099e4446d6718e')
prepare() {
cd "akshare-$pkgver"
diff --git a/changelog.md b/changelog.md
index 570e6696fbeb..a1b4038ace0c 100644
--- a/changelog.md
+++ b/changelog.md
@@ -2587,4 +2587,10 @@ amac_manager_cancelled_info # 中国证券投资基金业协会-信息公示-诚
1.1.64 add: add fund_report_stock_cninfo interface
1.1.65 fix: fix stock_notice_report interface
+
+1.1.66 add: add fund_report_industry_allocation_cninfo interface
+
+1.1.67 fix: fix stock_zh_index_hist_csindex interface
+
+1.1.68 fix: fix index_stock_cons_csindex interface
``` \ No newline at end of file