Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-pytest-order


Commits:
db9a1dbc by Antonio Rojas at 2024-03-08T21:29:06+01:00
upgpkg: 1.2.0-1: Update to 1.2.0

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,16 @@
+pkgbase = python-pytest-order
+       pkgdesc = pytest plugin that allows to customize the test execution 
order
+       pkgver = 1.2.0
+       pkgrel = 1
+       url = https://github.com/pytest-dev/pytest-order/
+       arch = any
+       license = MIT
+       checkdepends = python-pytest-dependency
+       checkdepends = python-pytest-mock
+       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
+
+pkgname = python-pytest-order


=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
 
 _pkg=pytest-order
 pkgname=python-${_pkg}
-pkgver=1.1.0
-pkgrel=2
+pkgver=1.2.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=('b207d9ab0619a184ae22418d9ab7bc7cd43769a3334256c7c541114e998a0dc7')
+sha256sums=('ae70c66b5a763080a230015747dd8ae37050d84b7faa43fbec85a9b3cafc1491')
 
 build() {
   cd ${_pkg}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-order/-/commit/db9a1dbc203a64c4b303a06ab3d935271138a59b

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-order/-/commit/db9a1dbc203a64c4b303a06ab3d935271138a59b
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to