2
0

Accepting request 911538 from devel:languages:javascript

- update to 0.0.3:
  * fixes case when npm is stalling when package is not found

OBS-URL: https://build.opensuse.org/request/show/911538
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/local-npm-registry?expand=0&rev=2
This commit is contained in:
Richard Brown 2021-08-16 08:05:38 +00:00 committed by Git OBS Bridge
commit 9cfa5d143d
4 changed files with 14 additions and 9 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Aug 11 17:06:14 UTC 2021 - Adam Majer <adam.majer@suse.de>
- update to 0.0.3:
* fixes case when npm is stalling when package is not found
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 26 14:43:10 UTC 2021 - Adam Majer <adam.majer@suse.de> Tue Jan 26 14:43:10 UTC 2021 - Adam Majer <adam.majer@suse.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package local-npm-registry # spec file for package local-npm-registry
# #
# Copyright (c) 2021 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2021 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -12,16 +12,16 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
Name: local-npm-registry Name: local-npm-registry
Version: 0.0.2 Version: 0.0.3
Release: 0 Release: 0
Summary: Localhost-only version of NPM registry Summary: Localhost-only version of NPM registry
License: GPL-3.0-or-later License: GPL-3.0-or-later
Url: https://github.com/openSUSE/npm-localhost-proxy URL: https://github.com/openSUSE/npm-localhost-proxy
Source: https://github.com/openSUSE/npm-localhost-proxy/releases/download/v%{version}/local_npm_registry-v%{version}.tar.gz Source: https://github.com/openSUSE/npm-localhost-proxy/releases/download/v%{version}/local_npm_registry-v%{version}.tar.gz
Requires: npm-default Requires: npm-default
BuildArch: noarch BuildArch: noarch
@ -35,7 +35,7 @@ environment
%autosetup -p1 -n local_npm_registry-v%{version} %autosetup -p1 -n local_npm_registry-v%{version}
%build %build
# nothing to build # nothing to build, or we end up in a build cycle of 1
%install %install
mkdir -p %{buildroot}%{_datadir}/%{name} mkdir -p %{buildroot}%{_datadir}/%{name}
@ -62,4 +62,3 @@ EOF
%{_datadir}/%{name} %{_datadir}/%{name}
%changelog %changelog

View File

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

BIN
local_npm_registry-v0.0.3.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.