From a74afe8a18241cf0d4aea5a97702b6ef279ec62cf1a2fc1b08b98396cf364f7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 29 Sep 2022 09:37:46 +0000 Subject: [PATCH] Accepting request 1006776 from home:yarunachalam:branches:devel:languages:python - version update to 0.16.0 * Merge "Update the docker image to python3.9 and buster" * Fix python3.9 testing * Update the docker image to python3.9 and buster * Overhaul package metadata and contributor info * Add libffi header dependency * Update testing to Python 3.9 and linters * Create SSL context using PROTOCOL_TLS, fallback to highest supported version * Merge "wakeConnections: Randomize connections before scanning them" * Merge "Move handleDisconnect into BaseClientServer" * Merge "remove unicode from code" * Merge "Modify connection timeout process" * wakeConnections: Randomize connections before scanning them * Added Docker image builds * remove unicode from code * Merge "Bump crypto requirement to accomodate security standards" * use python3 as context for build-python-release * Bump crypto requirement to accomodate security standards * Move handleDisconnect into BaseClientServer * Revert "Add BSD/Darwin support." * Merge "Ignore keepalive on unsupported platforms" * Merge "Add BSD/Darwin support." OBS-URL: https://build.opensuse.org/request/show/1006776 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gear?expand=0&rev=17 --- gear-0.15.1.tar.gz | 3 --- gear-0.16.0.tar.gz | 3 +++ python-gear.changes | 26 ++++++++++++++++++++++++++ python-gear.spec | 4 ++-- 4 files changed, 31 insertions(+), 5 deletions(-) delete mode 100644 gear-0.15.1.tar.gz create mode 100644 gear-0.16.0.tar.gz diff --git a/gear-0.15.1.tar.gz b/gear-0.15.1.tar.gz deleted file mode 100644 index 6e3dc0f..0000000 --- a/gear-0.15.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68063af589b5dd2828449512c577293083f6cffdafa4ff03e83813b69620f16d -size 48265 diff --git a/gear-0.16.0.tar.gz b/gear-0.16.0.tar.gz new file mode 100644 index 0000000..87832d1 --- /dev/null +++ b/gear-0.16.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8397fb81592e2732a92991585339a6d82cf58b8b1e026296464d7745e5ff5f40 +size 52500 diff --git a/python-gear.changes b/python-gear.changes index d558609..6f0add7 100644 --- a/python-gear.changes +++ b/python-gear.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Wed Sep 28 19:51:07 UTC 2022 - Yogalakshmi Arunachalam + +- version update to 0.16.0 + * Merge "Update the docker image to python3.9 and buster" + * Fix python3.9 testing + * Update the docker image to python3.9 and buster + * Overhaul package metadata and contributor info + * Add libffi header dependency + * Update testing to Python 3.9 and linters + * Create SSL context using PROTOCOL_TLS, fallback to highest supported version + * Merge "wakeConnections: Randomize connections before scanning them" + * Merge "Move handleDisconnect into BaseClientServer" + * Merge "remove unicode from code" + * Merge "Modify connection timeout process" + * wakeConnections: Randomize connections before scanning them + * Added Docker image builds + * remove unicode from code + * Merge "Bump crypto requirement to accomodate security standards" + * use python3 as context for build-python-release + * Bump crypto requirement to accomodate security standards + * Move handleDisconnect into BaseClientServer + * Revert "Add BSD/Darwin support." + * Merge "Ignore keepalive on unsupported platforms" + * Merge "Add BSD/Darwin support." + ------------------------------------------------------------------- Fri Sep 24 23:18:43 UTC 2021 - Matej Cepl diff --git a/python-gear.spec b/python-gear.spec index 06092f0..f828198 100644 --- a/python-gear.spec +++ b/python-gear.spec @@ -1,7 +1,7 @@ # # spec file for package python-gear # -# 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 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-gear -Version: 0.15.1 +Version: 0.16.0 Release: 0 Summary: Pure Python Async Gear Protocol Library License: Apache-2.0