summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2021-01-11 11:27:49 +0300
committerCaleb Maclennan2021-01-11 11:27:49 +0300
commitd2ec657436ac5d81876f92d8c29407eabb3e76a9 (patch)
treee31d3781185e7dfa09d1427231fabca645752cef
parent214a0e231256c4cee04db8a56072e5634409cff7 (diff)
downloadaur-d2ec657436ac5d81876f92d8c29407eabb3e76a9.tar.gz
upgpkg: python-strictyaml 1.3.0-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 513a1ad5a12a..66233be7ec5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-strictyaml
pkgdesc = A type-safe YAML parser that parses a restricted subset of the YAML specificaton
- pkgver = 1.1.1
- pkgrel = 2
+ pkgver = 1.3.0
+ pkgrel = 1
url = http://hitchdev.com/strictyaml
arch = any
license = MIT
@@ -9,8 +9,8 @@ pkgbase = python-strictyaml
depends = python
depends = python-dateutil
depends = python-ruamel-yaml
- source = https://files.pythonhosted.org/packages/source/s/strictyaml/strictyaml-1.1.1.tar.gz
- sha256sums = ea2bb97aacc12fff7df11bd4cb4ae64b1418a0311fbd1611445cc59dc650bdd3
+ source = https://files.pythonhosted.org/packages/source/s/strictyaml/strictyaml-1.3.0.tar.gz
+ sha256sums = f640ae4e6fe761c3ae7138092c3dcb9b5050ec56e9cbac45d8a6b549d7ec973c
pkgname = python-strictyaml
diff --git a/PKGBUILD b/PKGBUILD
index 1d1e87fc5959..59a3d4e7d762 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=python-strictyaml
_pkgname=strictyaml
-pkgver=1.1.1
-pkgrel=2
+pkgver=1.3.0
+pkgrel=1
pkgdesc='A type-safe YAML parser that parses a restricted subset of the YAML specificaton'
arch=(any)
url="http://hitchdev.com/$_pkgname"
@@ -12,7 +12,7 @@ license=('MIT')
depends=('python' 'python-dateutil' 'python-ruamel-yaml')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('ea2bb97aacc12fff7df11bd4cb4ae64b1418a0311fbd1611445cc59dc650bdd3')
+sha256sums=('f640ae4e6fe761c3ae7138092c3dcb9b5050ec56e9cbac45d8a6b549d7ec973c')
build() {
cd "$_pkgname-$pkgver"