14
0
forked from pool/python-mocket

- Introducing request_list() method (#170)

* Introducing `request_list()` method.
 - Refactoring. (#169)
 - Some cleaning/refactoring (#168)
   * Some cleaning/refactoring.
   * Improving coverage.
 - Update README.rst
 - Use literal syntax instead of function calls to create data structure (#167)
   Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mocket?expand=0&rev=41
This commit is contained in:
Sebastian Wagner
2022-01-08 21:39:31 +00:00
committed by Git OBS Bridge
parent 76b6e6c430
commit c7f4319527
4 changed files with 18 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@
%bcond_with test
%endif
Name: python-mocket%{psuffix}
Version: 3.10.2
Version: 3.10.3
Release: 0
Summary: Python socket mock framework
License: BSD-3-Clause