15
0

Accepting request 765754 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/765754
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-calmjs.parse?expand=0&rev=2
This commit is contained in:
2020-01-20 21:54:25 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jan 14 14:37:01 UTC 2020 - pgajdos@suse.com
- fix build in SLE-15: set en_US.UTF-8 encoding
-------------------------------------------------------------------
Mon Jan 6 15:13:55 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -42,6 +42,7 @@ ECMAScript; a near feature complete fork of slimit.
%setup -q -n calmjs.parse-%{version}
%build
export LANG=en_US.UTF-8
%python_build
%install
@@ -51,6 +52,7 @@ ECMAScript; a near feature complete fork of slimit.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
export LANG=en_US.UTF-8
%pytest
%files %{python_files}