summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2021-09-19 11:24:08 -0500
committerLuis Martinez2021-09-19 11:24:08 -0500
commitcd938d8d1809ef2628e51007d188fb9993c91904 (patch)
tree926e535a67cf523114c3c26b8fc069f905eb65ce
parent2ccfcd3cba6d1e03adde26ff094947678c7c86c7 (diff)
downloadaur-cd938d8d1809ef2628e51007d188fb9993c91904.tar.gz
update to 1.3.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70c2e17332f3..daad1fcbda8b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-tabledata
pkgdesc = Python library to represent tabular data
- pkgver = 1.2.0
+ pkgver = 1.3.0
pkgrel = 1
url = https://github.com/thombashi/tabledata
arch = any
@@ -11,14 +11,14 @@ pkgbase = python-tabledata
checkdepends = python-pytz
makedepends = python-setuptools
depends = python>=3.6
- depends = python-dataproperty>=0.50.1
+ depends = python-dataproperty>=0.53.0
depends = python-dataproperty<1
- depends = python-typepy>=1.1.4
+ depends = python-typepy>=1.2.0
depends = python-typepy<2
- source = python-tabledata-1.2.0.tar.gz::https://files.pythonhosted.org/packages/source/t/tabledata/tabledata-1.2.0.tar.gz
- source = python-tabledata-1.2.0.tar.gz.asc::https://files.pythonhosted.org/packages/source/t/tabledata/tabledata-1.2.0.tar.gz.asc
+ source = python-tabledata-1.3.0.tar.gz::https://files.pythonhosted.org/packages/source/t/tabledata/tabledata-1.3.0.tar.gz
+ source = python-tabledata-1.3.0.tar.gz.asc::https://files.pythonhosted.org/packages/source/t/tabledata/tabledata-1.3.0.tar.gz.asc
validpgpkeys = BCF9203E5E80B5607EAE6FDD98CDA9A5F0BFC367
- sha256sums = 0497e408ed3af83e9273d0afa116bde92de89662e67ab4d477118e817eca651a
+ sha256sums = 54541b0c9e58f8fa38251ea0a60965dbaf95737027fa80e6ab56f98d7e4d61e9
sha256sums = SKIP
pkgname = python-tabledata
diff --git a/PKGBUILD b/PKGBUILD
index 745e3b8ab601..70cb58fca940 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Florian Wittmann
pkgname=python-tabledata
-pkgver=1.2.0
+pkgver=1.3.0
pkgrel=1
pkgdesc='Python library to represent tabular data'
arch=('any')
@@ -12,15 +12,15 @@ license=('MIT')
depends=(
'python>=3.6'
## ALL AUR
- 'python-dataproperty>=0.50.1'
+ 'python-dataproperty>=0.53.0'
'python-dataproperty<1'
- 'python-typepy>=1.1.4'
+ 'python-typepy>=1.2.0'
'python-typepy<2')
makedepends=('python-setuptools')
checkdepends=('python-pytablewriter>=0.46' 'python-pytest-runner' 'python-dateutil' 'python-pytz')
source=("$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/t/tabledata/tabledata-$pkgver.tar.gz"
"$pkgname-$pkgver.tar.gz.asc::https://files.pythonhosted.org/packages/source/t/tabledata/tabledata-$pkgver.tar.gz.asc")
-sha256sums=('0497e408ed3af83e9273d0afa116bde92de89662e67ab4d477118e817eca651a'
+sha256sums=('54541b0c9e58f8fa38251ea0a60965dbaf95737027fa80e6ab56f98d7e4d61e9'
'SKIP')
validpgpkeys=('BCF9203E5E80B5607EAE6FDD98CDA9A5F0BFC367')