George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
python-sphinx-tabs
Commits:
75dc759a by George Rawlinson at 2026-03-03T07:07:54+00:00
reuse: simplify conf
- - - - -
f279d90b by George Rawlinson at 2026-03-03T07:48:03+00:00
upgpkg: 3.5.0-1
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- REUSE.toml
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-sphinx-tabs
pkgdesc = Create tabbed content in Sphinx documentation
- pkgver = 3.4.7
- pkgrel = 3
+ pkgver = 3.5.0
+ pkgrel = 1
url = https://sphinx-tabs.readthedocs.io/
arch = any
license = MIT
@@ -14,8 +14,8 @@ pkgbase = python-sphinx-tabs
depends = python-sphinx
depends = python-docutils
depends = python-pygments
- source =
python-sphinx-tabs::git+https://github.com/executablebooks/sphinx-tabs#tag=v3.4.7
- sha512sums =
6e6dbb4e9593526d89aa8435c1ad14359c9a37d38690cc473a570f80b8ea107d7a96a8b41f6fbf21bc404d99b01cd2df2519443ea672e14488800b1afa5fd38a
- b2sums =
85bc80d191dbe60b64595871213758e62fc1f90ce631bcf6ff941a29403aa1ba8ebe226df806883263e6b555b778e6fbf1216e84bb3c3cc67e5c28216c00b566
+ source =
python-sphinx-tabs::git+https://github.com/executablebooks/sphinx-tabs#tag=v3.5.0
+ sha512sums =
417a20ffd47120fb56f964034fb28489cfa0fc8caa1cf6fba9c1c7b614871f54f551ff4da922ffd85682883595c01f966ec036619f395093c749b0dfaef8d440
+ b2sums =
81776f11189fc453be846396254e47938bd7ed5b304e089a96812ffc96f192ab8d9ee3de44c9c8b2d6c9c1f998554bf720ee4db9164864ff4455984bf7b72b67
pkgname = python-sphinx-tabs
=====================================
PKGBUILD
=====================================
@@ -1,28 +1,28 @@
# Maintainer: George Rawlinson <[email protected]>
pkgname=python-sphinx-tabs
-pkgver=3.4.7
-pkgrel=3
+pkgver=3.5.0
+pkgrel=1
pkgdesc='Create tabbed content in Sphinx documentation'
-arch=('any')
+arch=(any)
url='https://sphinx-tabs.readthedocs.io/'
-license=('MIT')
+license=(MIT)
depends=(
- 'python'
- 'python-sphinx'
- 'python-docutils'
- 'python-pygments'
+ python
+ python-sphinx
+ python-docutils
+ python-pygments
)
makedepends=(
- 'git'
- 'python-build'
- 'python-installer'
- 'python-wheel'
- 'python-setuptools'
+ git
+ python-build
+ python-installer
+ python-wheel
+ python-setuptools
)
source=("$pkgname::git+https://github.com/executablebooks/sphinx-tabs#tag=v$pkgver")
-sha512sums=('6e6dbb4e9593526d89aa8435c1ad14359c9a37d38690cc473a570f80b8ea107d7a96a8b41f6fbf21bc404d99b01cd2df2519443ea672e14488800b1afa5fd38a')
-b2sums=('85bc80d191dbe60b64595871213758e62fc1f90ce631bcf6ff941a29403aa1ba8ebe226df806883263e6b555b778e6fbf1216e84bb3c3cc67e5c28216c00b566')
+sha512sums=('417a20ffd47120fb56f964034fb28489cfa0fc8caa1cf6fba9c1c7b614871f54f551ff4da922ffd85682883595c01f966ec036619f395093c749b0dfaef8d440')
+b2sums=('81776f11189fc453be846396254e47938bd7ed5b304e089a96812ffc96f192ab8d9ee3de44c9c8b2d6c9c1f998554bf720ee4db9164864ff4455984bf7b72b67')
build() {
cd "$pkgname"
=====================================
REUSE.toml
=====================================
@@ -3,20 +3,8 @@ version = 1
[[annotations]]
path = [
"PKGBUILD",
- "README.md",
- "keys/**",
".SRCINFO",
".nvchecker.toml",
- "*.install",
- "*.sysusers",
- "*.tmpfiles",
- "*.logrotate",
- "*.pam",
- "*.service",
- "*.socket",
- "*.timer",
- "*.desktop",
- "*.hook",
]
SPDX-FileCopyrightText = "Arch Linux contributors"
SPDX-License-Identifier = "0BSD"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx-tabs/-/compare/3540b486ba9013dffed4922185e16c28eb6ac6db...f279d90b06ccf80435c7c0403d75d69fc0342c86
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx-tabs/-/compare/3540b486ba9013dffed4922185e16c28eb6ac6db...f279d90b06ccf80435c7c0403d75d69fc0342c86
You're receiving this email because of your account on gitlab.archlinux.org.