[arch-commits] Commit in python-mocket/trunk (PKGBUILD)

2022-09-10 Thread Felix Yan via arch-commits
Date: Saturday, September 10, 2022 @ 13:17:19
  Author: felixonmars
Revision: 1298932

upgpkg: python-mocket 3.10.8-1

Modified:
  python-mocket/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-10 13:16:33 UTC (rev 1298931)
+++ PKGBUILD2022-09-10 13:17:19 UTC (rev 1298932)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-mocket
-pkgver=3.10.7
+pkgver=3.10.8
 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;
@@ -9,11 +9,11 @@
 arch=('any')
 depends=('python-decorator' 'python-http-parser' 'python-magic' 
'python-urllib3')
 makedepends=('python-pipenv-to-requirements' 'python-setuptools')
-checkdepends=('pifpaf' 'python-pytest' 'python-pytest-asyncio' 
'python-aiohttp' 'python-gevent'
-  'python-httpx' 'python-mock' 'python-pook' 'python-redis' 
'python-requests'
-  'python-sure' 'python-xxhash' 'redis')
+checkdepends=('pifpaf' 'python-pytest' 'python-pytest-asyncio' 
'python-aiohttp' 'python-fastapi'
+  'python-gevent' 'python-httpx' 'python-mock' 'python-pook' 
'python-redis'
+  'python-requests' 'python-sure' 'python-xxhash' 'redis')
 
