summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2024-04-29 13:26:10 -0400
committerGuillaume Horel2024-04-29 13:26:10 -0400
commit1e802878d322739560af20e4cf714dfe903766bd (patch)
tree7709f8094a1f3ace66c703073acbadb4a3b13d96
parent14405c398e1125e6127265256515e7105445c981 (diff)
downloadaur-1e802878d322739560af20e4cf714dfe903766bd.tar.gz
bump to 1.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4bd6e3139576..c5deb972bb9c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-formulaic
pkgdesc = A high performance of Wilkinson formulas in Pythonn
- pkgver = 0.6.4
+ pkgver = 1.0.1
pkgrel = 1
url = https://github.com/matthewwardrop/formulaic
arch = any
@@ -22,7 +22,7 @@ pkgbase = python-formulaic
depends = python-wrapt
optdepends = python-pyarrow
optdepends = python-sympy
- source = https://files.pythonhosted.org/packages/source/f/formulaic/formulaic-0.6.4.tar.gz
- sha256sums = a8c84b6fa6df9216dbeaddcfa3f097bd5efe88e340211ac34c18cffe133cdb78
+ source = https://files.pythonhosted.org/packages/source/f/formulaic/formulaic-1.0.1.tar.gz
+ sha256sums = 64dd7992a7aa5bbceb1e40679d0f01fc6f0ba12b7d23d78094a88c2edc68fba1
pkgname = python-formulaic
diff --git a/PKGBUILD b/PKGBUILD
index b19927b08df7..1c3917274907 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname='python-formulaic'
_pkgname='formulaic'
-pkgver='0.6.4'
+pkgver='1.0.1'
pkgrel=1
pkgdesc="A high performance of Wilkinson formulas in Pythonn"
url="https://github.com/matthewwardrop/formulaic"
@@ -19,7 +19,7 @@ makedepends=(python-build python-hatch-vcs python-hatchling python-installer pyt
license=('MIT')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('a8c84b6fa6df9216dbeaddcfa3f097bd5efe88e340211ac34c18cffe133cdb78')
+sha256sums=('64dd7992a7aa5bbceb1e40679d0f01fc6f0ba12b7d23d78094a88c2edc68fba1')
build() {
cd "${_pkgname}-${pkgver}"