Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-patsy
Commits:
7d89cde0 by Antonio Rojas at 2024-12-11T23:29:21+01:00
upgpkg: 1.0.1-1: Update to 1.0.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = python-patsy
pkgdesc = A Python package for describing statistical models using
symbolic formulas
- pkgver = 0.5.6
- pkgrel = 2
+ pkgver = 1.0.1
+ pkgrel = 1
url = https://github.com/pydata/patsy
arch = any
license = BSD
makedepends = python-setuptools
depends = python-numpy
optdepends = python-scipy: needed for spline-related functions
- source =
https://github.com/pydata/patsy/archive/v0.5.6/python-patsy-0.5.6.tar.gz
- sha256sums =
9ecfaf3f3255687ab45df084adec2772c9fd17b9b763959b37e8732f3403b748
+ source =
https://github.com/pydata/patsy/archive/v1.0.1/python-patsy-1.0.1.tar.gz
+ sha256sums =
3e36631e66e2a80b914cffe204063af0d69f50edac2b0aac7a97e75f15933b35
pkgname = python-patsy
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
# Contributor: Rich Lindsley <rich at dranek dot com>
pkgname='python-patsy'
-pkgver=0.5.6
-pkgrel=2
+pkgver=1.0.1
+pkgrel=1
pkgdesc="A Python package for describing statistical models using symbolic
formulas"
arch=('any')
url="https://github.com/pydata/patsy"
@@ -14,7 +14,7 @@ depends=('python-numpy')
makedepends=('python-setuptools')
optdepends=('python-scipy: needed for spline-related functions')
source=("https://github.com/pydata/patsy/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('9ecfaf3f3255687ab45df084adec2772c9fd17b9b763959b37e8732f3403b748')
+sha256sums=('3e36631e66e2a80b914cffe204063af0d69f50edac2b0aac7a97e75f15933b35')
build() {
cd patsy-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-patsy/-/commit/7d89cde07d9e0979673b110e07b1fed2f452861c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-patsy/-/commit/7d89cde07d9e0979673b110e07b1fed2f452861c
You're receiving this email because of your account on gitlab.archlinux.org.