summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2024-01-03 18:55:58 -0500
committerAndrew Sun2024-01-03 18:55:58 -0500
commit04a9f7202cc47ff92e2769190f35f427163c459e (patch)
tree14b23c73752dd1e700e9c0eeadd19eaef1548935
parent63da8f1ff36adc416606b34d2d7f12dae8343de3 (diff)
downloadaur-python-lifelines.tar.gz
0.28.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e56af92d416..51c7e621b011 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-lifelines
pkgdesc = Survival analysis in Python
- pkgver = 0.27.8
+ pkgver = 0.28.0
pkgrel = 1
url = https://github.com/CamDavidsonPilon/lifelines
arch = any
@@ -13,7 +13,7 @@ pkgbase = python-lifelines
depends = python-scikit-learn
depends = python-formulaic
options = !emptydirs
- source = python-lifelines-0.27.8.tar.gz::https://github.com/CamDavidsonPilon/lifelines/archive/refs/tags/v0.27.8.tar.gz
- sha256sums = 2313436bbb4dd38d12e57a20926539be1fe10131cc7f5f06d8661ca5b9041f3c
+ source = python-lifelines-0.28.0.tar.gz::https://github.com/CamDavidsonPilon/lifelines/archive/refs/tags/v0.28.0.tar.gz
+ sha256sums = 18831a3c8e4e101878d53cf67c83afecb1df24bc18facebb2aa2cbc1a8bf5368
pkgname = python-lifelines
diff --git a/PKGBUILD b/PKGBUILD
index c2096ed643b3..254647cb65cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=lifelines
pkgname=python-lifelines
-pkgver=0.27.8
+pkgver=0.28.0
pkgrel=1
pkgdesc="Survival analysis in Python"
url="https://github.com/CamDavidsonPilon/lifelines"
@@ -12,7 +12,7 @@ depends=('ipython' 'python-autograd-gamma' 'python-matplotlib' 'python-pandas' '
makedepends=('python-setuptools')
options=(!emptydirs)
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/CamDavidsonPilon/lifelines/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('2313436bbb4dd38d12e57a20926539be1fe10131cc7f5f06d8661ca5b9041f3c')
+sha256sums=('18831a3c8e4e101878d53cf67c83afecb1df24bc18facebb2aa2cbc1a8bf5368')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"