source=("https://github.com/mindflayer/python-mocket/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('d1260ef75aa4d47d650001ebd3c08a65516c31cd3ee3de6e3db4ee3cc2af9e95a32b616733f0c67b0faf696f44f91457931ea032fcd1b63bc99bfb1d2a62f016')
+sha512sums=('d89e09e7656e46ea21ab0963e3ff64b5058c90f4c360af32a25e728035a1ddb1ebf450e7585ee60aa8ba587e1b2266718fb9e0bc6851ad03bcbea7a45336dbf1')
 
 prepare() {
   cd python-mocket-$pkgver



[arch-commits] Commit in python-mocket/trunk (PKGBUILD)

2022-09-08 Thread Felix Yan via arch-commits
Date: Thursday, September 8, 2022 @ 07:30:07
  Author: felixonmars
Revision: 1296169

upgpkg: python-mocket 3.10.7-1

Modified:
  python-mocket/trunk/PKGBUILD

--+
 PKGBUILD |   12 +++-
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 07:27:14 UTC (rev 1296168)
+++ PKGBUILD2022-09-08 07:30:07 UTC (rev 1296169)
@@ -1,21 +1,23 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-mocket
-pkgver=3.10.6
-pkgrel=2
+pkgver=3.10.7
+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')
 arch=('any')
 depends=('python-decorator' 'python-http-parser' 'python-magic' 
'python-urllib3')
-makedepends=('python-pipenv-to-requirements' 'python-pytest-cov' 
'python-setuptools')
-checkdepends=('pifpaf' 'python-aiohttp' 'python-gevent' 'python-mock' 
'python-pook' 'python-redis'
+makedepends=('python-pipenv-to-requirements' 'python-setuptools')
+checkdepends=('pifpaf' 'python-pytest' 'python-pytest-asyncio' 
'python-aiohttp' 'python-gevent'
+  'python-httpx' 'python-mock' 'python-pook' 'python-redis' 
'python-requests'
   'python-sure' 'python-xxhash' 'redis')
 
source=("https://github.com/mindflayer/python-mocket/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('d2f5acb1e57bd708b7c1be72a873f8bfb57ed0ab38e24b9fcb2651bb20fd96de16f9279acbf210cb9fd72dae5f382d249d1fbdb46f70c02920137336b9d6ff5f')
+sha512sums=('d1260ef75aa4d47d650001ebd3c08a65516c31cd3ee3de6e3db4ee3cc2af9e95a32b616733f0c67b0faf696f44f91457931ea032fcd1b63bc99bfb1d2a62f016')
 
 prepare() {
   cd python-mocket-$pkgver
+  sed -i 's/--cov=mocket --cov-report=term-missing//' pytest.ini
   pipenv_to_requirements
 }
 



[arch-commits] Commit in python-mocket/trunk (PKGBUILD)

2022-07-12 Thread David Runge via arch-commits
Date: Tuesday, July 12, 2022 @ 17:00:07
  Author: dvzrv
Revision: 1250725

upgpkg: python-mocket 3.10.6-2: Replace file/python-magic (aka. file-magic) 
with ahupp/python-magic

Modified:
  python-mocket/trunk/PKGBUILD

--+
 PKGBUILD |4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-12 16:59:16 UTC (rev 1250724)
+++ PKGBUILD2022-07-12 17:00:07 UTC (rev 1250725)
@@ -2,7 +2,7 @@
 
 pkgname=python-mocket
 pkgver=3.10.6
-pkgrel=1
+pkgrel=2
 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')
@@ -17,8 +17,6 @@
 prepare() {
   cd python-mocket-$pkgver
   pipenv_to_requirements
-
-  sed -i 's/^python-magic.*/file_magic/' requirements.txt
 }
 
 build() {



[arch-commits] Commit in python-mocket/trunk (PKGBUILD)

2022-06-06 Thread Felix Yan via arch-commits
Date: Monday, June 6, 2022 @ 10:03:04
  Author: felixonmars
Revision: 1225580

upgpkg: python-mocket 3.10.6-1

Modified:
  python-mocket/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-06-06 10:02:56 UTC (rev 1225579)
+++ PKGBUILD2022-06-06 10:03:04 UTC (rev 1225580)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-mocket
-pkgver=3.10.5
+pkgver=3.10.6
 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;
@@ -12,7 +12,7 @@
 checkdepends=('pifpaf' 'python-aiohttp' 'python-gevent' 'python-mock' 
'python-pook' 'python-redis'
   'python-sure' 'python-xxhash' 'redis')
 
source=("https://github.com/mindflayer/python-mocket/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('5219fd54abc0df3faeb1902231eaf736c7243770d810d1e061cc3f8a47e022926b94e05113c0f58b1bb43788a34f5a1720332ea99b2c3213be06fad0c7db83bf')
+sha512sums=('d2f5acb1e57bd708b7c1be72a873f8bfb57ed0ab38e24b9fcb2651bb20fd96de16f9279acbf210cb9fd72dae5f382d249d1fbdb46f70c02920137336b9d6ff5f')
 
 prepare() {
   cd python-mocket-$pkgver



[arch-commits] Commit in python-mocket/trunk (PKGBUILD)

2022-04-27 Thread Felix Yan via arch-commits
Date: Wednesday, April 27, 2022 @ 19:51:06
  Author: felixonmars
Revision: 1191293

upgpkg: python-mocket 3.10.5-1

Modified:
  python-mocket/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-04-27 19:13:00 UTC (rev 1191292)
+++ PKGBUILD2022-04-27 19:51:06 UTC (rev 1191293)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-mocket
-pkgver=3.10.4
+pkgver=3.10.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;
@@ -12,7 +12,7 @@
 checkdepends=('pifpaf' 'python-aiohttp' 'python-gevent' 'python-mock' 
'python-pook' 'python-redis'
   'python-sure' 'python-xxhash' 'redis')
 
source=("https://github.com/mindflayer/python-mocket/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('11a9d5d83d8244a5699a03df18861bd433d5af47be57a2593e5a35210f6f54bad7cb2c8882ebfa727ffa47c61cabd6071bab839eec635116b1d0af781f9efb08')
+sha512sums=('5219fd54abc0df3faeb1902231eaf736c7243770d810d1e061cc3f8a47e022926b94e05113c0f58b1bb43788a34f5a1720332ea99b2c3213be06fad0c7db83bf')
 
 prepare() {
   cd python-mocket-$pkgver



[arch-commits] Commit in python-mocket/trunk (PKGBUILD)

2022-01-16 Thread Felix Yan via arch-commits
Date: Monday, January 17, 2022 @ 04:29:56
  Author: felixonmars
Revision: 1107248

upgpkg: python-mocket 3.10.4-1

Modified:
  python-mocket/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-01-17 04:29:53 UTC (rev 1107247)
+++ PKGBUILD2022-01-17 04:29:56 UTC (rev 1107248)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-mocket
-pkgver=3.10.3
+pkgver=3.10.4
 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;
@@ -12,7 +12,7 @@
 checkdepends=('pifpaf' 'python-aiohttp' 'python-gevent' 'python-mock' 
'python-pook' 'python-redis'
   'python-sure' 'python-xxhash' 'redis')
 
source=("https://github.com/mindflayer/python-mocket/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('3877ced119d6af6711985ee38fe75e2f085d14c879d53ff341842e0b1dd59491593435eb2b9e1427823e3a0cbab911505a804aa621917c8b2b52291ff4051168')
+sha512sums=('11a9d5d83d8244a5699a03df18861bd433d5af47be57a2593e5a35210f6f54bad7cb2c8882ebfa727ffa47c61cabd6071bab839eec635116b1d0af781f9efb08')
 
 prepare() {
   cd python-mocket-$pkgver



[arch-commits] Commit in python-mocket/trunk (PKGBUILD)

2022-01-09 Thread Felix Yan via arch-commits
Date: Sunday, January 9, 2022 @ 18:46:29
  Author: felixonmars
Revision: 1098408

upgpkg: python-mocket 3.10.3-1

Modified:
  python-mocket/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-01-09 18:46:03 UTC (rev 1098407)
+++ PKGBUILD2022-01-09 18:46:29 UTC (rev 1098408)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-mocket
-pkgver=3.10.2
+pkgver=3.10.3
 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;
@@ -12,7 +12,7 @@
 checkdepends=('pifpaf' 'python-aiohttp' 'python-gevent' 'python-mock' 
'python-pook' 'python-redis'
   'python-sure' 'python-xxhash' 'redis')
 
source=("https://github.com/mindflayer/python-mocket/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('67fa9ecbdb1aed8698c487193056a2e3485e9bef7413d848024ba61df51df906d9ec8cab730be3c4aa84cd0b73fdd8a23e42d282891cd11862e792592b4d9ec6')
+sha512sums=('3877ced119d6af6711985ee38fe75e2f085d14c879d53ff341842e0b1dd59491593435eb2b9e1427823e3a0cbab911505a804aa621917c8b2b52291ff4051168')
 
 prepare() {
   cd python-mocket-$pkgver



[arch-commits] Commit in python-mocket/trunk (PKGBUILD)

2021-12-30 Thread Felix Yan via arch-commits
Date: Thursday, December 30, 2021 @ 22:46:57
  Author: felixonmars
Revision: 1088996

upgpkg: python-mocket 3.10.2-1

Modified:
  python-mocket/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-12-30 22:30:50 UTC (rev 1088995)
+++ PKGBUILD2021-12-30 22:46:57 UTC (rev 1088996)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-mocket
-pkgver=3.10.1
+pkgver=3.10.2
 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;
@@ -12,7 +12,7 @@
 checkdepends=('pifpaf' 'python-aiohttp' 'python-gevent' 'python-mock' 
'python-pook' 'python-redis'
   'python-sure' 'python-xxhash' 'redis')
 
source=("https://github.com/mindflayer/python-mocket/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('36e5bbb560691e10f3b66e2a015bcc25cd662cb82b822b9984f476138b38c60d2e5993ffa77713eb4834af28240d977dd0bf654bf80ad11ad4518b4652ff873f')
+sha512sums=('67fa9ecbdb1aed8698c487193056a2e3485e9bef7413d848024ba61df51df906d9ec8cab730be3c4aa84cd0b73fdd8a23e42d282891cd11862e792592b4d9ec6')
 
 prepare() {
   cd python-mocket-$pkgver



[arch-commits] Commit in python-mocket/trunk (PKGBUILD)

2021-12-20 Thread Felix Yan via arch-commits
Date: Monday, December 20, 2021 @ 11:15:54
  Author: felixonmars
Revision: 1080037

upgpkg: python-mocket 3.10.1-1

Modified:
  python-mocket/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-12-20 11:15:39 UTC (rev 1080036)
+++ PKGBUILD2021-12-20 11:15:54 UTC (rev 1080037)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-mocket
-pkgver=3.10.0
-pkgrel=3
+pkgver=3.10.1
+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')
@@ -12,7 +12,7 @@
 checkdepends=('pifpaf' 'python-aiohttp' 'python-gevent' 'python-mock' 
'python-pook' 'python-redis'
   'python-sure' 'python-xxhash' 'redis')
 
source=("https://github.com/mindflayer/python-mocket/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('c6a07ea520ca895b4be0c86be030aa894a7ff29dd648433c41636ff63fdc90bf9b98ffde438a292da45e1e04600131314a8abbed41abcc1d86a01a34c57bf2f4')
+sha512sums=('36e5bbb560691e10f3b66e2a015bcc25cd662cb82b822b9984f476138b38c60d2e5993ffa77713eb4834af28240d977dd0bf654bf80ad11ad4518b4652ff873f')
 
 prepare() {
   cd python-mocket-$pkgver



[arch-commits] Commit in python-mocket/trunk (PKGBUILD)

2021-12-01 Thread Evangelos Foutras via arch-commits
Date: Wednesday, December 1, 2021 @ 14:56:41
  Author: foutrelis
Revision: 1059572

upgpkg: python-mocket 3.10.0-2: Python 3.10 rebuild

Modified:
  python-mocket/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-12-01 14:56:38 UTC (rev 1059571)
+++ PKGBUILD2021-12-01 14:56:41 UTC (rev 1059572)
@@ -2,7 +2,7 @@
 
 pkgname=python-mocket
 pkgver=3.10.0
-pkgrel=1
+pkgrel=2
 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')



[arch-commits] Commit in python-mocket/trunk (PKGBUILD)

2021-10-30 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, October 30, 2021 @ 15:13:21
  Author: yan12125
Revision: 1034984

upgpkg: python-mocket 3.10.0-1

Part of efforts on updating python-sure to 2.0. Tests were broken with
newer urllib [1], so I update this package first to make sure tests
still work with python-sure 2.0.

[1] https://github.com/mindflayer/python-mocket/issues/151

Modified:
  python-mocket/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-10-30 15:12:25 UTC (rev 1034983)
+++ PKGBUILD2021-10-30 15:13:21 UTC (rev 1034984)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-mocket
-pkgver=3.9.40
-pkgrel=2
+pkgver=3.10.0
+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')
@@ -12,7 +12,7 @@
 checkdepends=('pifpaf' 'python-aiohttp' 'python-gevent' 'python-mock' 
'python-pook' 'python-redis'
   'python-sure' 'python-xxhash' 'redis')
 
source=("https://github.com/mindflayer/python-mocket/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('d3f1b9c60d10cc8f803da3e465cd84bc954b885cf8cb400f85eabe8da0f144542f9992849ea86c44bc29d13e6ed3da7f61e472eac2ce81b1d9d2753539653d40')
+sha512sums=('c6a07ea520ca895b4be0c86be030aa894a7ff29dd648433c41636ff63fdc90bf9b98ffde438a292da45e1e04600131314a8abbed41abcc1d86a01a34c57bf2f4')
 
 prepare() {
   cd python-mocket-$pkgver



[arch-commits] Commit in python-mocket/trunk (PKGBUILD)

2021-05-13 Thread Felix Yan via arch-commits
Date: Thursday, May 13, 2021 @ 08:21:24
  Author: felixonmars
Revision: 932939

upgpkg: python-mocket 3.9.40-2: fix metadata version for file_magic

Modified:
  python-mocket/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-05-13 08:18:57 UTC (rev 932938)
+++ PKGBUILD2021-05-13 08:21:24 UTC (rev 932939)
@@ -2,7 +2,7 @@
 
 pkgname=python-mocket
 pkgver=3.9.40
-pkgrel=1
+pkgrel=2
 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')
@@ -18,7 +18,7 @@
   cd python-mocket-$pkgver
   pipenv_to_requirements
 
-  sed -i 's/python-magic/file_magic/' requirements.txt
+  sed -i 's/^python-magic.*/file_magic/' requirements.txt
 }
 
 build() {


[arch-commits] Commit in python-mocket/trunk (PKGBUILD)

2021-01-21 Thread Felix Yan via arch-commits
Date: Thursday, January 21, 2021 @ 23:45:59
  Author: felixonmars
Revision: 824320

upgpkg: python-mocket 3.9.40-1

Modified:
  python-mocket/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-01-21 23:45:38 UTC (rev 824319)
+++ PKGBUILD2021-01-21 23:45:59 UTC (rev 824320)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-mocket
-pkgver=3.9.39
+pkgver=3.9.40
 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;
@@ -12,7 +12,7 @@
 checkdepends=('pifpaf' 'python-aiohttp' 'python-gevent' 'python-mock' 
'python-pook' 'python-redis'
   'python-sure' 'python-xxhash' 'redis')
 
source=("https://github.com/mindflayer/python-mocket/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('bff634ae87f56e68a57b59cd0ec3b1a061a6758d72c742c80ebca23c16f543b55a692c3c4eafcfd9bbb247307cccabd862fe319693b3f5d77de1574f4bfb1bf0')
+sha512sums=('d3f1b9c60d10cc8f803da3e465cd84bc954b885cf8cb400f85eabe8da0f144542f9992849ea86c44bc29d13e6ed3da7f61e472eac2ce81b1d9d2753539653d40')
 
 prepare() {
   cd python-mocket-$pkgver


[arch-commits] Commit in python-mocket/trunk (PKGBUILD)

2021-01-16 Thread Felix Yan via arch-commits
Date: Saturday, January 16, 2021 @ 08:56:18
  Author: felixonmars
Revision: 821080

upgpkg: python-mocket 3.9.39-1

Modified:
  python-mocket/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-01-16 08:56:01 UTC (rev 821079)
+++ PKGBUILD2021-01-16 08:56:18 UTC (rev 821080)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-mocket
-pkgver=3.9.38
+pkgver=3.9.39
 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;
@@ -12,7 +12,7 @@
 checkdepends=('pifpaf' 'python-aiohttp' 'python-gevent' 'python-mock' 
'python-pook' 'python-redis'
   'python-sure' 'python-xxhash' 'redis')
 
source=("https://github.com/mindflayer/python-mocket/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('11406950540e9f80efdb31948390849159333fd9b37cfff32b0310740309736c7d2cfef14e4e38b46a3f5fc20f669ad557c5930f9866b27527752dfd4f5606a1')
+sha512sums=('bff634ae87f56e68a57b59cd0ec3b1a061a6758d72c742c80ebca23c16f543b55a692c3c4eafcfd9bbb247307cccabd862fe319693b3f5d77de1574f4bfb1bf0')
 
 prepare() {
   cd python-mocket-$pkgver


[arch-commits] Commit in python-mocket/trunk (PKGBUILD)

2021-01-13 Thread Felix Yan via arch-commits
Date: Wednesday, January 13, 2021 @ 11:34:33
  Author: felixonmars
Revision: 820376

upgpkg: python-mocket 3.9.38-1

Modified:
  python-mocket/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-01-13 11:31:50 UTC (rev 820375)
+++ PKGBUILD2021-01-13 11:34:33 UTC (rev 820376)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-mocket
-pkgver=3.9.37
+pkgver=3.9.38
 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;
@@ -12,7 +12,7 @@
 checkdepends=('pifpaf' 'python-aiohttp' 'python-gevent' 'python-mock' 
'python-pook' 'python-redis'
   'python-sure' 'python-xxhash' 'redis')
 
source=("https://github.com/mindflayer/python-mocket/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('3d20afe39c7662826e04a03b1b03a76c081d93d1bb394439896180ea4bacfd7412de7229cecfdf8820414a6a0ecc3ce91cdf0d552d163d58b9359f17cf9c7a14')
+sha512sums=('11406950540e9f80efdb31948390849159333fd9b37cfff32b0310740309736c7d2cfef14e4e38b46a3f5fc20f669ad557c5930f9866b27527752dfd4f5606a1')
 
 prepare() {
   cd python-mocket-$pkgver


[arch-commits] Commit in python-mocket/trunk (PKGBUILD)

2021-01-12 Thread Felix Yan via arch-commits
Date: Tuesday, January 12, 2021 @ 13:09:11
  Author: felixonmars
Revision: 819870

upgpkg: python-mocket 3.9.37-1

Modified:
  python-mocket/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-01-12 13:08:57 UTC (rev 819869)
+++ PKGBUILD2021-01-12 13:09:11 UTC (rev 819870)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-mocket
-pkgver=3.9.36
+pkgver=3.9.37
 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;
@@ -12,7 +12,7 @@
 checkdepends=('pifpaf' 'python-aiohttp' 'python-gevent' 'python-mock' 
'python-pook' 'python-redis'
   'python-sure' 'python-xxhash' 'redis')
 
source=("https://github.com/mindflayer/python-mocket/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('80c4fc41c29aa15fd3c380919b04afe78450306b0af808883e120ee06b2cd330d79c3d46c9de1eec6eb4c7e8554de5deaaf750680c9ef1a8b26083156eaa4b28')
+sha512sums=('3d20afe39c7662826e04a03b1b03a76c081d93d1bb394439896180ea4bacfd7412de7229cecfdf8820414a6a0ecc3ce91cdf0d552d163d58b9359f17cf9c7a14')
 
 prepare() {
   cd python-mocket-$pkgver


[arch-commits] Commit in python-mocket/trunk (PKGBUILD)

2021-01-11 Thread Felix Yan via arch-commits
Date: Monday, January 11, 2021 @ 17:19:09
  Author: felixonmars
Revision: 817944

upgpkg: python-mocket 3.9.36-1

Modified:
  python-mocket/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-01-11 17:19:00 UTC (rev 817943)
+++ PKGBUILD2021-01-11 17:19:09 UTC (rev 817944)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-mocket
-pkgver=3.9.35
+pkgver=3.9.36
 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;
@@ -12,7 +12,7 @@
 checkdepends=('pifpaf' 'python-aiohttp' 'python-gevent' 'python-mock' 
'python-pook' 'python-redis'
   'python-sure' 'python-xxhash' 'redis')
 
source=("https://github.com/mindflayer/python-mocket/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('b38b808fdc2cbbe740cd0da5bf66e522fc4de6374ddee92f702326df25162139353e30e512b2a25fd26a3134bb342a037b442199c1534257554c9a0ded44ee73')
+sha512sums=('80c4fc41c29aa15fd3c380919b04afe78450306b0af808883e120ee06b2cd330d79c3d46c9de1eec6eb4c7e8554de5deaaf750680c9ef1a8b26083156eaa4b28')
 
 prepare() {
   cd python-mocket-$pkgver


[arch-commits] Commit in python-mocket/trunk (PKGBUILD)

2021-01-02 Thread Felix Yan via arch-commits
Date: Saturday, January 2, 2021 @ 18:27:44
  Author: felixonmars
Revision: 804047

upgpkg: python-mocket 3.9.35-1

Modified:
  python-mocket/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-01-02 18:27:01 UTC (rev 804046)
+++ PKGBUILD2021-01-02 18:27:44 UTC (rev 804047)
@@ -1,18 +1,18 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-mocket
-pkgver=3.9.4
+pkgver=3.9.35
 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')
 arch=('any')
-depends=('python-decorator' 'python-http-parser' 'python-magic' 
'python-urllib3' 'python-six')
+depends=('python-decorator' 'python-http-parser' 'python-magic' 
'python-urllib3')
 makedepends=('python-pipenv-to-requirements' 'python-pytest-cov' 
'python-setuptools')
 checkdepends=('pifpaf' 'python-aiohttp' 'python-gevent' 'python-mock' 
'python-pook' 'python-redis'
   'python-sure' 'python-xxhash' 'redis')
 
source=("https://github.com/mindflayer/python-mocket/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('087e00d50e6f8093ec47c192045ae1895f37b25f79597ecc229cd64b02caabbec2b88595822350282035e008e9fd8543e488bb938ea0d1feb41b8b7bc2b9d15c')
+sha512sums=('b38b808fdc2cbbe740cd0da5bf66e522fc4de6374ddee92f702326df25162139353e30e512b2a25fd26a3134bb342a037b442199c1534257554c9a0ded44ee73')
 
 prepare() {
   cd python-mocket-$pkgver