Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / python-pytest-enabler
Commits: 49fcf6f6 by Felix Yan at 2023-12-23T19:44:42+02:00 upgpkg: 3.0.0-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,26 @@ +pkgbase = python-pytest-enabler + pkgdesc = Enable installed pytest plugins + pkgver = 3.0.0 + pkgrel = 1 + url = https://github.com/jaraco/pytest-enabler + arch = any + license = MIT + checkdepends = python-pytest-mypy + checkdepends = python-pytest-ruff + checkdepends = python-pytest-cov + makedepends = git + makedepends = python-build + makedepends = python-installer + makedepends = python-setuptools-scm + makedepends = python-wheel + depends = python-jaraco.context + depends = python-jaraco.functools + depends = python-pytest + depends = python-toml + depends = python-importlib-resources + source = git+https://github.com/jaraco/pytest-enabler.git#commit=ac1bd58b07ab75c92d6dc96f0e7fb357106f9f85 + source = https://files.pythonhosted.org/packages/source/t/types-toml/types-toml-0.10.1.tar.gz + sha512sums = SKIP + sha512sums = 001757f956dd3af0688a6544b90ba415b26ab3128e0fbb238f4dfaf0bab6b5795d5598bcc9422d854ea235acbc9e78b245c17f9ebc9ad9251ae3c0722b382812 + +pkgname = python-pytest-enabler ===================================== PKGBUILD ===================================== @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-pytest-enabler -pkgver=2.3.1 -_commit=a1e167bc165fb320097d0e7d13d24e3539cb956a +pkgver=3.0.0 +_commit=ac1bd58b07ab75c92d6dc96f0e7fb357106f9f85 pkgrel=1 pkgdesc='Enable installed pytest plugins' arch=('any') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-enabler/-/commit/49fcf6f605bec597de3ee428da259ec45c1361cf -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-enabler/-/commit/49fcf6f605bec597de3ee428da259ec45c1361cf You're receiving this email because of your account on gitlab.archlinux.org.
