summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-08-10 18:29:00 -0500
committerCarlos Aznarán Laos2023-08-10 18:29:00 -0500
commit0b926ef64e5dfebd80fe4107110fc55c40e26796 (patch)
tree495da15c7bac3266af97ad1348831888cb64626b
parent825d00321a296eb0dbcb83f2f3f2822dcb0b81f2 (diff)
downloadaur-0b926ef64e5dfebd80fe4107110fc55c40e26796.tar.gz
Bump version to 0.9.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82afde92b1f4..c9edff83d708 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-copulas
pkgdesc = Create tabular synthetic data using copulas-based modeling
- pkgver = 0.9.0
+ pkgver = 0.9.1
pkgrel = 1
url = https://github.com/sdv-dev/Copulas
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = python-copulas
depends = python-matplotlib
depends = python-pandas
depends = python-scipy
- source = Copulas-0.9.0.tar.gz::https://github.com/sdv-dev/Copulas/archive/v0.9.0.tar.gz
- sha512sums = c1abdd45c001d1a4cc2a8fe6c73e6cb84dbfb79c5e8e7601edfa25b1c913f0bb937cc7cbe46f3dbe75aa046f74e248359aa5223a049dad202633180920117b3e
+ source = Copulas-0.9.1.tar.gz::https://github.com/sdv-dev/Copulas/archive/v0.9.1.tar.gz
+ sha512sums = deab9ea9889ea8f9f88a0953cb263fbf50a0baad2e63cb0cdf08428f006973d06147b090f4b58503fb4f646fd2d6c24280d8a4e28b602583e34dd75f64264291
pkgname = python-copulas
diff --git a/PKGBUILD b/PKGBUILD
index 8f9f617e57a2..3da69e99cd01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Carlos Aznarán <caznaranl@uni.pe>
_base=Copulas
pkgname=python-${_base,,}
-pkgver=0.9.0
+pkgver=0.9.1
pkgrel=1
pkgdesc="Create tabular synthetic data using copulas-based modeling"
arch=(x86_64)
@@ -11,7 +11,7 @@ depends=(python-matplotlib python-pandas python-scipy)
makedepends=(python-build python-installer python-pytest-runner python-wheel)
checkdepends=(python-pytest)
source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
-sha512sums=('c1abdd45c001d1a4cc2a8fe6c73e6cb84dbfb79c5e8e7601edfa25b1c913f0bb937cc7cbe46f3dbe75aa046f74e248359aa5223a049dad202633180920117b3e')
+sha512sums=('deab9ea9889ea8f9f88a0953cb263fbf50a0baad2e63cb0cdf08428f006973d06147b090f4b58503fb4f646fd2d6c24280d8a4e28b602583e34dd75f64264291')
build() {
cd ${_base}-${pkgver}