summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2021-10-31 10:48:32 -0500
committerLuis Martinez2021-10-31 10:48:32 -0500
commit4a89615012674beac36fe4929d18fbb8a3bcc0cb (patch)
tree39e524b92985343fb159e160ccd4f8d87f22d0cb
parent39d7583030d12713c184948092e8bad0c0e99771 (diff)
downloadaur-4a89615012674beac36fe4929d18fbb8a3bcc0cb.tar.gz
update to 1.1.92
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--changelog.md2
3 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e02e6a6ef9ea..e51b142844d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-akshare
pkgdesc = Financial data interface library
- pkgver = 1.1.91
+ pkgver = 1.1.92
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.91.tar.gz::https://github.com/jindaxiang/akshare/archive/v1.1.91.tar.gz
- sha256sums = ef737c33be5c086b0fefefe6704100d6898166b95237985b6d7f898787664ffe
+ source = python-akshare-1.1.92.tar.gz::https://github.com/jindaxiang/akshare/archive/v1.1.92.tar.gz
+ sha256sums = db204dedbcc7f73ff8183da197fd17244204885cf5477431b8c0983fbb600fc1
pkgname = python-akshare
diff --git a/PKGBUILD b/PKGBUILD
index 2261620da306..a82356fd3ef9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=python-akshare
-pkgver=1.1.91
+pkgver=1.1.92
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=('ef737c33be5c086b0fefefe6704100d6898166b95237985b6d7f898787664ffe')
+sha256sums=('db204dedbcc7f73ff8183da197fd17244204885cf5477431b8c0983fbb600fc1')
prepare() {
cd "akshare-$pkgver"
diff --git a/changelog.md b/changelog.md
index 00195d34429a..19c8e1431853 100644
--- a/changelog.md
+++ b/changelog.md
@@ -2642,4 +2642,6 @@ amac_manager_cancelled_info # 中国证券投资基金业协会-信息公示-诚
1.1.90 fix: fix stock_board_concept_name_ths interface
1.1.91 fix: fix stock_hsgt_individual_detail_em interface
+
+1.1.92 add: add stock_rank_cxg_ths interface
``` \ No newline at end of file