From 6c986548029ec74140844728b7858fef5a3bb7ce7fd4b98240aa35a6080bcd7f Mon Sep 17 00:00:00 2001 From: Nico Krapp Date: Tue, 21 Jan 2025 11:44:12 +0000 Subject: [PATCH] Accepting request 1239213 from home:glaubitz:branches:devel:languages:python - Update to 0.12.2 * Fix typing of and_raise (exception instances are allowed). * Fix teardown for spying on derived class methods. * Remove python 3.6 mentions and add py-version config to pylint. - Adjust URL to upstream source tarball on Github OBS-URL: https://build.opensuse.org/request/show/1239213 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flexmock?expand=0&rev=20 --- python-flexmock-0.12.1.tar.gz | 3 --- python-flexmock-0.12.2.tar.gz | 3 +++ python-flexmock.changes | 9 +++++++++ python-flexmock.spec | 6 +++--- 4 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 python-flexmock-0.12.1.tar.gz create mode 100644 python-flexmock-0.12.2.tar.gz diff --git a/python-flexmock-0.12.1.tar.gz b/python-flexmock-0.12.1.tar.gz deleted file mode 100644 index a4bb117..0000000 --- a/python-flexmock-0.12.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f329605039eb43fe549aa163eb34d302e6765a2f7fc841e6b992c01678cdfcc -size 104093 diff --git a/python-flexmock-0.12.2.tar.gz b/python-flexmock-0.12.2.tar.gz new file mode 100644 index 0000000..28c51e1 --- /dev/null +++ b/python-flexmock-0.12.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8fa3424bab5447f0b2501c317e389a5114672b2c29d0cd1076371c4944d617d +size 107172 diff --git a/python-flexmock.changes b/python-flexmock.changes index 737e097..dbcf361 100644 --- a/python-flexmock.changes +++ b/python-flexmock.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Jan 21 09:17:16 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 0.12.2 + * Fix typing of and_raise (exception instances are allowed). + * Fix teardown for spying on derived class methods. + * Remove python 3.6 mentions and add py-version config to pylint. +- Adjust URL to upstream source tarball on Github + ------------------------------------------------------------------- Fri Jul 5 13:21:48 UTC 2024 - Joshua Smith diff --git a/python-flexmock.spec b/python-flexmock.spec index e98629e..8a5485c 100644 --- a/python-flexmock.spec +++ b/python-flexmock.spec @@ -1,7 +1,7 @@ # # spec file for package python-flexmock # -# 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,12 +18,12 @@ %{?sle15_python_module_pythons} Name: python-flexmock -Version: 0.12.1 +Version: 0.12.2 Release: 0 Summary: Testing library for creating mocks, stubs and fakes License: BSD-2-Clause URL: https://github.com/bkabrda/flexmock -Source: %{url}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source: %{url}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes