Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages /
python-pytest-env
Commits:
8a720696 by Chih-Hsuan Yen at 2024-02-14T14:50:05+08:00
upgpkg: 1.1.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-pytest-env
pkgdesc = pytest plugin to set environment variables in pytest.ini or
pyproject.toml file
- pkgver = 1.1.1
- pkgrel = 2
+ pkgver = 1.1.3
+ pkgrel = 1
url = https://github.com/pytest-dev/pytest-env
arch = any
license = MIT
@@ -11,7 +11,7 @@ pkgbase = python-pytest-env
makedepends = python-hatch-vcs
depends = python
depends = python-pytest
- source =
python-pytest-env-1.1.1.tar.gz::https://github.com/pytest-dev/pytest-env/archive/1.1.1/python-pytest-env-1.1.1.tar.gz
- sha256sums =
2710adbd8409e1609d1bb610a3e28fb6a8992004c2c54dacbc228f1dcb1cc6f5
+ source =
python-pytest-env-1.1.3.tar.gz::https://github.com/pytest-dev/pytest-env/archive/1.1.3/python-pytest-env-1.1.3.tar.gz
+ sha256sums =
f6d72226c0e4b19da5d2aaf4eb0d4f03b8677b0db171bf018acbc8dbad1c7d78
pkgname = python-pytest-env
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
pkgname=python-pytest-env
# https://github.com/pytest-dev/pytest-env/releases
-pkgver=1.1.1
-pkgrel=2
+pkgver=1.1.3
+pkgrel=1
pkgdesc='pytest plugin to set environment variables in pytest.ini or
pyproject.toml file'
arch=(any)
url='https://github.com/pytest-dev/pytest-env'
@@ -12,7 +12,7 @@ license=(MIT)
depends=(python python-pytest)
makedepends=(python-build python-installer python-hatchling python-hatch-vcs)
source=($pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-env/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('2710adbd8409e1609d1bb610a3e28fb6a8992004c2c54dacbc228f1dcb1cc6f5')
+sha256sums=('f6d72226c0e4b19da5d2aaf4eb0d4f03b8677b0db171bf018acbc8dbad1c7d78')
export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-env/-/commit/8a720696eae119c03d251a5c4c0e9a3cb2007655
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-env/-/commit/8a720696eae119c03d251a5c4c0e9a3cb2007655
You're receiving this email because of your account on gitlab.archlinux.org.