From b2a23bbeb94afe4f07663c1238a7757696962ecb94d74d9502fc3ff155fd9e01 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Tue, 4 Apr 2023 14:57:05 +0000 Subject: [PATCH] - Update to 0.1.3 * feat: provide a default implementation #13 (@maartenbreddels) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-comm?expand=0&rev=5 --- comm-0.1.2-gh.tar.gz | 3 --- comm-0.1.3-gh.tar.gz | 3 +++ python-comm.changes | 6 ++++++ python-comm.spec | 9 ++++----- 4 files changed, 13 insertions(+), 8 deletions(-) delete mode 100644 comm-0.1.2-gh.tar.gz create mode 100644 comm-0.1.3-gh.tar.gz diff --git a/comm-0.1.2-gh.tar.gz b/comm-0.1.2-gh.tar.gz deleted file mode 100644 index d23b46b..0000000 --- a/comm-0.1.2-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6ce2ae0a4aefaa6a7a071e68988c17b089b0af40633e1aafd276b5190649878 -size 5382 diff --git a/comm-0.1.3-gh.tar.gz b/comm-0.1.3-gh.tar.gz new file mode 100644 index 0000000..e9d2967 --- /dev/null +++ b/comm-0.1.3-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bdea650a6194bf1628b17c2668bf74bf5295c87a7528a8aa4fe4472904b26f2 +size 7345 diff --git a/python-comm.changes b/python-comm.changes index 977c17b..8f39672 100644 --- a/python-comm.changes +++ b/python-comm.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Apr 4 14:56:38 UTC 2023 - Ben Greiner + +- Update to 0.1.3 + * feat: provide a default implementation #13 (@maartenbreddels) + ------------------------------------------------------------------- Sun Dec 25 17:48:15 UTC 2022 - Ben Greiner diff --git a/python-comm.spec b/python-comm.spec index 68b03fc..e781f89 100644 --- a/python-comm.spec +++ b/python-comm.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -16,16 +16,15 @@ # -%define skip_python2 1 Name: python-comm -Version: 0.1.2 +Version: 0.1.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/%{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 hatchling} +BuildRequires: %{python_module hatchling >= 1.10} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module traitlets >= 5.3}