6 Commits

Author SHA256 Message Date
ee8dd9e6ea Accepting request 1302093 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1302093
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mocket?expand=0&rev=46
2025-09-01 15:16:46 +00:00
Sebastian Wagner
0c0e29605a - 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
2025-08-24 13:05:12 +00:00
9d42da60b5 Accepting request 1295182 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1295182
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mocket?expand=0&rev=45
2025-07-24 16:34:37 +00:00
Sebastian Wagner
63bc9b22e4 - Update to versionn 3.13.10:
* Adding socket methods used by trio

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mocket?expand=0&rev=107
2025-07-15 21:28:11 +00:00
58ee6d5a5d Accepting request 1289679 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1289679
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mocket?expand=0&rev=44
2025-07-02 10:07:47 +00:00
Sebastian Wagner
e840e33cea - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mocket?expand=0&rev=105
2025-06-24 19:39:42 +00:00
4 changed files with 27 additions and 5 deletions

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

BIN
mocket-3.13.7.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@@ -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>

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