David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
python-pytest-trio


Commits:
b653a687 by David Runge at 2024-05-14T20:07:29+02:00
Switch to correct SPDX license identifier

Signed-off-by: David Runge <dv...@archlinux.org>

- - - - -
6665cec7 by David Runge at 2024-05-14T20:09:01+02:00
Switch to locked tag commit for better source transparency

Signed-off-by: David Runge <dv...@archlinux.org>

- - - - -
a1f812ff by David Runge at 2024-05-14T20:11:37+02:00
upgpkg: 0.8.0-6

Rebuild to remove unnecessary dependency on python-exceptiongroup

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,11 +1,10 @@
 pkgbase = python-pytest-trio
        pkgdesc = Pytest plugin for Trio
        pkgver = 0.8.0
-       pkgrel = 5
+       pkgrel = 6
        url = https://github.com/python-trio/pytest-trio
        arch = any
-       license = APACHE
-       license = MIT
+       license = Apache-2.0 OR MIT
        checkdepends = python-pytest-cov
        checkdepends = python-trio-asyncio
        makedepends = git
@@ -14,12 +13,11 @@ pkgbase = python-pytest-trio
        makedepends = python-setuptools
        makedepends = python-wheel
        depends = python
-       depends = python-exceptiongroup
        depends = python-hypothesis
        depends = python-outcome
        depends = python-pytest
        depends = python-trio
-       source = 
git+https://github.com/python-trio/pytest-trio.git#tag=250ec45f5d72eca78ab0ea2d1571667d2c51f8b5
-       b2sums = SKIP
+       source = git+https://github.com/python-trio/pytest-trio.git#tag=v0.8.0
+       b2sums = 
e5b03ebdc1b27061b87eb4ae656df8d4fbd8e3cb289a3d585c294ffc69a5791e49c68914752aa37e32c41713b4c4243af0bef3637e03361fcc5ec76ea47e320b
 
 pkgname = python-pytest-trio


=====================================
PKGBUILD
=====================================
@@ -2,17 +2,15 @@
 
 pkgname=python-pytest-trio
 pkgver=0.8.0
-pkgrel=5
+pkgrel=6
 pkgdesc='Pytest plugin for Trio'
 arch=(any)
 url=https://github.com/python-trio/pytest-trio
 license=(
-  APACHE
-  MIT
+  'Apache-2.0 OR MIT'
 )
 depends=(
   python
-  python-exceptiongroup
   python-hypothesis
   python-outcome
   python-pytest
@@ -29,9 +27,8 @@ checkdepends=(
   python-pytest-cov
   python-trio-asyncio
 )
-_tag=250ec45f5d72eca78ab0ea2d1571667d2c51f8b5
-source=(git+https://github.com/python-trio/pytest-trio.git#tag=${_tag})
-b2sums=(SKIP)
+source=(git+$url.git#tag=v$pkgver)
+b2sums=('e5b03ebdc1b27061b87eb4ae656df8d4fbd8e3cb289a3d585c294ffc69a5791e49c68914752aa37e32c41713b4c4243af0bef3637e03361fcc5ec76ea47e320b')
 
 prepare() {
   cd pytest-trio



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-trio/-/compare/c7f216ce1f808258ddfe8f87a6022198638415f3...a1f812ffc8c31b3c719fa942024d147db8b66995

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-trio/-/compare/c7f216ce1f808258ddfe8f87a6022198638415f3...a1f812ffc8c31b3c719fa942024d147db8b66995
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to