summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f065ccaa8df3..89fa88f10b3d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-spacy
pkgdesc = Free open-source library for Natural Language Processing in Python
- pkgver = 3.7.1
+ pkgver = 3.7.2
pkgrel = 1
url = https://github.com/explosion/spacy
arch = x86_64
@@ -17,7 +17,6 @@ pkgbase = python-spacy
depends = python-langcodes
depends = python-murmurhash
depends = python-numpy
- depends = python-pathy
depends = python-preshed
depends = python-pydantic
depends = python-requests
@@ -29,7 +28,7 @@ pkgbase = python-spacy
depends = python-typer
depends = python-wasabi
depends = python-weasel
- source = python-spacy-3.7.1.tar.gz::https://files.pythonhosted.org/packages/source/s/spacy/spacy-3.7.1.tar.gz
- sha256sums = 5c6b727194d676f642534353d129d4f110c9cbf533268c230a333a4f92a5a185
+ source = python-spacy-3.7.2.tar.gz::https://files.pythonhosted.org/packages/source/s/spacy/spacy-3.7.2.tar.gz
+ sha256sums = cedf4927bf0d3fec773a6ce48d5d2c91bdb02fed3c7d5ec07bdb873f1126f1a0
pkgname = python-spacy
diff --git a/PKGBUILD b/PKGBUILD
index 837949b639b6..759b0f3e6a25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=python-spacy
_pkg="${pkgname#python-}"
-pkgver=3.7.1
+pkgver=3.7.2
pkgrel=1
pkgdesc='Free open-source library for Natural Language Processing in Python'
arch=('x86_64' 'aarch64')
@@ -18,7 +18,6 @@ depends=(
'python-langcodes'
'python-murmurhash'
'python-numpy'
- 'python-pathy'
'python-preshed'
'python-pydantic'
'python-requests'
@@ -37,7 +36,7 @@ makedepends=(
'python-setuptools'
'python-wheel')
source=("$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/s/$_pkg/$_pkg-$pkgver.tar.gz")
-sha256sums=('5c6b727194d676f642534353d129d4f110c9cbf533268c230a333a4f92a5a185')
+sha256sums=('cedf4927bf0d3fec773a6ce48d5d2c91bdb02fed3c7d5ec07bdb873f1126f1a0')
prepare() {
cd "$_pkg-$pkgver"