10 Commits

Author SHA256 Message Date
cc01fcdcb3 Accepting request 1325633 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1325633
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mocket?expand=0&rev=48
2026-01-07 15:00:35 +00:00
92a73370a2 - Explicitly BuildRequire python-httpx for the test suite. This
used to be pulled in by -geven in the past.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mocket?expand=0&rev=113
2026-01-06 13:45:26 +00:00
89387b5761 Accepting request 1312140 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1312140
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mocket?expand=0&rev=47
2025-10-20 11:35:05 +00:00
00bc01bc8f - Update to version 3.14.0:
- Add support for Python 3.14
 - Add pre-commit for validating rst files

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mocket?expand=0&rev=111
2025-10-11 07:45:39 +00:00
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
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
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
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 41 additions and 5 deletions

Binary file not shown.

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

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

View File

@@ -1,3 +1,38 @@
-------------------------------------------------------------------
Tue Jan 6 13:43:58 UTC 2026 - Dominique Leuenberger <dimstar@opensuse.org>
- Explicitly BuildRequire python-httpx for the test suite. This
used to be pulled in by -geven in the past.
-------------------------------------------------------------------
Sat Oct 11 07:44:50 UTC 2025 - Sebastian Wagner <sebix@sebix.at>
- Update to version 3.14.0:
- Add support for Python 3.14
- Add pre-commit for validating rst files
-------------------------------------------------------------------
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) 2026 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.14.0
Release: 0
Summary: Python socket mock framework
License: BSD-3-Clause
@@ -61,6 +61,7 @@ BuildRequires: %{python_module asgiref}
BuildRequires: %{python_module fastapi}
BuildRequires: %{python_module gevent}
BuildRequires: %{python_module httptools}
BuildRequires: %{python_module httpx}
BuildRequires: %{python_module mocket = %{version}}
BuildRequires: %{python_module psutil}
BuildRequires: %{python_module pytest-asyncio}