summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2024-03-20 22:10:58 +0100
committerNicolas Iooss2024-03-20 22:10:58 +0100
commitce1431c7b0211f82af21b472c5bbcd589264b102 (patch)
tree123dc16626a07e22a3c7b796dc6168b056b18604
parent261317d72dea9c5f97031718b6a36571d1cb8fd7 (diff)
downloadaur-ce1431c7b0211f82af21b472c5bbcd589264b102.tar.gz
selinux-python 3.6-2 update: remove python-ipy dependency
It was actually no longer useful since version 3.2, thanks to https://github.com/SELinuxProject/selinux/commit/79f69a3ca1bfa0ebafcdae976858c60bae170e1b ("python/semanage: Use ipaddress module instead of IPy") which migrated to ipaddress.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1181696c7b24..133196a14d75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = selinux-python
pkgdesc = SELinux python tools and libraries
pkgver = 3.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/SELinuxProject/selinux/wiki
arch = i686
arch = x86_64
@@ -12,10 +12,9 @@ pkgbase = selinux-python
makedepends = python-setuptools
depends = python
depends = python-audit
- depends = python-ipy
depends = libsemanage>=3.6
depends = setools>=4.4.0
- provides = sepolgen=3.6-1
+ provides = sepolgen=3.6-2
conflicts = sepolgen<2.7
conflicts = policycoreutils<2.7
source = https://github.com/SELinuxProject/selinux/releases/download/3.6/selinux-python-3.6.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 34d44318f336..5834c61afe73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
pkgname=selinux-python
pkgver=3.6
-pkgrel=1
+pkgrel=2
pkgdesc="SELinux python tools and libraries"
groups=('selinux')
arch=('i686' 'x86_64' 'aarch64')
url='https://github.com/SELinuxProject/selinux/wiki'
license=('GPL2')
makedepends=('python-pip' 'python-setuptools')
-depends=('python' 'python-audit' 'python-ipy' 'libsemanage>=3.6' 'setools>=4.4.0')
+depends=('python' 'python-audit' 'libsemanage>=3.6' 'setools>=4.4.0')
conflicts=('sepolgen<2.7' 'policycoreutils<2.7')
provides=("sepolgen=${pkgver}-${pkgrel}")
validpgpkeys=(