Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-pytest-xprocess


Commits:
472a5ae5 by Jelle van der Waa at 2024-04-29T19:34:31+02:00
upgpkg: 1.0.1-1

Drop python-py dependency: 
https://github.com/pytest-dev/pytest-xprocess/commit/1847ca771201229b3607dcbdf9f29c6becc50d83

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-pytest-xprocess
        pkgdesc = Pytest plugin to manage external processes across test runs.
-       pkgver = 0.23.0
-       pkgrel = 2
+       pkgver = 1.0.1
+       pkgrel = 1
        url = https://github.com/pytest-dev/pytest-xprocess
        arch = any
        license = MIT
@@ -11,10 +11,9 @@ pkgbase = python-pytest-xprocess
        makedepends = python-wheel
        depends = python
        depends = python-psutil
-       depends = python-py
        depends = python-pytest
-       source = 
pytest-xprocess-0.23.0.tar.gz::https://github.com/pytest-dev/pytest-xprocess/archive/refs/tags/0.23.0.tar.gz
-       sha512sums = 
80b577257413ed1bc4e7799d9c6b90f05a7ff318c273a9c7be902bc996cb99e383ad93e145eb1eabdff23a0d47b7c26174e81fd1933753f53de81816798a05ed
-       b2sums = 
a0494be4d5fd7a8600f7b496dad6d3beefb81e56ff30796d36b8514bf2da74bd014c5bbe757081dfec6cbdc4360425231cf66d6a73565097fbd4c17b10011030
+       source = 
pytest-xprocess-1.0.1.tar.gz::https://github.com/pytest-dev/pytest-xprocess/archive/refs/tags/1.0.1.tar.gz
+       sha512sums = 
44c0c496fd3c52134b4a208c61cae3e8e0620091e356eddc2b5105b85a5ca9201e54a985c9fbef2a486701dcd42616a02a5e0f86cc3c25857b874f04850613b2
+       b2sums = 
b38f822ccb1f903d6e9ec4150484537ffbe20116d631a874252c731e3002d01e88e254d4e4ede8965a929b1f46b2c4fcec9a00dafb7ed242e065a70cadbc35fa
 
 pkgname = python-pytest-xprocess


=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
 
 _name=pytest-xprocess
 pkgname=python-pytest-xprocess
-pkgver=0.23.0
-pkgrel=2
+pkgver=1.0.1
+pkgrel=1
 pkgdesc='Pytest plugin to manage external processes across test runs.'
 arch=(any)
 url="https://github.com/pytest-dev/pytest-xprocess";
@@ -13,7 +13,6 @@ license=(MIT)
 depends=(
   python
   python-psutil
-  python-py
   python-pytest
 )
 makedepends=(
@@ -23,8 +22,8 @@ makedepends=(
   python-wheel
 )
 source=($_name-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz)
-sha512sums=('80b577257413ed1bc4e7799d9c6b90f05a7ff318c273a9c7be902bc996cb99e383ad93e145eb1eabdff23a0d47b7c26174e81fd1933753f53de81816798a05ed')
-b2sums=('a0494be4d5fd7a8600f7b496dad6d3beefb81e56ff30796d36b8514bf2da74bd014c5bbe757081dfec6cbdc4360425231cf66d6a73565097fbd4c17b10011030')
+sha512sums=('44c0c496fd3c52134b4a208c61cae3e8e0620091e356eddc2b5105b85a5ca9201e54a985c9fbef2a486701dcd42616a02a5e0f86cc3c25857b874f04850613b2')
+b2sums=('b38f822ccb1f903d6e9ec4150484537ffbe20116d631a874252c731e3002d01e88e254d4e4ede8965a929b1f46b2c4fcec9a00dafb7ed242e065a70cadbc35fa')
 
 build() {
   cd $_name-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-xprocess/-/commit/472a5ae5342d1428bf6398b55a30342a068f2991

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


Reply via email to