Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-requests-ftp
Commits: 6f03dde2 by Jelle van der Waa at 2024-04-05T12:04:53+02:00 upgpkg: 0.3.1-8: Rebuild with Python 3.12 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = python-requests-ftp + pkgdesc = FTP transport adapter for Requests + pkgver = 0.3.1 + pkgrel = 8 + url = https://github.com/Lukasa/requests-ftp + arch = any + license = Apache + makedepends = python-setuptools + depends = python-requests + source = https://github.com/Lukasa/requests-ftp/archive/v0.3.1.tar.gz + sha256sums = 9e63cf0f21d306931e205363fb5021f9553c8fcc0197bac07f0882a56d8e7251 + +pkgname = python-requests-ftp ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname='python-requests-ftp' pkgver=0.3.1 -pkgrel=7 +pkgrel=8 pkgdesc="FTP transport adapter for Requests" arch=('any') url="https://github.com/Lukasa/requests-ftp" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-requests-ftp/-/commit/6f03dde2429ca42900420759d8b5c745c70883ad -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-requests-ftp/-/commit/6f03dde2429ca42900420759d8b5c745c70883ad You're receiving this email because of your account on gitlab.archlinux.org.
