forked from pool/python-flexmock
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user