Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-mocket
Commits:
9963dc2f by Felix Yan at 2024-04-24T05:10:41+00:00
upgpkg: 3.12.5-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-mocket
pkgdesc = Socket Mock Framework - for all kinds of socket animals,
web-clients included - with gevent/asyncio/SSL support
- pkgver = 3.12.4
- pkgrel = 2
+ pkgver = 3.12.5
+ pkgrel = 1
url = https://github.com/mindflayer/python-mocket
arch = any
license = BSD
@@ -27,7 +27,7 @@ pkgbase = python-mocket
depends = python-httptools
depends = python-magic
depends = python-urllib3
- source =
https://github.com/mindflayer/python-mocket/archive/3.12.4/python-mocket-3.12.4.tar.gz
- sha512sums =
8041c76f7bed07b1ae9438ccd88d4832ef9e96e00902265883965d5392be3ecd7820ff59a9564c400194da774ad92e847ca3910c63669e43bd6181b4b99ab52c
+ source =
https://github.com/mindflayer/python-mocket/archive/3.12.5/python-mocket-3.12.5.tar.gz
+ sha512sums =
c482bd266ffb5ef37c400f238de03ede46c6095a61623b29f569bf1982f42999838d8a367489e3da5197b8b0693b22a35b15cf9c9b4cf3e0e8ad8bfb79c90e9c
pkgname = python-mocket
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-mocket
-pkgver=3.12.4
-pkgrel=2
+pkgver=3.12.5
+pkgrel=1
pkgdesc="Socket Mock Framework - for all kinds of socket animals, web-clients
included - with gevent/asyncio/SSL support"
url="https://github.com/mindflayer/python-mocket"
license=('BSD')
@@ -13,7 +13,7 @@ checkdepends=('pifpaf' 'python-pytest'
'python-pytest-asyncio' 'python-aiohttp'
'python-gevent' 'python-httpx' 'python-pook' 'python-redis'
'python-asgiref'
'python-requests' 'python-sure' 'python-xxhash' 'redis')
source=("https://github.com/mindflayer/python-mocket/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('8041c76f7bed07b1ae9438ccd88d4832ef9e96e00902265883965d5392be3ecd7820ff59a9564c400194da774ad92e847ca3910c63669e43bd6181b4b99ab52c')
+sha512sums=('c482bd266ffb5ef37c400f238de03ede46c6095a61623b29f569bf1982f42999838d8a367489e3da5197b8b0693b22a35b15cf9c9b4cf3e0e8ad8bfb79c90e9c')
prepare() {
cd python-mocket-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-mocket/-/commit/9963dc2f07bd9eacbe53a131123dc7f68e8c7690
--
This project does not include diff previews in email notifications.
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-mocket/-/commit/9963dc2f07bd9eacbe53a131123dc7f68e8c7690
You're receiving this email because of your account on gitlab.archlinux.org.