Accepting request 1102580 from devel:languages:python:jupyter

OBS-URL: https://build.opensuse.org/request/show/1102580
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-comm?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2023-08-07 13:28:54 +00:00 committed by Git OBS Bridge
commit 0b2cffb895
4 changed files with 17 additions and 6 deletions

BIN
comm-0.1.3-gh.tar.gz (Stored with Git LFS)

Binary file not shown.

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4b7c0b56439d6835c1f4abf31b81c931fd6a6eba9e38f11f74ac80d1a720bed7
size 7504

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Aug 5 17:11:20 UTC 2023 - Arun Persaud <arun@gmx.de>
- specfile:
* lowered traitlets dependency to >=4
- update to version 0.1.4:
* Improvements
+ Loosen dependency on traitlet so it is available in python 3.6
#16 (@vincent-grosbois)
-------------------------------------------------------------------
Tue Apr 4 14:56:38 UTC 2023 - Ben Greiner <code@bnavigator.de>

View File

@ -17,7 +17,7 @@
Name: python-comm
Version: 0.1.3
Version: 0.1.4
Release: 0
Summary: Jupyter Python Comm implementation
License: BSD-3-Clause
@ -27,10 +27,10 @@ BuildRequires: %{python_module base >= 3.6}
BuildRequires: %{python_module hatchling >= 1.10}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module traitlets >= 5.3}
BuildRequires: %{python_module traitlets >= 4}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-traitlets >= 5.3
Requires: python-traitlets >= 4
BuildArch: noarch
%python_subpackages