From 3d111ede6d2fb35507d3162cf045246348255adabdbcfe54e57ebacccaa4950b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 10 Mar 2020 09:21:17 +0000 Subject: [PATCH] - 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 --- pydicom-1.3.0.tar.gz | 3 --- pydicom-1.4.2.tar.gz | 3 +++ python-pydicom.changes | 6 ++++++ python-pydicom.spec | 5 ++--- 4 files changed, 11 insertions(+), 6 deletions(-) delete mode 100644 pydicom-1.3.0.tar.gz create mode 100644 pydicom-1.4.2.tar.gz diff --git a/pydicom-1.3.0.tar.gz b/pydicom-1.3.0.tar.gz deleted file mode 100644 index 9256e67..0000000 --- a/pydicom-1.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:585b0a81843dd021a9baa97d955aa99b2b6aac9b46beff4c4bdc2e3cbda621c8 -size 7044351 diff --git a/pydicom-1.4.2.tar.gz b/pydicom-1.4.2.tar.gz new file mode 100644 index 0000000..bde8191 --- /dev/null +++ b/pydicom-1.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9488495a9f3e202d1219f7cb165aee0de31efd512d938c0226d34147ce860391 +size 35237997 diff --git a/python-pydicom.changes b/python-pydicom.changes index 4a3f717..f9e7d12 100644 --- a/python-pydicom.changes +++ b/python-pydicom.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Mar 10 09:14:48 UTC 2020 - Tomáš Chvátal + +- Update to 1.4.2: + * no upstream changelog + ------------------------------------------------------------------- Tue Jul 23 09:10:15 UTC 2019 - Tomáš Chvátal diff --git a/python-pydicom.spec b/python-pydicom.spec index 11cdfd6..f05ac23 100644 --- a/python-pydicom.spec +++ b/python-pydicom.spec @@ -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}