[arch-commits] Commit in python-patsy/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Wed Oct 27 20:29:38 UTC 2021


    Date: Wednesday, October 27, 2021 @ 20:29:37
  Author: arojas
Revision: 1034794

Update to 0.5.2

Modified:
  python-patsy/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-27 20:27:02 UTC (rev 1034793)
+++ PKGBUILD	2021-10-27 20:29:37 UTC (rev 1034794)
@@ -4,8 +4,8 @@
 # Contributor: Rich Lindsley <rich at dranek dot com>
 
 pkgname='python-patsy'
-pkgver=0.5.1
-pkgrel=6
+pkgver=0.5.2
+pkgrel=1
 pkgdesc="A Python package for describing statistical models using symbolic formulas"
 arch=('any')
 url="https://github.com/pydata/patsy"
@@ -15,7 +15,7 @@
 optdepends=('python-nose: needed for integrated test suite'
             'python-scipy: needed for spline-related functions')
 source=("https://github.com/pydata/patsy/archive/v${pkgver}.tar.gz")
-sha256sums=('24d00697d157f033399f35bdd8931e7896af3b024f138104e75ba6bcc74b3625')
+sha256sums=('440b4e3915911f2e0d13d73cfbcface6d90002611dc76923a86ba02fd3095cad')
 
 build() {
   cd "$srcdir"/patsy-${pkgver}



More information about the arch-commits mailing list