summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Wright2022-04-08 09:56:36 +0100
committerJonathan Wright2022-04-08 09:56:36 +0100
commit43786174722f57711e51fde021058c015ef2c1bc (patch)
tree8e35268771fbb6632737b2dbfe9a66e96c1e18d7
parentb83bdb85591dca3a712dc00773447e463f8515d5 (diff)
downloadaur-43786174722f57711e51fde021058c015ef2c1bc.tar.gz
Removing python-yaml<=6 dependency alltogether
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8f38e80c0b8..78fd9a006aec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = python-jenkins-job-builder
pkgdesc = Takes simple descriptions of Jenkins jobs in YAML or JSON format and uses them to configure Jenkins
pkgver = 3.12.0
- pkgrel = 1
+ pkgrel = 2
url = https://jenkins-job-builder.readthedocs.io/en/latest/
arch = any
license = APACHE
makedepends = python-setuptools
depends = python-six>=1.9.0
depends = python-yaml>=3.10.0
- depends = python-yaml<=6
depends = python-pbr>=1.8
depends = python-stevedore>=1.17.1
depends = python-python-jenkins>=0.4.15
diff --git a/PKGBUILD b/PKGBUILD
index 516bac79f8d8..38b44d5def4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,18 +5,17 @@
_pkgname=jenkins-job-builder
pkgname=python-$_pkgname
pkgver=3.12.0
-pkgrel=1
+pkgrel=2
pkgdesc='Takes simple descriptions of Jenkins jobs in YAML or JSON format and uses them to configure Jenkins'
url='https://jenkins-job-builder.readthedocs.io/en/latest/'
license=('APACHE')
arch=('any')
makedepends=('python-setuptools')
-# Removing PyYAML requirement for <6 until patch accepted:
+# Removing PyYaML requirement for <6 until patch accepted:
# https://storyboard.openstack.org/#!/story/2009723
depends=(
'python-six>=1.9.0'
'python-yaml>=3.10.0'
- 'python-yaml<=6'
'python-pbr>=1.8'
'python-stevedore>=1.17.1'
'python-python-jenkins>=0.4.15'