From a4960610605d92ca041d53e1a41cd61b57b7eb0891d6dbaabaa79cc841246bc1 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Fri, 15 Jan 2021 17:01:33 +0000 Subject: [PATCH] - update to version 3.9.39: - Use MocketSocket as context manager (#141) * Adding support for using a `socket` as a context manager as requested by #139. * Closing real socket. * Bump version. - update to version 3.9.38: - Update __init__.py - update to version 3.9.37: - Fix for external decorators (#138) - update to version 3.9.36: - New mocket method for checking if all entries have been served (#137) * Mocket method for checking if all entries have been served at least once. - Yet another refactor (#135) - Refactor. (#136) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mocket?expand=0&rev=24 --- mocket-3.9.35.tar.gz | 3 --- mocket-3.9.39.tar.gz | 3 +++ python-mocket.changes | 18 ++++++++++++++++++ python-mocket.spec | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 mocket-3.9.35.tar.gz create mode 100644 mocket-3.9.39.tar.gz diff --git a/mocket-3.9.35.tar.gz b/mocket-3.9.35.tar.gz deleted file mode 100644 index 4c30571..0000000 --- a/mocket-3.9.35.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d822a2adfd8e028a2856785fbfe78e7dd8c7a3b623516298aef6d42a4c9149d1 -size 74698 diff --git a/mocket-3.9.39.tar.gz b/mocket-3.9.39.tar.gz new file mode 100644 index 0000000..c271065 --- /dev/null +++ b/mocket-3.9.39.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4419ab395fcaa8914b6964e2ebf24282f9f65ded08cf4d8afd9cbb1dbc7b6cd5 +size 74996 diff --git a/python-mocket.changes b/python-mocket.changes index bea07d1..e0f7b16 100644 --- a/python-mocket.changes +++ b/python-mocket.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Fri Jan 15 16:56:37 UTC 2021 - Sebastian Wagner + +- update to version 3.9.39: + - Use MocketSocket as context manager (#141) + * Adding support for using a `socket` as a context manager as requested by #139. + * Closing real socket. + * Bump version. +- update to version 3.9.38: + - Update __init__.py +- update to version 3.9.37: + - Fix for external decorators (#138) +- update to version 3.9.36: + - New mocket method for checking if all entries have been served (#137) + * Mocket method for checking if all entries have been served at least once. + - Yet another refactor (#135) + - Refactor. (#136) + ------------------------------------------------------------------- Sun Jan 3 10:37:41 UTC 2021 - Sebastian Wagner diff --git a/python-mocket.spec b/python-mocket.spec index 0714fef..8fb2282 100644 --- a/python-mocket.spec +++ b/python-mocket.spec @@ -26,7 +26,7 @@ %bcond_with test %endif Name: python-mocket%{psuffix} -Version: 3.9.35 +Version: 3.9.39 Release: 0 Summary: Python socket mock framework License: BSD-3-Clause