1
0
Commit Graph

16 Commits

Author SHA256 Message Date
1abc033a13 Accepting request 1141566 from home:bnavigator:branches:devel:languages:python
- Update to 2.4.4
  ## Changes
  * Removed support for Python 3.6 (EOL since December 2021)
  ## Enhancements
  * Added attribute alphabetic (#1634)
  * Added attribute json_key (#1648)
  * Added value validation for numerical VRs, add type validation
    for all validated VRs (#1414)
  * CLI commands now accept pydicom charset test files and CLI help
    shows Python Version (#1674)
  * Added support for Python 3.11 (#1658)
  * Added ISfloat to allow non-strict reading of existing files
    with float IS values (#1661)
  * Improved speed of creating and accessing highly nested
    structures (#1728, #1734)
  * Switched to a pyproject.toml build process (#1792)
  * Updated DICOM and UID dicts to DICOM 2023b (#1803)
  ## Fixes
  * Fixed length validation of DS values with maximum length
    without a leading zero (#1632)
  * Increased download speed with progress bar for test data
    (#1611)
  * Fixed crash due to invalid private creator (#1638)
  * Fixed extremely long BytesLengthException error messages
    (#1683)
  * In codify, ensure unique variable names for DICOM keywords
    repeated in sequences, and handle unicode characters correctly
    (#1670)
  * Fixed handling of some invalid values in to_json_dict() if
    suppress_invalid_tags is set to True (#1693)

OBS-URL: https://build.opensuse.org/request/show/1141566
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydicom?expand=0&rev=28
2024-01-26 09:37:48 +00:00
fa90e1b0cd Accepting request 1140071 from Application:ERP:GNUHealth:4.4
- switch to wheel and enable %{?sle15allpythons}

OBS-URL: https://build.opensuse.org/request/show/1140071
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydicom?expand=0&rev=27
2024-01-22 06:31:57 +00:00
20dccd9cfd Accepting request 1039867 from home:yarunachalam:branches:devel:languages:python
- Update to version 2.3.1: 
  * Small fix to make 2.3.X compatible with Python 3.11.

OBS-URL: https://build.opensuse.org/request/show/1039867
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydicom?expand=0&rev=25
2022-12-03 22:35:06 +00:00
6ab3aabe56 Accepting request 1009275 from home:jayvdb:py-new
- Add BD pydicom-data test data, and unskip many tests that now pass

OBS-URL: https://build.opensuse.org/request/show/1009275
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydicom?expand=0&rev=23
2022-10-10 08:51:09 +00:00
b14ea9eb46 Accepting request 1005690 from home:jayvdb:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1005690
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydicom?expand=0&rev=21
2022-09-24 10:21:18 +00:00
0ac4534dfb Accepting request 939016 from home:pgajdos:python
- do not require pytest-runner for build

OBS-URL: https://build.opensuse.org/request/show/939016
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydicom?expand=0&rev=20
2021-12-10 15:53:06 +00:00
Tomáš Chvátal
3d111ede6d - 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
2020-03-10 09:21:17 +00:00
Tomáš Chvátal
5982b5798c - 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
2019-07-23 10:19:00 +00:00
Tomáš Chvátal
6da6689c19 Accepting request 682717 from home:jayvdb:py-check-failures
- Reinstate test unit test_code_file which appears to be stable now
- Use PyPI sdist as source

OBS-URL: https://build.opensuse.org/request/show/682717
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydicom?expand=0&rev=14
2019-03-08 08:09:48 +00:00
Tomáš Chvátal
9f246a2081 - Update to 1.2.2:
* more python 3.7 fixes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydicom?expand=0&rev=12
2019-01-02 12:09:00 +00:00
Tomáš Chvátal
e55b1044eb - Update to 1.2.0:
* No obvious upstream changelog
- Drop python37.patch should be fixed upstream

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydicom?expand=0&rev=10
2018-11-01 14:04:11 +00:00
Tomáš Chvátal
38cd82f524 - Disable test_code_file as it randomly fails in OBS
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydicom?expand=0&rev=8
2018-08-30 08:34:56 +00:00
Tomáš Chvátal
687e11feef - Update to 1.1.0:
* License is distributed
  * Various speed improvements
- Add patch to work with python 3.7:
  * python37.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydicom?expand=0&rev=7
2018-08-29 12:15:08 +00:00
Jan Matejek
87e5592fcb Accepting request 523256 from home:jengelh:branches:devel:languages:python
- Make package description neutral and compact it.

OBS-URL: https://build.opensuse.org/request/show/523256
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydicom?expand=0&rev=4
2017-09-11 15:42:51 +00:00
Todd R
5cefc3bed1 Accepting request 523247 from home:TheBlackCat:branches:devel:languages:python
- Implement single-spec version

OBS-URL: https://build.opensuse.org/request/show/523247
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydicom?expand=0&rev=3
2017-09-11 15:09:39 +00:00
Todd R
6b38b7edb6 - 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

- 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

- Require python-setuptools instead of distribute (upstreams merged)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydicom?expand=0&rev=1
2016-10-13 19:55:11 +00:00