Update to 1.4.0

This commit is contained in:
wu-leilei 2023-11-02 15:00:01 +08:00
parent 21c2952187
commit 3980f8f982
4 changed files with 4 additions and 4 deletions

View File

@ -2,12 +2,11 @@
%{?nodejs_find_provides_and_requires} %{?nodejs_find_provides_and_requires}
%global enable_tests 1 %global enable_tests 1
Name: nodejs-jju Name: nodejs-jju
Version: 1.2.1 Version: 1.4.0
Release: 1 Release: 1
Summary: A set of utilities to work with JSON / JSON5 documents Summary: A set of utilities to work with JSON / JSON5 documents
Url: https://github.com/rlidwka/jju Url: https://github.com/rlidwka/jju
Source0: https://github.com/rlidwka/jju/archive/v%{version}.tar.gz Source0: https://github.com/rlidwka/jju/archive/v%{version}.tar.gz
Source1: package.json
License: WTFPL License: WTFPL
BuildArch: noarch BuildArch: noarch
ExclusiveArch: %{nodejs_arches} noarch ExclusiveArch: %{nodejs_arches} noarch
@ -21,7 +20,6 @@ A set of utilities to work with JSON / JSON5 documents
%prep %prep
%autosetup -n jju-%{version} %autosetup -n jju-%{version}
rm -rf test/test_parse.js rm -rf test/test_parse.js
cp %{SOURCE1} ./
%nodejs_fixdep mocha %nodejs_fixdep mocha
%build %build
@ -43,5 +41,8 @@ mocha test/*.js
%doc README.md %doc README.md
%changelog %changelog
* Thu Nov 02 2023 wulei <wu_lei@hoperun.com> - 1.4.0-1
- Update to 1.4.0
* Thu Aug 20 2020 yaokai <yaokai13@huawei.com> - 1.2.1-1 * Thu Aug 20 2020 yaokai <yaokai13@huawei.com> - 1.2.1-1
- Package init - Package init

View File

@ -1 +0,0 @@
{"name":"jju","version":"1.2.1","description":"a set of utilities to work with JSON / JSON5 documents","author":{"name":"Alex Kocharin","email":"alex@kocharin.ru"},"repository":{"type":"git","url":"git://github.com/rlidwka/jju"},"bugs":{"url":"https://github.com/rlidwka/jju/issues"},"homepage":"http://rlidwka.github.io/jju/","devDependencies":{"mocha":">=1.21.0","js-yaml":">=3.1.0","eslint":"~0.4.2"},"scripts":{"test":"mocha test/*.js","lint":"eslint -c ./.eslint.yaml ./lib"},"keywords":["json","json5","parser","serializer","data"],"publishConfig":{"registry":"https://registry.npmjs.org/"},"license":{"type":"WTFPL","url":"http://www.wtfpl.net/txt/copying/"}}

Binary file not shown.

BIN
v1.4.0.tar.gz Normal file

Binary file not shown.