From 5982b5798c25e129f296a99da8775cec6d9d1f04a9a099341464fcf765f076b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 23 Jul 2019 10:19:00 +0000 Subject: [PATCH] - Update to 1.3.0: * no upstream changelog OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydicom?expand=0&rev=16 --- pydicom-1.2.2.tar.gz | 3 --- pydicom-1.3.0.tar.gz | 3 +++ python-pydicom.changes | 6 ++++++ python-pydicom.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 pydicom-1.2.2.tar.gz create mode 100644 pydicom-1.3.0.tar.gz diff --git a/pydicom-1.2.2.tar.gz b/pydicom-1.2.2.tar.gz deleted file mode 100644 index a560560..0000000 --- a/pydicom-1.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aab3979cbd985feb6a44a3e751805d913629de82c4810ee94c35b9399aeaf0d7 -size 7014928 diff --git a/pydicom-1.3.0.tar.gz b/pydicom-1.3.0.tar.gz new file mode 100644 index 0000000..9256e67 --- /dev/null +++ b/pydicom-1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:585b0a81843dd021a9baa97d955aa99b2b6aac9b46beff4c4bdc2e3cbda621c8 +size 7044351 diff --git a/python-pydicom.changes b/python-pydicom.changes index 71c01cc..4a3f717 100644 --- a/python-pydicom.changes +++ b/python-pydicom.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jul 23 09:10:15 UTC 2019 - Tomáš Chvátal + +- Update to 1.3.0: + * no upstream changelog + ------------------------------------------------------------------- Fri Mar 8 06:49:41 UTC 2019 - John Vandenberg diff --git a/python-pydicom.spec b/python-pydicom.spec index 612b1e0..11cdfd6 100644 --- a/python-pydicom.spec +++ b/python-pydicom.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-pydicom -Version: 1.2.2 +Version: 1.3.0 Release: 0 Summary: Pure python package for DICOM medical file reading and writing License: MIT @@ -59,7 +59,7 @@ and radiotherapy objects. %check export LANG=en_US.UTF-8 -%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_version} pydicom/tests +%pytest pydicom/tests %files %{python_files} %license LICENSE