Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
ee8dd9e6ea | |||
|
0c0e29605a | ||
9d42da60b5 | |||
|
63bc9b22e4 | ||
58ee6d5a5d | |||
|
e840e33cea |
3
mocket-3.13.11.tar.gz
Normal file
3
mocket-3.13.11.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:91d1b631df746249d1036eb9bbe2631ee88ac3fea1d4d71dc1838b5f2f14175a
|
||||
size 78832
|
BIN
mocket-3.13.7.tar.gz
(Stored with Git LFS)
BIN
mocket-3.13.7.tar.gz
(Stored with Git LFS)
Binary file not shown.
@@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# 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.7
|
||||
Version: 3.13.11
|
||||
Release: 0
|
||||
Summary: Python socket mock framework
|
||||
License: BSD-3-Clause
|
||||
|
Reference in New Issue
Block a user