Accepting request 1077230 from devel:languages:python:jupyter

- Update to 0.1.3
  * feat: provide a default implementation #13 (@maartenbreddels)

OBS-URL: https://build.opensuse.org/request/show/1077230
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-comm?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2023-04-04 19:27:16 +00:00 committed by Git OBS Bridge
commit 062da100ce
4 changed files with 13 additions and 8 deletions

View File

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

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

Binary file not shown.

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 4 14:56:38 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 0.1.3
* feat: provide a default implementation #13 (@maartenbreddels)
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Dec 25 17:48:15 UTC 2022 - Ben Greiner <code@bnavigator.de> Sun Dec 25 17:48:15 UTC 2022 - Ben Greiner <code@bnavigator.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-comm # spec file for package python-comm
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2023 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
@ -16,16 +16,15 @@
# #
%define skip_python2 1
Name: python-comm Name: python-comm
Version: 0.1.2 Version: 0.1.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/%{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.6}
BuildRequires: %{python_module hatchling} 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 >= 5.3} BuildRequires: %{python_module traitlets >= 5.3}