Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-pytest-order
Commits:
d4ae8d59 by Antonio Rojas at 2024-12-24T14:45:08+01:00
upgpkg: 1.3.0-1: Update to 1.3.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-pytest-order
pkgdesc = pytest plugin that allows to customize the test execution
order
- pkgver = 1.2.0
- pkgrel = 3
+ pkgver = 1.3.0
+ pkgrel = 1
url = https://github.com/pytest-dev/pytest-order/
arch = any
license = MIT
@@ -10,7 +10,7 @@ pkgbase = python-pytest-order
checkdepends = python-pytest-xdist
makedepends = python-setuptools
depends = python-pytest
- source =
https://github.com/pytest-dev/pytest-order//archive/v1.2.0/python-pytest-order-1.2.0.tar.gz
- sha256sums =
ae70c66b5a763080a230015747dd8ae37050d84b7faa43fbec85a9b3cafc1491
+ source =
https://github.com/pytest-dev/pytest-order//archive/v1.3.0/python-pytest-order-1.3.0.tar.gz
+ sha256sums =
542dfe049a05081f0790700bec89aea702f9454f4300b5d951cb2c09a3619470
pkgname = python-pytest-order
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_pkg=pytest-order
pkgname=python-${_pkg}
-pkgver=1.2.0
-pkgrel=3
+pkgver=1.3.0
+pkgrel=1
pkgdesc="pytest plugin that allows to customize the test execution order"
arch=(any)
url="https://github.com/pytest-dev/pytest-order/"
@@ -16,7 +16,7 @@ checkdepends=(
python-pytest-xdist
)
source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('ae70c66b5a763080a230015747dd8ae37050d84b7faa43fbec85a9b3cafc1491')
+sha256sums=('542dfe049a05081f0790700bec89aea702f9454f4300b5d951cb2c09a3619470')
build() {
cd ${_pkg}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-order/-/commit/d4ae8d59d66da35b1372d30640dca3341e6beb77
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-order/-/commit/d4ae8d59d66da35b1372d30640dca3341e6beb77
You're receiving this email because of your account on gitlab.archlinux.org.