1
0

- Update to 1.4.2:

* no upstream changelog

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydicom?expand=0&rev=18
This commit is contained in:
Tomáš Chvátal 2020-03-10 09:21:17 +00:00 committed by Git OBS Bridge
parent 5982b5798c
commit 3d111ede6d
4 changed files with 11 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 10 09:14:48 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.4.2:
* no upstream changelog
-------------------------------------------------------------------
Tue Jul 23 09:10:15 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-pydicom
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,11 +19,10 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
Name: python-pydicom
Version: 1.3.0
Version: 1.4.2
Release: 0
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://files.pythonhosted.org/packages/source/p/pydicom/pydicom-%{version}.tar.gz
BuildRequires: %{python_module pytest-runner}