Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
python-pytest-bdd


Commits:
c1600c82 by Felix Yan at 2023-10-18T16:58:08+03:00
upgpkg: 7.0.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,20 @@
+pkgbase = python-pytest-bdd
+       pkgdesc = BDD library for the pytest runner
+       pkgver = 7.0.0
+       pkgrel = 1
+       url = https://github.com/pytest-dev/pytest-bdd
+       arch = any
+       license = MIT
+       checkdepends = python-setuptools
+       makedepends = python-build
+       makedepends = python-installer
+       makedepends = python-poetry-core
+       depends = python-mako
+       depends = python-parse
+       depends = python-parse-type
+       depends = python-pytest
+       depends = python-typing-extensions
+       source = 
https://github.com/pytest-dev/pytest-bdd/archive/7.0.0/python-pytest-bdd-7.0.0.tar.gz
+       sha512sums = 
0f95334a56ff7ccc774e5b94b91d232b829fb308a21ce975c88720493abbefa9e76fcd35cc2ca9bbbf0fd2e38b6f20f5be6cf59368aab4cf70abdaf24c7fd5ed
+
+pkgname = python-pytest-bdd


=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan <felixonm...@archlinux.org>
 
 pkgname=python-pytest-bdd
-pkgver=6.1.1
-pkgrel=4
+pkgver=7.0.0
+pkgrel=1
 pkgdesc='BDD library for the pytest runner'
 arch=('any')
 license=('MIT')
@@ -11,7 +11,7 @@ depends=('python-mako' 'python-parse' 'python-parse-type' 
'python-pytest' 'pytho
 makedepends=('python-build' 'python-installer' 'python-poetry-core')
 checkdepends=('python-setuptools')
 
source=("https://github.com/pytest-dev/pytest-bdd/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('69cd345d4a819a84a811ca2a5825f87a46fa4d063b9a852308d36e4f15058a27c45b170dadf684e68322d3380654f985b8ef153e34ad42ef33e0b595f8dc9d96')
+sha512sums=('0f95334a56ff7ccc774e5b94b91d232b829fb308a21ce975c88720493abbefa9e76fcd35cc2ca9bbbf0fd2e38b6f20f5be6cf59368aab4cf70abdaf24c7fd5ed')
 
 prepare() {
   cd pytest-bdd-$pkgver



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

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


Reply via email to