summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2024-04-02 17:58:10 -0500
committerCarlos Aznarán2024-04-02 17:58:10 -0500
commit3beb229db8e849f325357111da24d58cad789f40 (patch)
treec6494da4583db69c8bda696c5b3f6c6e42f67b6d
parent285553d94b8178ce5e5ac3e8b40b48e35b4e1b16 (diff)
downloadaur-3beb229db8e849f325357111da24d58cad789f40.tar.gz
Bump version to 2.13.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6f6252675c0..f8ab095c4cce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-allure-commons
pkgdesc = Common module for integrate allure with python-based frameworks
- pkgver = 2.13.4
+ pkgver = 2.13.5
pkgrel = 1
url = https://github.com/allure-framework/allure-python
arch = any
@@ -11,7 +11,7 @@ pkgbase = python-allure-commons
makedepends = python-wheel
depends = python-attrs
depends = python-pluggy
- source = allure-python-2.13.4.tar.gz::https://github.com/allure-framework/allure-python/archive/2.13.4.tar.gz
- sha512sums = 0ca33832aa0f9679bd4a71d79197b4217e333d6920b4f2259679fdba57268dff38a44e379831439fd2527c243f84bee84cd4b846d9f5ead919f6094f0c2446b9
+ source = allure-python-2.13.5.tar.gz::https://github.com/allure-framework/allure-python/archive/2.13.5.tar.gz
+ sha512sums = 92b0ac0690c4238fd0e441ec2b38de81376af404e75f4f6ca6d18d10561dfe742218455a5faf3efe6e526d9776f1060d2c9b52ac076e6ea1da88f3203e2f66b3
pkgname = python-allure-commons
diff --git a/PKGBUILD b/PKGBUILD
index 1fb21798d89a..9f3736c0b5a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Pavel Merzlyakov <pavel.merzlyakov@gmail.com>
_base=allure
pkgname=python-${_base}-commons
-pkgver=2.13.4
+pkgver=2.13.5
pkgrel=1
pkgdesc="Common module for integrate allure with python-based frameworks"
arch=(any)
@@ -11,7 +11,7 @@ license=(Apache-2.0)
depends=(python-attrs python-pluggy)
makedepends=(python-build python-installer python-setuptools-scm python-wheel)
source=(${_base}-python-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz)
-sha512sums=('0ca33832aa0f9679bd4a71d79197b4217e333d6920b4f2259679fdba57268dff38a44e379831439fd2527c243f84bee84cd4b846d9f5ead919f6094f0c2446b9')
+sha512sums=('92b0ac0690c4238fd0e441ec2b38de81376af404e75f4f6ca6d18d10561dfe742218455a5faf3efe6e526d9776f1060d2c9b52ac076e6ea1da88f3203e2f66b3')
build() {
cd ${_base}-python-${pkgver}/${_base}-python-commons