Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
fail2ban


Commits:
0f4b843d by Robin Candau at 2024-04-28T15:41:41+02:00
upgpkg: 1.1.0-2 Make python-setuptools an actual dependency

Fail2Ban depends on the 'distutils' module for the systemd backend 
(ERROR Backend 'systemd' failed to initialize due to No module named 
'distutils').
The 'distutils' module has been [removed from Python 
3.12](https://docs.python.org/3.10/whatsnew/3.10.html#distutils) and has been 
completely replaced by the 'python-setuptools' package (which is thus 
now also required at runtime).

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,16 +1,16 @@
 pkgbase = fail2ban
        pkgdesc = Bans IPs after too many failed authentication attempts
        pkgver = 1.1.0
-       pkgrel = 1
+       pkgrel = 2
        url = https://www.fail2ban.org/
        arch = any
        license = GPL
        makedepends = git
        makedepends = python-build
        makedepends = python-installer
-       makedepends = python-setuptools
        makedepends = python-wheel
        depends = python-pyinotify
+       depends = python-setuptools
        depends = python-systemd
        depends = sqlite
        depends = whois


=====================================
PKGBUILD
=====================================
@@ -7,17 +7,16 @@
 
 pkgname=fail2ban
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Bans IPs after too many failed authentication attempts'
 arch=('any')
 url='https://www.fail2ban.org/'
 license=('GPL')
-depends=('python-pyinotify' 'python-systemd' 'sqlite' 'whois')
+depends=('python-pyinotify' 'python-setuptools' 'python-systemd' 'sqlite' 
'whois')
 makedepends=(
   'git'
   'python-build'
   'python-installer'
-  'python-setuptools'
   'python-wheel'
 )
 optdepends=(



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fail2ban/-/commit/0f4b843de19f14da31fd22ccfe2f48b5bb3b8523

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fail2ban/-/commit/0f4b843de19f14da31fd22ccfe2f48b5bb3b8523
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to