From bf19422f8c5008ca17745ed42aee126b2b700cede2e4403f74444d4b6043f7a5 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Sun, 21 Jan 2024 10:58:07 +0000 Subject: [PATCH] - Update to 0.2.1 * Prevent exception spam during interpreter teardown #24 (@apmorton) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-comm?expand=0&rev=13 --- comm-0.2.0-gh.tar.gz | 3 --- comm-0.2.1-gh.tar.gz | 3 +++ python-comm.changes | 7 +++++++ python-comm.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 comm-0.2.0-gh.tar.gz create mode 100644 comm-0.2.1-gh.tar.gz diff --git a/comm-0.2.0-gh.tar.gz b/comm-0.2.0-gh.tar.gz deleted file mode 100644 index 64623f0..0000000 --- a/comm-0.2.0-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5977e098e586b62b45759c9fb016529e38b9bbe96923cf29b4546b2a49cace6a -size 8936 diff --git a/comm-0.2.1-gh.tar.gz b/comm-0.2.1-gh.tar.gz new file mode 100644 index 0000000..13ee802 --- /dev/null +++ b/comm-0.2.1-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7946d8ca485089dffcbbd11279b9195d30bc9dd0a654a7b084702049ebad7403 +size 9569 diff --git a/python-comm.changes b/python-comm.changes index f97b256..590d75e 100644 --- a/python-comm.changes +++ b/python-comm.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Jan 21 10:55:42 UTC 2024 - Ben Greiner + +- Update to 0.2.1 + * Prevent exception spam during interpreter teardown #24 + (@apmorton) + ------------------------------------------------------------------- Tue Dec 5 16:53:06 UTC 2023 - Dirk Müller diff --git a/python-comm.spec b/python-comm.spec index 258e864..05794ee 100644 --- a/python-comm.spec +++ b/python-comm.spec @@ -1,7 +1,7 @@ # # spec file for package python-comm # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 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 @@ %{?sle15_python_module_pythons} Name: python-comm -Version: 0.2.0 +Version: 0.2.1 Release: 0 Summary: Jupyter Python Comm implementation License: BSD-3-Clause