From 8ec143d53449ee6ae0b7db65e91f649b644b82723fdbe2ece14396e57bb83018 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Fri, 12 May 2023 10:55:59 +0000 Subject: [PATCH] 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 --- mocket-3.11.0.tar.gz | 3 --- mocket-3.11.1.tar.gz | 3 +++ python-mocket.changes | 9 +++++++++ python-mocket.spec | 3 +-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 mocket-3.11.0.tar.gz create mode 100644 mocket-3.11.1.tar.gz diff --git a/mocket-3.11.0.tar.gz b/mocket-3.11.0.tar.gz deleted file mode 100644 index c8d1b7c..0000000 --- a/mocket-3.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38874b3f78479cf67d32aac7b7a1b9b764923b7e36fa34c00a0cf133a4635583 -size 77477 diff --git a/mocket-3.11.1.tar.gz b/mocket-3.11.1.tar.gz new file mode 100644 index 0000000..ffabe25 --- /dev/null +++ b/mocket-3.11.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b043cb50df67a1de0029872808d419e0505b95408b08f5757453ab342eb10d6a +size 76391 diff --git a/python-mocket.changes b/python-mocket.changes index d9e52d2..e192215 100644 --- a/python-mocket.changes +++ b/python-mocket.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri May 12 10:42:12 UTC 2023 - Markéta Machová + +- 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 diff --git a/python-mocket.spec b/python-mocket.spec index acff1b4..11587cd 100644 --- a/python-mocket.spec +++ b/python-mocket.spec @@ -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