summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2023-06-28 21:20:06 +0200
committerNarrat2023-06-28 21:20:06 +0200
commit20a750fc0f84376bd85f54a23aa0040f88df1950 (patch)
tree90697109f6a18e4f6f46c7748a5ca3a6cebe6853
parent45cb4d7ef963a2e643146f0e58aadf3ac99ddd2d (diff)
downloadaur-20a750fc0f84376bd85f54a23aa0040f88df1950.tar.gz
python-orange: update to 3.35.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8dfa89a8b12d..a335310bef30 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-orange
pkgdesc = Open source machine learning and data visualization
- pkgver = 3.34.0
+ pkgver = 3.35.0
pkgrel = 1
url = https://orangedatamining.com/
arch = x86_64
@@ -38,7 +38,7 @@ pkgbase = python-orange
depends = python-baycomp
optdepends = python-psycopg2: PostgreSQL database support
optdepends = python-pymssql: Microsoft SQL Server support
- source = python-orange-3.34.0.tar.gz::https://github.com/biolab/orange3/archive/refs/tags/3.34.0.tar.gz
- sha256sums = a0def37db39c4f9d4b7ba16fc613e013e9008963c586d89754514c3df9887c5d
+ source = python-orange-3.35.0.tar.gz::https://github.com/biolab/orange3/archive/refs/tags/3.35.0.tar.gz
+ sha256sums = 7c323b5230d7e546487b30adfc00038c440ff81d74cceb50b5277be78f30144c
pkgname = python-orange
diff --git a/PKGBUILD b/PKGBUILD
index 16878537bb72..242a446931de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: xantares
# Contributor: dalraf
pkgname=python-orange
-pkgver=3.34.0
+pkgver=3.35.0
pkgrel=1
pkgdesc="Open source machine learning and data visualization"
arch=('x86_64')
@@ -23,7 +23,7 @@ depends=('python-chardet' 'python-pyqtgraph' 'python-xlrd' 'python-matplotlib'
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/biolab/orange3/archive/refs/tags/${pkgver}.tar.gz")
optdepends=('python-psycopg2: PostgreSQL database support'
'python-pymssql: Microsoft SQL Server support')
-sha256sums=('a0def37db39c4f9d4b7ba16fc613e013e9008963c586d89754514c3df9887c5d')
+sha256sums=('7c323b5230d7e546487b30adfc00038c440ff81d74cceb50b5277be78f30144c')
build() {
cd "${srcdir}/orange3-$pkgver"