Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-nbsphinx
Commits:
306610d3 by Antonio Rojas at 2024-12-25T13:36:45+01:00
upgpkg: 0.9.6-1: Update to 0.9.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-nbsphinx
pkgdesc = Jupyter Notebook Tools for Sphinx
- pkgver = 0.9.3
- pkgrel = 2
+ pkgver = 0.9.6
+ pkgrel = 1
url = http://nbsphinx.rtfd.org/
arch = any
license = MIT
@@ -14,7 +14,7 @@ pkgbase = python-nbsphinx
depends = jupyter-nbconvert
depends = jupyter-nbformat
depends = python-sphinx
- source =
python-nbsphinx-0.9.3.tar.gz::https://github.com/spatialaudio/nbsphinx/archive/0.9.3.tar.gz
- b2sums =
60efe03033a0d3f847ae52a2157da23b2021a912fe1f4204cda24e352ace20b39c15172960966ef2e01c5469458c1580e89fb68051cf90bf917bd69fb2fa7425
+ source =
python-nbsphinx-0.9.6.tar.gz::https://github.com/spatialaudio/nbsphinx/archive/0.9.6.tar.gz
+ b2sums =
2dec2294e85066bc90dcf0d1390e85b94f693745e66b0578c24eb743507a3cde1219c60533fa2f9eb85cb74a79b4e9d92bac3221ac8c703b4cc6dfc8ca8a2de3
pkgname = python-nbsphinx
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Michel Zou
pkgname=python-nbsphinx
-pkgver=0.9.3
-pkgrel=2
+pkgver=0.9.6
+pkgrel=1
pkgdesc="Jupyter Notebook Tools for Sphinx"
url="http://nbsphinx.rtfd.org/"
arch=(any)
@@ -12,7 +12,7 @@ license=('MIT')
depends=('python-docutils' 'python-jinja' 'jupyter-nbconvert'
'jupyter-nbformat' 'python-sphinx')
makedepends=('python-build' 'python-installer' 'python-wheel'
'python-setuptools-scm')
source=("$pkgname-$pkgver.tar.gz::https://github.com/spatialaudio/nbsphinx/archive/${pkgver}.tar.gz")
-b2sums=('60efe03033a0d3f847ae52a2157da23b2021a912fe1f4204cda24e352ace20b39c15172960966ef2e01c5469458c1580e89fb68051cf90bf917bd69fb2fa7425')
+b2sums=('2dec2294e85066bc90dcf0d1390e85b94f693745e66b0578c24eb743507a3cde1219c60533fa2f9eb85cb74a79b4e9d92bac3221ac8c703b4cc6dfc8ca8a2de3')
build() {
cd "${srcdir}"/nbsphinx-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-nbsphinx/-/commit/306610d329ce3015578fce751d78a9fe91b08bca
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-nbsphinx/-/commit/306610d329ce3015578fce751d78a9fe91b08bca
You're receiving this email because of your account on gitlab.archlinux.org.