From 868729083c2bca6bff786a23fd43a9db2f55580da3e972ff80512ad36c536eaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 12 Feb 2025 10:13:01 +0000 Subject: [PATCH] Accepting request 1245225 from home:glaubitz:branches:devel:languages:python - Update to 1.5.4 * Implement defined behavior for `deepcopy` for mocks. (#91) OBS-URL: https://build.opensuse.org/request/show/1245225 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mockito?expand=0&rev=25 --- 1.5.3.tar.gz | 3 --- 1.5.4.tar.gz | 3 +++ python-mockito.changes | 6 ++++++ python-mockito.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 1.5.3.tar.gz create mode 100644 1.5.4.tar.gz diff --git a/1.5.3.tar.gz b/1.5.3.tar.gz deleted file mode 100644 index d67d396..0000000 --- a/1.5.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3411e06f6cbe717d2702b5513e5a668f4ee887b39120f80768c8e3cfe699b357 -size 60234 diff --git a/1.5.4.tar.gz b/1.5.4.tar.gz new file mode 100644 index 0000000..e680af7 --- /dev/null +++ b/1.5.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20cd741cb1c74fe55b2f16c04802002d840d4cf448f59badf1d4d0c1397dd116 +size 61465 diff --git a/python-mockito.changes b/python-mockito.changes index a77d1f6..8dbb427 100644 --- a/python-mockito.changes +++ b/python-mockito.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Feb 12 07:08:07 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 1.5.4 + * Implement defined behavior for `deepcopy` for mocks. (#91) + ------------------------------------------------------------------- Thu Nov 14 14:19:46 UTC 2024 - Dirk Müller diff --git a/python-mockito.spec b/python-mockito.spec index a587a02..2679498 100644 --- a/python-mockito.spec +++ b/python-mockito.spec @@ -1,7 +1,7 @@ # # spec file for package python-mockito # -# 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 @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-mockito -Version: 1.5.3 +Version: 1.5.4 Release: 0 Summary: Spying framework License: MIT