Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-sphinx-argparse-cli


Commits:
606de7b8 by Antonio Rojas at 2025-12-24T14:32:43+01:00
upgpkg: 1.20.1-2: Python 3.14 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-sphinx-argparse-cli
        pkgdesc = Render CLI arguments (sub-commands friendly) defined by 
argparse module
-       pkgver = 1.19.0
-       pkgrel = 1
+       pkgver = 1.20.1
+       pkgrel = 2
        url = https://github.com/tox-dev/sphinx-argparse-cli
        arch = any
        license = MIT
@@ -12,7 +12,9 @@ pkgbase = python-sphinx-argparse-cli
        makedepends = python-hatch-vcs
        depends = python
        depends = python-sphinx
-       source = 
python-sphinx-argparse-cli-1.19.0.tar.gz::https://github.com/tox-dev/sphinx-argparse-cli/archive/1.19.0.tar.gz
-       sha512sums = 
23698bb2b9383610b5f8218cd67f03f241f3d9281848d1cfccfa39420ec2aec460de933e5e8401e83322dea2295ca9b19e90e9d0f6bbad0ed1e149c394fd63a2
+       source = 
python-sphinx-argparse-cli-1.20.1.tar.gz::https://github.com/tox-dev/sphinx-argparse-cli/archive/1.20.1.tar.gz
+       source = 
https://github.com/tox-dev/sphinx-argparse-cli/commit/2ecd4278.patch
+       sha512sums = 
415c22186de95cb21237ed2a73f3ae4d0595e2fec7383e0e957908a543b5cac7d1c54694d03c99c6ba9997fc1d686238167f365fdf02e30a3143d4138afd4000
+       sha512sums = 
5b98c4ed1c81bd3ab55e3ff88b1a76723b4c06f276fe3a51feebcf7e29e84f53e0f057b850e6231edc555dda89de49319974802b6986d099996899e89b10cd61
 
 pkgname = python-sphinx-argparse-cli


=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
 
 _pkgname=sphinx-argparse-cli
 pkgname=python-$_pkgname
-pkgver=1.19.0
-pkgrel=1
+pkgver=1.20.1
+pkgrel=2
 pkgdesc='Render CLI arguments (sub-commands friendly) defined by argparse 
module'
 arch=('any')
 url='https://github.com/tox-dev/sphinx-argparse-cli'
@@ -11,8 +11,15 @@ license=('MIT')
 depends=('python' 'python-sphinx')
 makedepends=('python-build' 'python-installer' 'python-hatchling' 
'python-hatch-vcs')
 checkdepends=('python-pytest')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('23698bb2b9383610b5f8218cd67f03f241f3d9281848d1cfccfa39420ec2aec460de933e5e8401e83322dea2295ca9b19e90e9d0f6bbad0ed1e149c394fd63a2')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
+        https://github.com/tox-dev/sphinx-argparse-cli/commit/2ecd4278.patch)
+sha512sums=('415c22186de95cb21237ed2a73f3ae4d0595e2fec7383e0e957908a543b5cac7d1c54694d03c99c6ba9997fc1d686238167f365fdf02e30a3143d4138afd4000'
+            
'5b98c4ed1c81bd3ab55e3ff88b1a76723b4c06f276fe3a51feebcf7e29e84f53e0f057b850e6231edc555dda89de49319974802b6986d099996899e89b10cd61')
+
+prepare() {
+  cd $_pkgname-$pkgver
+  patch -p1 -i ../2ecd4278.patch # Fix tests
+}
 
 build() {
   cd $_pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx-argparse-cli/-/commit/606de7b85f7b9c8fcfb94bd410d67f57e2f1c020

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx-argparse-cli/-/commit/606de7b85f7b9c8fcfb94bd410d67f57e2f1c020
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to