Accepting request 1267256 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1267256
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mocket?expand=0&rev=39
This commit is contained in:
2025-04-08 15:49:57 +00:00
committed by Git OBS Bridge
4 changed files with 32 additions and 5 deletions

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

Binary file not shown.

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

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

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Sat Mar 29 07:30:02 UTC 2025 - Sebastian Wagner <sebix@sebix.at>
- uptdate to 3.13.4:
* License update - 2025
* Missing dependency typing-extensions
-------------------------------------------------------------------
Sun Mar 23 09:22:23 UTC 2025 - Sebastian Wagner <sebix@sebix.at>
- Update to 3.13.3:
* Restructuring the project: no bug-fixing nor new features Latest
* Build and publish pure python wheel
* Refactor absolute imports and remove compat
* Refactoring and Typing
* Refactor: split modules
* Refactor: introduce state object
* Refactor split socket and ssl socket
* Refactor rename ssl classes
* Changes from ruff
* improve injection code, make backwards compat explicit, make ssl-api explicit
* Refactor introduce recording storage
* Small cleanup
* Target make safetest got broken
* Better structure
-------------------------------------------------------------------
Wed Oct 23 20:11:41 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-mocket
#
# Copyright (c) 2024 SUSE LLC
# 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
@@ -27,7 +27,7 @@
%{?sle15_python_module_pythons}
Name: python-mocket%{psuffix}
Version: 3.13.2
Version: 3.13.4
Release: 0
Summary: Python socket mock framework
License: BSD-3-Clause
@@ -42,6 +42,7 @@ BuildRequires: python-rpm-macros
Requires: python-decorator >= 4
Requires: python-h11
Requires: python-puremagic
Requires: python-typing-extensions
Requires: python-urllib3 >= 1.25.3
Suggests: python-xxhash
BuildArch: noarch