15
0

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
This commit is contained in:
2022-09-20 15:12:19 +00:00
committed by Git OBS Bridge
parent 9d99d384dd
commit c74a3edd16
4 changed files with 14 additions and 7 deletions

View File

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

3
coconut-1.6.0.tar.gz Normal file
View File

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

View File

@@ -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 <dmueller@suse.com>

View File

@@ -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