Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-pyftpdlib
Commits: c92f1ade by Carl Smedstad at 2026-02-08T09:49:49+01:00 upgpkg: 2.2.0-1: Upstream release https://github.com/giampaolo/pyftpdlib/blob/release-2.2.0/HISTORY.rst - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-pyftpdlib pkgdesc = Extremely fast and scalable Python FTP server library - pkgver = 2.1.0 - pkgrel = 2 + pkgver = 2.2.0 + pkgrel = 1 url = https://github.com/giampaolo/pyftpdlib arch = any license = MIT @@ -17,7 +17,7 @@ pkgbase = python-pyftpdlib depends = python-pyasyncore optdepends = python-pyopenssl: FTPS support optdepends = python-psutil: to keep track of FTP server memory usage - source = https://github.com/giampaolo/pyftpdlib/archive/release-2.1.0/python-pyftpdlib-release-2.1.0.tar.gz - sha256sums = 22ef6dc8fa4a8ca66c4de413721239ed0dfb4d7b7a8ee26f40ebf084bbfd1532 + source = https://github.com/giampaolo/pyftpdlib/archive/release-2.2.0/python-pyftpdlib-release-2.2.0.tar.gz + b2sums = 9feb0dea43f026ea20df4799fa0abf6ac9cc5961b50816175dbffb6731ea8523614bae7a2ba24b655c215860945b15165a0ee13a9d73a66ea5f7e9f33e6d33b5 pkgname = python-pyftpdlib ===================================== PKGBUILD ===================================== @@ -4,8 +4,8 @@ # Contributor: Thomas S Hatch <[email protected]> pkgname=python-pyftpdlib -pkgver=2.1.0 -pkgrel=2 +pkgver=2.2.0 +pkgrel=1 pkgdesc="Extremely fast and scalable Python FTP server library" arch=(any) url="https://github.com/giampaolo/pyftpdlib" @@ -31,7 +31,7 @@ optdepends=( 'python-psutil: to keep track of FTP server memory usage' ) source=("$url/archive/release-$pkgver/$pkgname-release-$pkgver.tar.gz") -sha256sums=('22ef6dc8fa4a8ca66c4de413721239ed0dfb4d7b7a8ee26f40ebf084bbfd1532') +b2sums=('9feb0dea43f026ea20df4799fa0abf6ac9cc5961b50816175dbffb6731ea8523614bae7a2ba24b655c215860945b15165a0ee13a9d73a66ea5f7e9f33e6d33b5') build() { cd "${pkgname#python-}-release-$pkgver" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyftpdlib/-/commit/c92f1adee6c3e809868994f1aaa96f89f9e96d0c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyftpdlib/-/commit/c92f1adee6c3e809868994f1aaa96f89f9e96d0c You're receiving this email because of your account on gitlab.archlinux.org.
