Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
fe611a31
Commit
fe611a31
authored
2 years ago
by
Iztok Fister Jr.
Committed by
alice
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/py3-simpful: upgrade to 2.9.0
parent
33717ce6
Loading
Loading
1 merge request
!41643
testing/py3-simpful: upgrade to 2.9.0
Pipeline
#144694
passed
2 years ago
Stage: verify
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
testing/py3-simpful/APKBUILD
+5
-3
5 additions, 3 deletions
testing/py3-simpful/APKBUILD
testing/py3-simpful/version-patch.patch
+22
-0
22 additions, 0 deletions
testing/py3-simpful/version-patch.patch
with
27 additions
and
3 deletions
testing/py3-simpful/APKBUILD
+
5
−
3
View file @
fe611a31
...
...
@@ -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
"
This diff is collapsed.
Click to expand it.
testing/py3-simpful/version-patch.patch
0 → 100644
+
22
−
0
View file @
fe611a31
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',
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment