Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-spur
Commits: ff26b4c3 by Jelle van der Waa at 2024-04-07T19:43:45+02:00 upgpkg: 0.3.23-3: Rebuild with Python 3.12 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,15 @@ +pkgbase = python-spur + pkgdesc = Run commands and manipulate files locally or over SSH using the same interface + pkgver = 0.3.23 + pkgrel = 3 + url = https://github.com/mwilliamson/spur.py + arch = any + license = BSD + checkdepends = python-nose + makedepends = python-setuptools + depends = python + depends = python-paramiko + source = https://github.com/mwilliamson/spur.py/archive/0.3.23/python-spur-0.3.23.tar.gz + sha256sums = 613fcc44f731a041841485a52780c94490e59c353952c2c8491ec045a2e5d805 + +pkgname = python-spur ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _pkg=spur pkgname=python-${_pkg} pkgver=0.3.23 -pkgrel=2 +pkgrel=3 pkgdesc="Run commands and manipulate files locally or over SSH using the same interface" arch=(any) url="https://github.com/mwilliamson/spur.py" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-spur/-/commit/ff26b4c3f2f2861f7fdec3d49851c21cee98a5fe -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-spur/-/commit/ff26b4c3f2f2861f7fdec3d49851c21cee98a5fe You're receiving this email because of your account on gitlab.archlinux.org.
