Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 5dd2f6c7c9 | |||
| 82e09036f0 | |||
| 37ca5fb7c1 |
@@ -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
3
comm-0.2.3-gh.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6db2cd1b5ab7ff52c6fe8df473d5518b29fe5f0e5ec267fc731272a71e46a5ea
|
||||||
|
size 10525
|
||||||
@@ -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>
|
Thu Mar 28 19:26:01 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-comm
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,20 +18,18 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-comm
|
Name: python-comm
|
||||||
Version: 0.2.2
|
Version: 0.2.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Jupyter Python Comm implementation
|
Summary: Jupyter Python Comm implementation
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://github.com/ipython/comm
|
URL: https://github.com/ipython/comm
|
||||||
Source: https://github.com/ipython/comm/archive/refs/tags/v%{version}.tar.gz#/comm-%{version}-gh.tar.gz
|
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 hatchling >= 1.10}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module traitlets >= 4}
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-traitlets >= 4
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
@@ -55,9 +53,9 @@ sed -i -e 's/, "--color=yes"//' pyproject.toml
|
|||||||
%pytest
|
%pytest
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.md
|
%doc README.md SECURITY.md
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitelib}/comm
|
%{python_sitelib}/comm
|
||||||
%{python_sitelib}/comm-%{version}*-info
|
%{python_sitelib}/comm-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user