3 Commits

Author SHA256 Message Date
5dd2f6c7c9 Accepting request 1297170 from devel:languages:python:jupyter
- Update to 0.2.3
  * Remove traitlets dependency #32 (@davidbrochart)
  * Add Security.md file. #29 (@Carreau)

OBS-URL: https://build.opensuse.org/request/show/1297170
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-comm?expand=0&rev=8
2025-08-06 12:30:56 +00:00
82e09036f0 .
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-comm?expand=0&rev=18
2025-08-02 17:05:27 +00:00
37ca5fb7c1 - 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
2025-08-02 17:05:18 +00:00
4 changed files with 15 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:68c38c96d73dd10c18bdf3e398bee497b084fc50c43848fd4803043262dfca30
size 9983

3
comm-0.2.3-gh.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6db2cd1b5ab7ff52c6fe8df473d5518b29fe5f0e5ec267fc731272a71e46a5ea
size 10525

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Aug 2 17:03:00 UTC 2025 - Ben Greiner <code@bnavigator.de>
- 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 <code@bnavigator.de>

View File

@@ -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,9 +53,9 @@ 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
%{python_sitelib}/comm-%{version}.dist-info
%changelog