14
0
forked from pool/python-mocket

- update to version 3.13.11:

- Better abstraction for when inheriting from `mockhttp.Entry`
 - Define an alternative `can_handle` logic by passing a callable
- Update to version 3.13.10:

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mocket?expand=0&rev=109
This commit is contained in:
Sebastian Wagner
2025-08-24 13:05:12 +00:00
committed by Git OBS Bridge
parent c3fd440b49
commit 04468b3ef1
4 changed files with 13 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:327147efbaf2acbcaefff207e8561bdd954596c7648a624acca19b0c7d6c826c
size 77374

3
mocket-3.13.11.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:91d1b631df746249d1036eb9bbe2631ee88ac3fea1d4d71dc1838b5f2f14175a
size 78832

View File

@@ -1,7 +1,14 @@
-------------------------------------------------------------------
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 versionn 3.13.10:
- Update to version 3.13.10:
* Adding socket methods used by trio
-------------------------------------------------------------------

View File

@@ -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.10
Version: 3.13.11
Release: 0
Summary: Python socket mock framework
License: BSD-3-Clause