summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoetaYuko2024-05-06 19:27:16 +0800
committerMoetaYuko2024-05-06 19:27:16 +0800
commit972a91ec778d56d7063b9480495855f2e8932463 (patch)
treed9a392a1866901b6f52864770bed19e4cc35ec4c
parent7a5ac173ec1275e0827097ac1aac3ce48859e3ec (diff)
downloadaur-972a91ec778d56d7063b9480495855f2e8932463.tar.gz
Bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 616640ca3870..7a0557d1ddc9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-jupytext
pkgdesc = Jupyter notebooks as Markdown documents, Julia, Python or R scripts
- pkgver = 1.16.1
+ pkgver = 1.16.2
pkgrel = 1
url = https://github.com/mwouts/jupytext
arch = any
@@ -23,7 +23,7 @@ pkgbase = python-jupytext
optdepends = jupyter-nbconvert
optdepends = jupyterlab
optdepends = python-sphinx-gallery
- source = jupytext-1.16.1.tar.gz::https://github.com/mwouts/jupytext/archive/v1.16.1.tar.gz
- sha256sums = 447e77ba7f1ee151a34a22d47d547fdc2ee364d55d76c1c569df9123a9eb05f8
+ source = jupytext-1.16.2.tar.gz::https://github.com/mwouts/jupytext/archive/v1.16.2.tar.gz
+ sha256sums = 68a09dc8393bd5ceff995cf60377d53e003f0035ddf2f6bc2e23fa46e3575380
pkgname = python-jupytext
diff --git a/PKGBUILD b/PKGBUILD
index 17f328934560..1a6e13fed44a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=jupytext
pkgname=python-$_pkgname
-pkgver=1.16.1
+pkgver=1.16.2
pkgrel=1
pkgdesc="Jupyter notebooks as Markdown documents, Julia, Python or R scripts"
url="https://github.com/mwouts/jupytext"
@@ -33,11 +33,11 @@ optdepends=(
license=('MIT')
arch=('any')
source=("$_pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('447e77ba7f1ee151a34a22d47d547fdc2ee364d55d76c1c569df9123a9eb05f8')
+sha256sums=('68a09dc8393bd5ceff995cf60377d53e003f0035ddf2f6bc2e23fa46e3575380')
build() {
cd $_pkgname-$pkgver
- python -m build --wheel --no-isolation --skip-dependency-check
+ HATCH_BUILD_HOOKS_ENABLE=true python -m build --wheel --no-isolation --skip-dependency-check
}
package() {