summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-06-26 11:50:16 +0300
committerCaleb Maclennan2023-06-26 11:50:16 +0300
commit0a19debb9b38e2f5a2e9703fa3cfab28d6306098 (patch)
tree8b74259879a722eb11378e5201212bbebb6443ea
parentc04d3091ce76b39b014ac8d3261340a6828a351d (diff)
downloadaur-0a19debb9b38e2f5a2e9703fa3cfab28d6306098.tar.gz
upgpkg: python-strictyaml 1.7.3-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 00e382201b25..c2be8a3db185 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.6.2
- pkgrel = 3
+ pkgver = 1.7.3
+ pkgrel = 1
url = http://hitchdev.com/strictyaml
arch = any
license = MIT
@@ -12,7 +12,7 @@ pkgbase = python-strictyaml
depends = python
depends = python-dateutil
depends = python-ruamel-yaml
- source = https://files.pythonhosted.org/packages/source/s/strictyaml/strictyaml-1.6.2.tar.gz
- sha256sums = 70cd55980fe2929dc038924ca08f68f96148223a8777810fa616e3478ebe71ca
+ source = https://files.pythonhosted.org/packages/source/s/strictyaml/strictyaml-1.7.3.tar.gz
+ sha256sums = 22f854a5fcab42b5ddba8030a0e4be51ca89af0267961c8d6cfa86395586c407
pkgname = python-strictyaml
diff --git a/PKGBUILD b/PKGBUILD
index cd6e87ca7ca6..3e3a9343ad56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=python-strictyaml
_pkgname=strictyaml
-pkgver=1.6.2
-pkgrel=3
+pkgver=1.7.3
+pkgrel=1
pkgdesc='A type-safe YAML parser that parses a restricted subset of the YAML specificaton'
arch=(any)
url="http://hitchdev.com/$_pkgname"
@@ -16,7 +16,7 @@ makedepends=(python-{build,installer,wheel}
python-setuptools)
_archive="$_pkgname-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_archive.tar.gz")
-sha256sums=('70cd55980fe2929dc038924ca08f68f96148223a8777810fa616e3478ebe71ca')
+sha256sums=('22f854a5fcab42b5ddba8030a0e4be51ca89af0267961c8d6cfa86395586c407')
build() {
cd "$_archive"