From a81f50079911a91855884c928683fe96de46d4bce87ff02a3a42a6e19edcb3ff Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 13 Jan 2024 20:23:34 +0000 Subject: [PATCH] - update to 3.12.2: * Pook is now compatible with modern Python versions * Excluding venvs from dist packages OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mocket?expand=0&rev=73 --- mocket-3.12.0.tar.gz | 3 --- mocket-3.12.2.tar.gz | 3 +++ python-mocket.changes | 9 ++++++++- python-mocket.spec | 4 ++-- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 mocket-3.12.0.tar.gz create mode 100644 mocket-3.12.2.tar.gz diff --git a/mocket-3.12.0.tar.gz b/mocket-3.12.0.tar.gz deleted file mode 100644 index 745f8c6..0000000 --- a/mocket-3.12.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ebbc15b04d64f617fbac54146bef0cfd2f491cb785f515d765e26bb92d410d0 -size 591080 diff --git a/mocket-3.12.2.tar.gz b/mocket-3.12.2.tar.gz new file mode 100644 index 0000000..fea97cd --- /dev/null +++ b/mocket-3.12.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04df52e7f9a4bbe1d3d6f825ca86e01d93d6b18d32bdb7d07e931150aae72504 +size 70781 diff --git a/python-mocket.changes b/python-mocket.changes index e752a31..3fc0307 100644 --- a/python-mocket.changes +++ b/python-mocket.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Jan 13 20:23:20 UTC 2024 - Dirk Müller + +- update to 3.12.2: + * Pook is now compatible with modern Python versions + * Excluding venvs from dist packages + ------------------------------------------------------------------- Fri Dec 29 16:14:00 UTC 2023 - Antonio Larrosa @@ -364,7 +371,7 @@ Tue Aug 11 07:17:16 UTC 2020 - Benjamin Greiner * This version ships the change to support the libmagic wrapper distributed with file's command. -------------------------------------------------------------------- +------------------------------------------------------------------- Tue Aug 11 07:08:04 UTC 2020 - Tomáš Chvátal - Switch to multibuild as we create cycle with python-pook otherwise diff --git a/python-mocket.spec b/python-mocket.spec index 7e03e57..9ee35ec 100644 --- a/python-mocket.spec +++ b/python-mocket.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 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.12.0 +Version: 3.12.2 Release: 0 Summary: Python socket mock framework License: BSD-3-Clause