Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-sphinx-issues
Commits:
beaf491d by Jelle van der Waa at 2024-11-17T11:38:42+01:00
upgpkg: 5.0.0-2: Rebuild for Python 3.13
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-sphinx-issues
pkgdesc = Sphinx extension for linking to your project's issue tracker
- pkgver = 4.1.0
- pkgrel = 1
+ pkgver = 5.0.0
+ pkgrel = 2
url = https://github.com/sloria/sphinx-issues
arch = any
license = MIT
@@ -11,7 +11,7 @@ pkgbase = python-sphinx-issues
makedepends = python-flit-core
depends = python
depends = python-sphinx
- source =
https://github.com/sloria/sphinx-issues/archive/4.1.0/sphinx-issues-4.1.0.tar.gz
- sha512sums =
24ce1353a6596e63db2b5058d9081f6533e3108de024cd6af5dd060e2286c89a546d4e7c0541be07484302736951cfedb97ae09d3259218760e5abb670f8f647
+ source =
https://github.com/sloria/sphinx-issues/archive/5.0.0/sphinx-issues-5.0.0.tar.gz
+ sha512sums =
fbe39e27b0df0e8e07b04030cc08b3aed7c51bd91dab145af5cd184c88180e20c472578821bdaaf047c6ecf9ca58523bc3e63aeba6e683b81ae0914b4b8f45af
pkgname = python-sphinx-issues
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
pkgname=python-sphinx-issues
_pyname=${pkgname/python-/}
-pkgver=4.1.0
-pkgrel=1
+pkgver=5.0.0
+pkgrel=2
pkgdesc="Sphinx extension for linking to your project's issue tracker"
url='https://github.com/sloria/sphinx-issues'
arch=('any')
@@ -12,7 +12,7 @@ depends=('python' 'python-sphinx')
makedepends=('python-build' 'python-installer' 'python-flit-core')
checkdepends=('python-pytest')
source=(https://github.com/sloria/sphinx-issues/archive/${pkgver}/${_pyname}-${pkgver}.tar.gz)
-sha512sums=('24ce1353a6596e63db2b5058d9081f6533e3108de024cd6af5dd060e2286c89a546d4e7c0541be07484302736951cfedb97ae09d3259218760e5abb670f8f647')
+sha512sums=('fbe39e27b0df0e8e07b04030cc08b3aed7c51bd91dab145af5cd184c88180e20c472578821bdaaf047c6ecf9ca58523bc3e63aeba6e683b81ae0914b4b8f45af')
build() {
cd ${_pyname}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx-issues/-/commit/beaf491da2f4c5708fc7a58f70c374cf1911c779
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx-issues/-/commit/beaf491da2f4c5708fc7a58f70c374cf1911c779
You're receiving this email because of your account on gitlab.archlinux.org.