1
0

Accepting request 1140830 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1140830
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pydicom-data?expand=0&rev=2
This commit is contained in:
Ana Guerrero 2024-01-23 21:56:55 +00:00 committed by Git OBS Bridge
commit f974d33478
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jan 16 10:04:00 UTC 2024 - Axel Braun <axel.braun@gmx.de>
- enable %{?sle15allpythons}
-------------------------------------------------------------------
Tue Sep 27 03:08:23 UTC 2022 - John Vandenberg <jayvdb@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-pydicom-data
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,7 +16,7 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?sle15allpythons}
Name: python-pydicom-data
Version: 1.0.0
Release: 0
@ -50,7 +50,7 @@ Test files used by pydicom and other packages by the same organisation.
%pytest -rs
%files %{python_files}
%{python_sitelib}/data_store/
%{python_sitelib}/pydicom[-_]data*/
%{python_sitelib}/data_store
%{python_sitelib}/pydicom_data-%{version}.dist-info
%changelog