1
0

Accepting request 682724 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/682724
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pydicom?expand=0&rev=7
This commit is contained in:
Stephan Kulow 2019-03-10 08:39:25 +00:00 committed by Git OBS Bridge
commit fad76ec071
4 changed files with 11 additions and 6 deletions

3
pydicom-1.2.2.tar.gz Normal file
View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Mar 8 06:49:41 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Reinstate test unit test_code_file which appears to be stable now
- Use PyPI sdist as source
-------------------------------------------------------------------
Wed Jan 2 12:07:30 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -25,7 +25,7 @@ Summary: Pure python package for DICOM medical file reading and writing
License: MIT
Group: Development/Languages/Python
URL: https://github.com/darcymason/pydicom
Source: https://github.com/pydicom/pydicom/archive/v%{version}.tar.gz
Source: https://files.pythonhosted.org/packages/source/p/pydicom/pydicom-%{version}.tar.gz
BuildRequires: %{python_module pytest-runner}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
@ -58,9 +58,8 @@ and radiotherapy objects.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
# test_code_file - randomly fails in OBS
export LANG=en_US.UTF-8
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_version} pydicom/tests -k 'not test_code_file'
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_version} pydicom/tests
%files %{python_files}
%license LICENSE

View File

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