1
0
python-pydicom/python-pydicom.changes

129 lines
4.5 KiB
Plaintext

-------------------------------------------------------------------
Sat Dec 3 20:04:13 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 2.3.1:
* Small fix to make 2.3.X compatible with Python 3.11.
-------------------------------------------------------------------
Mon Oct 10 07:20:51 UTC 2022 - John Vandenberg <jayvdb@gmail.com>
- Add BD pydicom-data test data, and unskip many tests that now pass
-------------------------------------------------------------------
Sat Sep 24 02:04:40 UTC 2022 - John Vandenberg <jayvdb@gmail.com>
- Skip a lot of tests, mostly due to missing test data, but there
are over 1900 still passing.
- Update to v2.3.0
* See https://github.com/pydicom/pydicom/tree/master/doc/release_notes
-------------------------------------------------------------------
Fri Dec 10 07:41:02 UTC 2021 - pgajdos@suse.com
- do not require pytest-runner for build
-------------------------------------------------------------------
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>
- Update to 1.3.0:
* no upstream changelog
-------------------------------------------------------------------
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>
- Update to 1.2.2:
* more python 3.7 fixes
-------------------------------------------------------------------
Thu Nov 1 14:01:20 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.2.0:
* No obvious upstream changelog
- Drop python37.patch should be fixed upstream
-------------------------------------------------------------------
Thu Aug 30 08:34:34 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
- Disable test_code_file as it randomly fails in OBS
-------------------------------------------------------------------
Wed Aug 29 12:04:20 UTC 2018 - tchvatal@suse.com
- Update to 1.1.0:
* License is distributed
* Various speed improvements
- Add patch to work with python 3.7:
* python37.patch
-------------------------------------------------------------------
Mon Sep 11 15:14:49 UTC 2017 - jengelh@inai.de
- Make package description neutral and compact it.
-------------------------------------------------------------------
Mon Sep 11 14:47:43 UTC 2017 - toddrme2178@gmail.com
- Implement single-spec version
-------------------------------------------------------------------
Thu Oct 13 19:45:31 UTC 2016 - toddrme2178@gmail.com
- Update to version 0.9.9
+ Major changes / enhancements
* All dicom dictionaries updated (standard dictionary, UID
dictionary, and private dictionaries)
* Dicom commands also added to dictionary
* Ability to work with DICOMDIR: read_dicomdir() function and
DicomDir class. Example file show_dicomdir.py file added to
examples subdirectory.
* codify.py: Produce python/pydicom source code from a dicom
file.
* a number of python 3 compatibility enhancements
* setup.py uses ez_setup only if setuptools not already
installed
* exceptions carry tag info with them, to aid in debugging
+ Contrib file changes
* pydicom_series: force parameter added (Nil Goyette)
* dcm_qt_tree: switch to OrderedDict to preserve ordering of
tags (Padraig Looney)
- Rename package to python-dicom to python-pydicom to conform to python
package naming policies.
- spec file completely rewritten.
- Remove unneeded python-dicom-remove-obsolete-distribute-support.patch
-------------------------------------------------------------------
Tue Dec 17 17:34:04 UTC 2013 - p.drouand@gmail.com
- Update to version 0.9.8
+ No changelog available
- Add python-dicom-remove-obsolete-distribute-support.patch; setup
script try to import setuptools from distribute
-------------------------------------------------------------------
Thu Oct 24 11:01:12 UTC 2013 - speilicke@suse.com
- Require python-setuptools instead of distribute (upstreams merged)
-------------------------------------------------------------------
Fri Aug 17 21:15:59 UTC 2012 - scorot@free.fr
- fix build for SLE 11 x86_64
-------------------------------------------------------------------
Tue Aug 7 13:23:47 UTC 2012 - toddrme2178@gmail.com
- Initial version