Accepting request 946839 from devel:languages:python
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/946839 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mocket?expand=0&rev=19
This commit is contained in:
commit
817e066b85
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6dbfd47fdc5629136bdbb487cd3cc8d786b402df546b9c7106bed737677aa9f4
|
||||
size 74786
|
3
mocket-3.10.4.tar.gz
Normal file
3
mocket-3.10.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:831c23bf891c525828b7da49a358c6e0698481e4c8b3a61a69e87f36d06ef969
|
||||
size 75690
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 9 19:21:59 UTC 2022 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||
|
||||
- - Add Mocket "strict mode" (#171)
|
||||
* Add Mocket "strict mode".
|
||||
- Update main.yml
|
||||
- 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>
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 8 21:39:28 UTC 2022 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||
|
||||
- - 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>
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 1 21:17:39 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||
|
||||
|
@ -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.4
|
||||
Release: 0
|
||||
Summary: Python socket mock framework
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user