forked from pool/python-mocket
Accepting request 1086729 from home:mcalabkova:branches:devel:languages:python
- Update to 3.11.1 * Fix for `urllib2>=2` * Bump version for publishing a new release * Adding local container for partially replacing httpbin.org usage * Replacing httpbin.org with mockbin.org from Kong for what needs HTTPS OBS-URL: https://build.opensuse.org/request/show/1086729 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mocket?expand=0&rev=63
This commit is contained in:
parent
3af5ffac37
commit
8ec143d534
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:38874b3f78479cf67d32aac7b7a1b9b764923b7e36fa34c00a0cf133a4635583
|
||||
size 77477
|
BIN
mocket-3.11.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
mocket-3.11.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 12 10:42:12 UTC 2023 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Update to 3.11.1
|
||||
* Fix for `urllib2>=2`
|
||||
* Bump version for publishing a new release
|
||||
* Adding local container for partially replacing httpbin.org usage
|
||||
* Replacing httpbin.org with mockbin.org from Kong for what needs HTTPS
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 19 21:05:20 UTC 2023 - Sebastian Wagner <sebix@sebix.at>
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
|
||||
%define skip_python2 1
|
||||
Name: python-mocket%{psuffix}
|
||||
Version: 3.11.0
|
||||
Version: 3.11.1
|
||||
Release: 0
|
||||
Summary: Python socket mock framework
|
||||
License: BSD-3-Clause
|
||||
@ -37,7 +37,6 @@ BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-decorator >= 4
|
||||
Requires: python-http-parser >= 0.9.0
|
||||
Requires: python-httptools
|
||||
Requires: python-python-magic >= 0.4.5
|
||||
Requires: python-urllib3 >= 1.25.3
|
||||
|
Loading…
Reference in New Issue
Block a user