forked from pool/python-mocket
Compare commits
20 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 3f866a9b89 | |||
| 3ea334d293 | |||
| 1382fe30d9 | |||
| d2d51d532e | |||
| 42564475c9 | |||
| 38315340c1 | |||
| f56958a2bb | |||
| dca0058fbd | |||
| 2da7342b6a | |||
| e087dd0ab9 | |||
| 0c46b25c22 | |||
| 638c66fbb3 | |||
| f2224cc74f | |||
| 1bd8d66c00 | |||
| 9d6f755af3 | |||
| 9de1218980 | |||
| da0875b576 | |||
| 384471d22f | |||
| b2175511a2 | |||
| 6d91db8c2e |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:91d1b631df746249d1036eb9bbe2631ee88ac3fea1d4d71dc1838b5f2f14175a
|
||||
size 78832
|
||||
BIN
mocket-3.13.7.tar.gz
LFS
Normal file
BIN
mocket-3.13.7.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,25 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 24 13:04:33 UTC 2025 - Sebastian Wagner <sebix@sebix.at>
|
||||
|
||||
- update to version 3.13.11:
|
||||
- Better abstraction for when inheriting from `mockhttp.Entry`
|
||||
- Define an alternative `can_handle` logic by passing a callable
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 15 21:26:22 UTC 2025 - Sebastian Wagner <sebix@sebix.at>
|
||||
|
||||
- Update to version 3.13.10:
|
||||
* Adding socket methods used by trio
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 24 19:36:55 UTC 2025 - Sebastian Wagner <sebix@sebix.at>
|
||||
|
||||
- Update to version 3.13.9:
|
||||
* Better Strict Mode by @mindflayer in #298
|
||||
- Update to version 3.13.8:
|
||||
* Fixture event_loop got removed from pytest-asyncio by @mindflayer in #294
|
||||
* Match querystring for multiple responses in httpretty plugin by @wilhelmklopp in #295
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 2 08:44:03 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-mocket
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -36,7 +36,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-mocket%{psuffix}
|
||||
Version: 3.13.11
|
||||
Version: 3.13.7
|
||||
Release: 0
|
||||
Summary: Python socket mock framework
|
||||
License: BSD-3-Clause
|
||||
|
||||
Reference in New Issue
Block a user