Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
python-pytest-httpserver


Commits:
dc75ffdc by Daniel Bermond at 2024-02-13T11:41:00-03:00
upgpkg: 1.0.9-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,22 @@
+pkgbase = python-pytest-httpserver
+       pkgdesc = Http server for pytest to test http clients
+       pkgver = 1.0.9
+       pkgrel = 1
+       url = https://github.com/csernazs/pytest-httpserver
+       arch = any
+       license = MIT
+       checkdepends = python-ipdb
+       checkdepends = python-pytest
+       checkdepends = python-requests
+       makedepends = python-build
+       makedepends = python-installer
+       makedepends = python-poetry-core
+       makedepends = python-wheel
+       depends = python
+       depends = python-pytest
+       depends = python-werkzeug
+       source = 
https://files.pythonhosted.org/packages/source/p/pytest_httpserver/pytest_httpserver-1.0.9.tar.gz
+       sha256sums = 
9429f26c7ad7b1677dc2fa3bc9e928601f0e9b4ba0388edf961162be1242a662
+       b2sums = 
1eeecb67624d7ced713f0901c912a559e9e30c1875933cc799c3e6eca1e39941f8c556e053cc8d4a155e9c29f68d659560b0d6f51e57b97ed850b6d4ae9357ad
+
+pkgname = python-pytest-httpserver


=====================================
PKGBUILD
=====================================
@@ -1,8 +1,9 @@
 # Maintainer: David Runge <dv...@archlinux.org>
+# Maintainer: Daniel Bermond <dberm...@archlinux.org>
 
 _name=pytest_httpserver
 pkgname=python-pytest-httpserver
-pkgver=1.0.8
+pkgver=1.0.9
 pkgrel=1
 pkgdesc="Http server for pytest to test http clients"
 arch=(any)
@@ -25,8 +26,8 @@ checkdepends=(
   python-requests
 )
 
source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha256sums=('e052f69bc8a9073db02484681e8e47004dd1fb3763b0ae833bd899e5895c559a')
-b2sums=('9da65074aeca7de6a91c7afab7ac83ec8724c0595efe4abe7f3e2951ac37137c48a770ea1b5baeeb7484d647c1a03c20c86ad4de7627fb63beef174a2f7c3925')
+sha256sums=('9429f26c7ad7b1677dc2fa3bc9e928601f0e9b4ba0388edf961162be1242a662')
+b2sums=('1eeecb67624d7ced713f0901c912a559e9e30c1875933cc799c3e6eca1e39941f8c556e053cc8d4a155e9c29f68d659560b0d6f51e57b97ed850b6d4ae9357ad')
 
 build() {
   cd $_name-$pkgver



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

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


Reply via email to