Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / python-requests-mock
Commits: 85a84b78 by Christian Heusel at 2024-04-08T03:01:43+02:00 upgpkg: 1.11.0-2: Rebuild for python 3.12 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,20 @@ +pkgbase = python-requests-mock + pkgdesc = A mock of useful classes and functions to be used with python-requests. + pkgver = 1.11.0 + pkgrel = 2 + url = https://github.com/jamielennox/requests-mock + arch = any + license = Apache + checkdepends = python-purl + checkdepends = python-pytest + checkdepends = python-requests-futures + checkdepends = python-testtools + checkdepends = python-fixtures + makedepends = git + makedepends = python-pbr + depends = python-requests + depends = python-six + source = git+https://github.com/jamielennox/requests-mock.git#commit=15df8e2b85ae71afea1013b5bf9fd010623acd39 + sha512sums = SKIP + +pkgname = python-requests-mock ===================================== PKGBUILD ===================================== @@ -3,14 +3,14 @@ pkgname=python-requests-mock pkgver=1.11.0 _commit=15df8e2b85ae71afea1013b5bf9fd010623acd39 -pkgrel=1 +pkgrel=2 pkgdesc="A mock of useful classes and functions to be used with python-requests." arch=('any') url="https://github.com/jamielennox/requests-mock" license=('Apache') depends=('python-requests' 'python-six') makedepends=('git' 'python-pbr') -checkdepends=('python-purl' 'python-pytest' 'python-requests-futures' 'python-testtools') +checkdepends=('python-purl' 'python-pytest' 'python-requests-futures' 'python-testtools' 'python-fixtures') source=("git+https://github.com/jamielennox/requests-mock.git#commit=$_commit") sha512sums=('SKIP') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-requests-mock/-/commit/85a84b783b46abf277eb9e165093b8b3245efce2 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-requests-mock/-/commit/85a84b783b46abf277eb9e165093b8b3245efce2 You're receiving this email because of your account on gitlab.archlinux.org.