From 48987e5513642a401c66aab799b998b8a3d6c884f149fd27299427eba4531d24 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Sat, 2 Aug 2025 17:05:18 +0000 Subject: [PATCH] - Update to 0.2.3 * Remove traitlets dependency #32 (@davidbrochart) * Add Security.md file. #29 (@Carreau) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-comm?expand=0&rev=17 --- comm-0.2.2-gh.tar.gz | 3 --- comm-0.2.3-gh.tar.gz | 3 +++ python-comm.changes | 7 +++++++ python-comm.spec | 10 ++++------ 4 files changed, 14 insertions(+), 9 deletions(-) delete mode 100644 comm-0.2.2-gh.tar.gz create mode 100644 comm-0.2.3-gh.tar.gz diff --git a/comm-0.2.2-gh.tar.gz b/comm-0.2.2-gh.tar.gz deleted file mode 100644 index f1a02ab..0000000 --- a/comm-0.2.2-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68c38c96d73dd10c18bdf3e398bee497b084fc50c43848fd4803043262dfca30 -size 9983 diff --git a/comm-0.2.3-gh.tar.gz b/comm-0.2.3-gh.tar.gz new file mode 100644 index 0000000..1635f5d --- /dev/null +++ b/comm-0.2.3-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6db2cd1b5ab7ff52c6fe8df473d5518b29fe5f0e5ec267fc731272a71e46a5ea +size 10525 diff --git a/python-comm.changes b/python-comm.changes index 3316724..c5ab0dd 100644 --- a/python-comm.changes +++ b/python-comm.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Aug 2 17:03:00 UTC 2025 - Ben Greiner + +- Update to 0.2.3 + * Remove traitlets dependency #32 (@davidbrochart) + * Add Security.md file. #29 (@Carreau) + ------------------------------------------------------------------- Thu Mar 28 19:26:01 UTC 2024 - Ben Greiner diff --git a/python-comm.spec b/python-comm.spec index d86b684..de6ef2a 100644 --- a/python-comm.spec +++ b/python-comm.spec @@ -1,7 +1,7 @@ # # spec file for package python-comm # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,20 +18,18 @@ %{?sle15_python_module_pythons} Name: python-comm -Version: 0.2.2 +Version: 0.2.3 Release: 0 Summary: Jupyter Python Comm implementation License: BSD-3-Clause URL: https://github.com/ipython/comm Source: https://github.com/ipython/comm/archive/refs/tags/v%{version}.tar.gz#/comm-%{version}-gh.tar.gz -BuildRequires: %{python_module base >= 3.6} +BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module hatchling >= 1.10} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module traitlets >= 4} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-traitlets >= 4 BuildArch: noarch %python_subpackages @@ -55,7 +53,7 @@ sed -i -e 's/, "--color=yes"//' pyproject.toml %pytest %files %{python_files} -%doc README.md +%doc README.md SECURITY.md %license LICENSE %{python_sitelib}/comm %{python_sitelib}/comm-%{version}*-info