summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2021-04-10 11:01:04 +0300
committerCaleb Maclennan2021-04-10 11:01:04 +0300
commit9e0ddb9d3dafd45d181331819f45eb3c76da38fa (patch)
tree3c6b04744e3cfaefea5d369686ded3161b708fb1
parentbece237a179eaa3009849435b74d5c6f6a526dc9 (diff)
downloadaur-9e0ddb9d3dafd45d181331819f45eb3c76da38fa.tar.gz
upgpkg: python-cattrs 1.4.0-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 099ae8d77762..91041dcfdfda 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-cattrs
pkgdesc = Complex custom class converters for attrs
- pkgver = 1.3.0
+ pkgver = 1.4.0
pkgrel = 1
url = https://github.com/Tinche/cattrs
arch = any
license = MIT
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/source/c/cattrs/cattrs-1.3.0.tar.gz
- sha256sums = 12688f56fbb7f54cf647d031669840e1ab0b9a198bf374a217fcb5be821855df
+ source = https://files.pythonhosted.org/packages/source/c/cattrs/cattrs-1.4.0.tar.gz
+ sha256sums = 3e95495dc7504108427f1b69d63360ef9d04b6e7d3305b351835549a8c05f4bc
pkgname = python-cattrs
diff --git a/PKGBUILD b/PKGBUILD
index 37eb072fec70..eb028b67fea5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pipname=cattrs
pkgname=python-${_pipname,,}
-pkgver=1.3.0
+pkgver=1.4.0
pkgrel=1
pkgdesc='Complex custom class converters for attrs'
arch=('any')
@@ -11,7 +11,7 @@ license=('MIT')
depends=('python')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_pipname::1}/$_pipname/$_pipname-$pkgver.tar.gz")
-sha256sums=('12688f56fbb7f54cf647d031669840e1ab0b9a198bf374a217fcb5be821855df')
+sha256sums=('3e95495dc7504108427f1b69d63360ef9d04b6e7d3305b351835549a8c05f4bc')
build() {
cd "$_pipname-$pkgver"