Skip to content
Snippets Groups Projects
Commit fe611a31 authored by Iztok Fister Jr.'s avatar Iztok Fister Jr. Committed by alice
Browse files

testing/py3-simpful: upgrade to 2.9.0

parent 33717ce6
1 merge request!41643testing/py3-simpful: upgrade to 2.9.0
Pipeline #144694 passed
......@@ -2,7 +2,7 @@
# Maintainer: Iztok Fister, Jr. <iztok@iztok-jr-fister.eu>
pkgname=py3-simpful
_pkgorig=simpful
pkgver=2.8.0
pkgver=2.9.0
pkgrel=0
pkgdesc="A friendly python library for fuzzy logic reasoning"
url="https://github.com/aresio/simpful"
......@@ -11,7 +11,8 @@ license="GPL-3.0-or-later"
depends="python3 py3-matplotlib py3-numpy py3-requests py3-scipy"
checkdepends="python3-dev py3-pytest"
makedepends="py3-setuptools"
source="https://github.com/aresio/simpful/archive/$pkgver/$_pkgorig-$pkgver.tar.gz"
source="https://github.com/aresio/simpful/archive/$pkgver/$_pkgorig-$pkgver.tar.gz
version-patch.patch"
builddir="$srcdir/simpful-$pkgver"
build() {
......@@ -27,5 +28,6 @@ package() {
}
sha512sums="
95dc1b55785b1d54d76e2bbcf8bcca72f58b34df9c3505bcfafd4a4a03f485a1de7a7c16c6443ffd21b0e16d12397ee8ca5dc1a81c5311c9302d461f69f6ebef simpful-2.8.0.tar.gz
684a2c7ec7d6a0ced43044d938cf0b79ba14b7afdf7c4f0e517f08a24e8a6a5914adc6eac0b70951fcebf8135e4c7c78cda1750da58c0c042df7999a3741719a simpful-2.9.0.tar.gz
e189bb4141cd3eb54a0361b01060b5d1aad64a547fa98a96a128bb10d4f03b40083b324520eda445a2b9b6989a46f4183234cb0966759adf9dde96d61deda02d version-patch.patch
"
From 4b449e8fc07622553acfc73832477766913f2e4f Mon Sep 17 00:00:00 2001
From: Simone Spolaor <simone.spolaor@unimib.it>
Date: Mon, 21 Nov 2022 12:10:52 +0100
Subject: [PATCH] Update setup.py
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index a92c5f0..6e3d548 100644
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@
setup(
name = 'simpful',
packages = ['simpful'], # this must be the same as the name above
- version = '2.8.0',
+ version = '2.9.0',
description = 'A user-friendly Python library for fuzzy logic',
author = 'Marco S. Nobile',
author_email = 'marco.nobile@unive.it',
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment