17
0

Accepting request 754342 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/754342
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-xmlschema?expand=0&rev=3
This commit is contained in:
2019-12-11 11:09:26 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Dec 5 10:56:46 UTC 2019 - Andreas Hasenkopf <ahasenkopf@suse.com>
- Handle UnicodeDecodeErrors during build process
-------------------------------------------------------------------
Wed Oct 30 12:31:19 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -46,14 +46,17 @@ rm xmlschema/tests/check_memory.py
rm xmlschema/tests/test_memory.py
%build
export LANG="en_US.UTF8"
%python_build
%install
export LANG="en_US.UTF8"
%python_install
%python_expand rm -r %{buildroot}%{$python_sitelib}/xmlschema/tests
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
export LANG="en_US.UTF8"
%pytest
%files %{python_files}