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

2021-12-02 Thread Felix Yan via arch-commits
Date: Thursday, December 2, 2021 @ 15:19:08
  Author: felixonmars
Revision: 1062004

upgpkg: python-patsy 0.5.2-3: Python 3.10 rebuild

Modified:
  python-patsy/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-12-02 15:19:04 UTC (rev 1062003)
+++ PKGBUILD2021-12-02 15:19:08 UTC (rev 1062004)
@@ -5,7 +5,7 @@
 
 pkgname='python-patsy'
 pkgver=0.5.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A Python package for describing statistical models using symbolic 
formulas"
 arch=('any')
 url="https://github.com/pydata/patsy;



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

2021-10-27 Thread Antonio Rojas via arch-commits
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
===
--- PKGBUILD2021-10-27 20:27:02 UTC (rev 1034793)
+++ PKGBUILD2021-10-27 20:29:37 UTC (rev 1034794)
@@ -4,8 +4,8 @@
 # Contributor: Rich Lindsley 
 
 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}