From c74a3edd16f89633cc4d160a07fb3d803e6baab6925217d4e9b8348cbaf1d123 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 20 Sep 2022 15:12:19 +0000 Subject: [PATCH] Accepting request 1004987 from home:pgajdos:python - version update to 1.6.0 * https://github.com/evhub/coconut/releases/tag/v1.6.0 - does not require six OBS-URL: https://build.opensuse.org/request/show/1004987 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coconut?expand=0&rev=21 --- coconut-1.4.1.tar.gz | 3 --- coconut-1.6.0.tar.gz | 3 +++ python-coconut.changes | 7 +++++++ python-coconut.spec | 8 ++++---- 4 files changed, 14 insertions(+), 7 deletions(-) delete mode 100644 coconut-1.4.1.tar.gz create mode 100644 coconut-1.6.0.tar.gz diff --git a/coconut-1.4.1.tar.gz b/coconut-1.4.1.tar.gz deleted file mode 100644 index 44f2ffa..0000000 --- a/coconut-1.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e2ced51872d501100d2ef742c7afe5817b8c44f5924e15b6606860748d65c6ba -size 153828 diff --git a/coconut-1.6.0.tar.gz b/coconut-1.6.0.tar.gz new file mode 100644 index 0000000..0578265 --- /dev/null +++ b/coconut-1.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f8d3ba15a4335246dc5c2ae3693042b9ce02398455fea5fc6d1d9dcc242c69b +size 194033 diff --git a/python-coconut.changes b/python-coconut.changes index 41f7f87..53b1901 100644 --- a/python-coconut.changes +++ b/python-coconut.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Sep 20 14:14:44 UTC 2022 - pgajdos@suse.com + +- version update to 1.6.0 + * https://github.com/evhub/coconut/releases/tag/v1.6.0 +- does not require six + ------------------------------------------------------------------- Thu Feb 18 14:02:08 UTC 2021 - Dirk Müller diff --git a/python-coconut.spec b/python-coconut.spec index 66a4e1d..f228ec3 100644 --- a/python-coconut.spec +++ b/python-coconut.spec @@ -1,7 +1,7 @@ # # spec file for package python-coconut # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ # coconut is a programming language, not a python module %define pythons python3 Name: python-coconut -Version: 1.4.1 +Version: 1.6.0 Release: 0 Summary: A functional programming language that compiles to Python License: MIT @@ -32,13 +32,11 @@ BuildRequires: %{python_module Pygments >= 2.2} BuildRequires: %{python_module prompt_toolkit >= 2} BuildRequires: %{python_module pyparsing >= 2.2} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module six} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-Pygments >= 2.2 Requires: python-prompt_toolkit >= 2 Requires: python-pyparsing >= 2.2 -Requires: python-six Recommends: python-cPyparsing >= 2.2.0.1.1 Recommends: python-ipykernel >= 4.6 Recommends: python-ipython >= 5.4 @@ -84,6 +82,8 @@ find . -name '*.py' -exec sed -i -e '/^#!\//, 1d' {} + %install %python_install %python_expand %fdupes %{buildroot}/%{$python_sitelib}/ +# a hint how to package it welcome +rm %{buildroot}/usr/share/jupyter/kernels/coconut/kernel.json %files %{python_files} %doc README.rst CONTRIBUTING.md DOCS.md FAQ.md HELP.md