From d0e1870a48c51f85058fa8684a55cc468ba51bb3f57716428e1168222887343e Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Sun, 25 Dec 2022 18:08:34 +0000 Subject: [PATCH] - Initial specfile for v0.1.2 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-comm?expand=0&rev=2 --- python-comm.changes | 2 +- python-comm.spec | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/python-comm.changes b/python-comm.changes index cfba4f1..977c17b 100644 --- a/python-comm.changes +++ b/python-comm.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- Sun Dec 25 17:48:15 UTC 2022 - Ben Greiner -- Initial specfile +- Initial specfile for v0.1.2 - Required by updated ipykernel diff --git a/python-comm.spec b/python-comm.spec index 7f1063a..c30ed42 100644 --- a/python-comm.spec +++ b/python-comm.spec @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %define skip_python2 1 Name: python-comm Version: 0.1.2 @@ -23,15 +24,14 @@ 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-0.1.2-gh.tar.gz -BuildRequires: %{python_module pip} BuildRequires: %{python_module base >= 3.6} BuildRequires: %{python_module hatchling} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module traitlets >= 5.3} -BuildRequires: python-rpm-macros BuildRequires: fdupes +BuildRequires: python-rpm-macros Requires: python-traitlets >= 5.3 -Suggests: python-pytest BuildArch: noarch %python_subpackages