From ef0bb8c2ca31004a5f1e515856621539e657354aede06e390a732868fabeef8e Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Sun, 23 Mar 2025 09:26:42 +0000 Subject: [PATCH 1/2] - 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mocket?expand=0&rev=93 --- mocket-3.13.2.tar.gz | 3 --- mocket-3.13.3.tar.gz | 3 +++ python-mocket.changes | 19 +++++++++++++++++++ python-mocket.spec | 4 ++-- 4 files changed, 24 insertions(+), 5 deletions(-) delete mode 100644 mocket-3.13.2.tar.gz create mode 100644 mocket-3.13.3.tar.gz diff --git a/mocket-3.13.2.tar.gz b/mocket-3.13.2.tar.gz deleted file mode 100644 index 7a0956f..0000000 --- a/mocket-3.13.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a6b3658e668c2bc1fe8442df7840b5b77318544f5c157a9952776b17ebff2a2 -size 73322 diff --git a/mocket-3.13.3.tar.gz b/mocket-3.13.3.tar.gz new file mode 100644 index 0000000..bd57867 --- /dev/null +++ b/mocket-3.13.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d080dbf888f40505a57abaa7d67df51d81cf21eff8ae09b402ce8cd997bcc320 +size 75207 diff --git a/python-mocket.changes b/python-mocket.changes index dab12a1..8fa4318 100644 --- a/python-mocket.changes +++ b/python-mocket.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Sun Mar 23 09:22:23 UTC 2025 - Sebastian Wagner + +- 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 diff --git a/python-mocket.spec b/python-mocket.spec index 85c3c88..6d3727b 100644 --- a/python-mocket.spec +++ b/python-mocket.spec @@ -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.3 Release: 0 Summary: Python socket mock framework License: BSD-3-Clause From a8847fb7787f3bb17527c89e72a17e4e5b4c75aa480ba6c4cdedfbc1b595e552 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Sat, 29 Mar 2025 07:32:34 +0000 Subject: [PATCH 2/2] - uptdate to 3.13.4: * License update - 2025 * Missing dependency typing-extensions OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mocket?expand=0&rev=94 --- mocket-3.13.3.tar.gz | 3 --- mocket-3.13.4.tar.gz | 3 +++ python-mocket.changes | 7 +++++++ python-mocket.spec | 3 ++- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 mocket-3.13.3.tar.gz create mode 100644 mocket-3.13.4.tar.gz diff --git a/mocket-3.13.3.tar.gz b/mocket-3.13.3.tar.gz deleted file mode 100644 index bd57867..0000000 --- a/mocket-3.13.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d080dbf888f40505a57abaa7d67df51d81cf21eff8ae09b402ce8cd997bcc320 -size 75207 diff --git a/mocket-3.13.4.tar.gz b/mocket-3.13.4.tar.gz new file mode 100644 index 0000000..6f5c79d --- /dev/null +++ b/mocket-3.13.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a86765743387b35b9f1ceb9c1cf6f247ad8319db2c0a52308e89eb4a612f784 +size 75230 diff --git a/python-mocket.changes b/python-mocket.changes index 8fa4318..645c76d 100644 --- a/python-mocket.changes +++ b/python-mocket.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Mar 29 07:30:02 UTC 2025 - Sebastian Wagner + +- uptdate to 3.13.4: + * License update - 2025 + * Missing dependency typing-extensions + ------------------------------------------------------------------- Sun Mar 23 09:22:23 UTC 2025 - Sebastian Wagner diff --git a/python-mocket.spec b/python-mocket.spec index 6d3727b..6f6c036 100644 --- a/python-mocket.spec +++ b/python-mocket.spec @@ -27,7 +27,7 @@ %{?sle15_python_module_pythons} Name: python-mocket%{psuffix} -Version: 3.13.3 +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