From 722fc840a4f0465955b6cc118a24871220404b6e89b0752ee009e9e4abe9d9d0 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Fri, 24 Sep 2021 19:51:51 +0000 Subject: [PATCH] - update to version 3.10.0: - Fix for version number - Testing out Python 3.10 (#156) * Adding support for Python 3.10 - Update LICENSE - Update main.yml OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mocket?expand=0&rev=36 --- mocket-3.10.0.tar.gz | 3 +++ mocket-3.9.44.tar.gz | 3 --- python-mocket.changes | 10 ++++++++++ python-mocket.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 mocket-3.10.0.tar.gz delete mode 100644 mocket-3.9.44.tar.gz diff --git a/mocket-3.10.0.tar.gz b/mocket-3.10.0.tar.gz new file mode 100644 index 0000000..9510e45 --- /dev/null +++ b/mocket-3.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fcb4203ae257145b97c865135b3a064b47f20f42dde88c8579f43d88f1a7dfb +size 74557 diff --git a/mocket-3.9.44.tar.gz b/mocket-3.9.44.tar.gz deleted file mode 100644 index 3831f08..0000000 --- a/mocket-3.9.44.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a1e0d8ce14b3517c6d62170b8d7026b22d6ff6f639a8213f53d60e631750c6b8 -size 74446 diff --git a/python-mocket.changes b/python-mocket.changes index 0b3bc2e..e8ebf27 100644 --- a/python-mocket.changes +++ b/python-mocket.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Sep 24 19:50:05 UTC 2021 - Sebastian Wagner + +- update to version 3.10.0: + - Fix for version number + - Testing out Python 3.10 (#156) + * Adding support for Python 3.10 + - Update LICENSE + - Update main.yml + ------------------------------------------------------------------- Sat Sep 4 18:19:20 UTC 2021 - Sebastian Wagner diff --git a/python-mocket.spec b/python-mocket.spec index 971bff8..f7ef695 100644 --- a/python-mocket.spec +++ b/python-mocket.spec @@ -26,7 +26,7 @@ %bcond_with test %endif Name: python-mocket%{psuffix} -Version: 3.9.44 +Version: 3.10.0 Release: 0 Summary: Python socket mock framework License: BSD-3-Clause