From cc940449391719b535bff1d90b4195641ff9416466910e652f504449dda0eec6 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Sun, 6 Aug 2023 14:53:38 +0000 Subject: [PATCH] Accepting request 1102515 from home:apersaud:branches:devel:languages:python:jupyter - 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) OBS-URL: https://build.opensuse.org/request/show/1102515 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-comm?expand=0&rev=7 --- comm-0.1.3-gh.tar.gz | 3 --- comm-0.1.4-gh.tar.gz | 3 +++ python-comm.changes | 11 +++++++++++ python-comm.spec | 6 +++--- 4 files changed, 17 insertions(+), 6 deletions(-) delete mode 100644 comm-0.1.3-gh.tar.gz create mode 100644 comm-0.1.4-gh.tar.gz diff --git a/comm-0.1.3-gh.tar.gz b/comm-0.1.3-gh.tar.gz deleted file mode 100644 index e9d2967..0000000 --- a/comm-0.1.3-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9bdea650a6194bf1628b17c2668bf74bf5295c87a7528a8aa4fe4472904b26f2 -size 7345 diff --git a/comm-0.1.4-gh.tar.gz b/comm-0.1.4-gh.tar.gz new file mode 100644 index 0000000..5ee0787 --- /dev/null +++ b/comm-0.1.4-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b7c0b56439d6835c1f4abf31b81c931fd6a6eba9e38f11f74ac80d1a720bed7 +size 7504 diff --git a/python-comm.changes b/python-comm.changes index 8f39672..00050b4 100644 --- a/python-comm.changes +++ b/python-comm.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Aug 5 17:11:20 UTC 2023 - Arun Persaud + +- 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 diff --git a/python-comm.spec b/python-comm.spec index e781f89..59ab2d2 100644 --- a/python-comm.spec +++ b/python-comm.spec @@ -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