Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-sphinxcontrib-bibtex


Commits:
31e258a1 by Antonio Rojas at 2025-12-27T20:08:46+01:00
upgpkg: 2.6.5-2: Python 3.14 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-sphinxcontrib-bibtex
        pkgdesc = A Sphinx extension for BibTeX style citations
        pkgver = 2.6.5
-       pkgrel = 1
+       pkgrel = 2
        url = https://sphinxcontrib-bibtex.readthedocs.org
        arch = any
        license = BSD
@@ -18,6 +18,8 @@ pkgbase = python-sphinxcontrib-bibtex
        depends = python-pybtex-docutils
        depends = python-docutils
        source = 
python-sphinxcontrib-bibtex-2.6.5.tar.gz::https://github.com/mcmtroffaes/sphinxcontrib-bibtex/archive/2.6.5.tar.gz
+       source = 
https://github.com/mcmtroffaes/sphinxcontrib-bibtex/commit/20781600.patch
        b2sums = 
84f169a573532294d9ee3e5fb0362d8bd9b0ed0093fb0e5df2fa7486f36d8df6693659046f4b303972ea98a60eb0588e04b47369e169e517ab3c3822dc33f013
+       b2sums = 
7bbae7b618eebc8b18a5314bf87a88164b3f63c1c36746f8e502997d36a6ae365d8d72049f050e5d093163498fa5a1ba32c16081b9775ac9a1115f7794f336af
 
 pkgname = python-sphinxcontrib-bibtex


=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
 _pkgname=sphinxcontrib-bibtex
 pkgname="python-${_pkgname}"
 pkgver=2.6.5
-pkgrel=1
+pkgrel=2
 pkgdesc="A Sphinx extension for BibTeX style citations"
 arch=('any')
 url="https://sphinxcontrib-bibtex.readthedocs.org";
@@ -13,8 +13,15 @@ license=('BSD')
 depends=('python-sphinx' 'python-pybtex' 'python-pybtex-docutils' 
'python-docutils')
 makedepends=('python-setuptools-scm' 'python-build' 'python-installer' 
'python-wheel')
 checkdepends=('python-pytest' 'python-pytest' 'python-numpydoc' 
'python-sphinx-autoapi')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mcmtroffaes/${_pkgname}/archive/${pkgver}.tar.gz";)
-b2sums=('84f169a573532294d9ee3e5fb0362d8bd9b0ed0093fb0e5df2fa7486f36d8df6693659046f4b303972ea98a60eb0588e04b47369e169e517ab3c3822dc33f013')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mcmtroffaes/${_pkgname}/archive/${pkgver}.tar.gz";
+         
https://github.com/mcmtroffaes/sphinxcontrib-bibtex/commit/20781600.patch)
+b2sums=('84f169a573532294d9ee3e5fb0362d8bd9b0ed0093fb0e5df2fa7486f36d8df6693659046f4b303972ea98a60eb0588e04b47369e169e517ab3c3822dc33f013'
+        
'7bbae7b618eebc8b18a5314bf87a88164b3f63c1c36746f8e502997d36a6ae365d8d72049f050e5d093163498fa5a1ba32c16081b9775ac9a1115f7794f336af')
+
+prepare() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"  
+  patch -p1 -i ../20781600.patch # Fix tests with docutils 0.22
+}
 
 build() {
   cd "${srcdir}/${_pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinxcontrib-bibtex/-/commit/31e258a1c61aa4a90fb09516402897237b0d070d

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinxcontrib-bibtex/-/commit/31e258a1c61aa4a90fb09516402897237b0d070d
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to