!5 Upgrade to 0.4.1
From: @starlet-dx Reviewed-by: @lyn1001 Signed-off-by: @lyn1001
This commit is contained in:
commit
a66b297e4e
BIN
0.3.0.tar.gz
BIN
0.3.0.tar.gz
Binary file not shown.
BIN
0.4.1.tar.gz
Normal file
BIN
0.4.1.tar.gz
Normal file
Binary file not shown.
@ -3,13 +3,12 @@
|
||||
%global bootstrap 1
|
||||
%global enable_tests 0
|
||||
Name: nodejs-levn
|
||||
Version: 0.3.0
|
||||
Release: 2
|
||||
Version: 0.4.1
|
||||
Release: 1
|
||||
Summary: Light ECMAScript Value Notation - human written, concise, typed
|
||||
License: MIT
|
||||
URL: https://github.com/gkz/levn
|
||||
Source0: https://github.com/gkz/levn/archive/%{version}.tar.gz
|
||||
Source1: https://raw.githubusercontent.com/gkz/levn/%{version}/package.json.ls
|
||||
BuildArch: noarch
|
||||
ExclusiveArch: %{nodejs_arches} noarch
|
||||
BuildRequires: nodejs-packaging npm(prelude-ls) npm(type-check)
|
||||
@ -24,8 +23,7 @@ Light ECMAScript (JavaScript) Value Notation - human written, concise, typed,
|
||||
flexible
|
||||
|
||||
%prep
|
||||
%autosetup -n levn-%{version}
|
||||
cp -p %{SOURCE1} .
|
||||
%autosetup -n levn-%{version} -p1
|
||||
%nodejs_fixdep prelude-ls '~1.2.0'
|
||||
|
||||
%build
|
||||
@ -60,6 +58,9 @@ cp -pr package.json lib/ \
|
||||
%{nodejs_sitelib}/levn
|
||||
|
||||
%changelog
|
||||
* Thu Nov 02 2023 yaoxin <yao_xin001@hoperun.com> - 0.4.1-1
|
||||
- Upgrade to 0.4.1
|
||||
|
||||
* Tue Jul 05 2022 xu_ping <xuping33@h-partners.com> - 0.3.0-2
|
||||
- Modify prelude-ls version to 1.2.0 to compat latest nodejs-prelude-ls
|
||||
|
||||
|
||||
@ -1,42 +0,0 @@
|
||||
name: 'levn'
|
||||
version: '0.3.0'
|
||||
|
||||
author: 'George Zahariev <z@georgezahariev.com>'
|
||||
description: 'Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexible'
|
||||
homepage: 'https://github.com/gkz/levn'
|
||||
keywords:
|
||||
'levn'
|
||||
'light'
|
||||
'ecmascript'
|
||||
'value'
|
||||
'notation'
|
||||
'json'
|
||||
'typed'
|
||||
'human'
|
||||
'concise'
|
||||
'typed'
|
||||
'flexible'
|
||||
files:
|
||||
'lib'
|
||||
'README.md'
|
||||
'LICENSE'
|
||||
main: './lib/'
|
||||
|
||||
bugs: 'https://github.com/gkz/levn/issues'
|
||||
license: 'MIT'
|
||||
engines:
|
||||
node: '>= 0.8.0'
|
||||
repository:
|
||||
type: 'git'
|
||||
url: 'git://github.com/gkz/levn.git'
|
||||
scripts:
|
||||
test: "make test"
|
||||
|
||||
dependencies:
|
||||
'prelude-ls': '~1.1.2'
|
||||
'type-check': '~0.3.2'
|
||||
|
||||
dev-dependencies:
|
||||
livescript: '~1.4.0'
|
||||
mocha: '~2.3.4'
|
||||
istanbul: '~0.4.1'
|
||||
Loading…
x
Reference in New Issue
Block a user