File: changelog

package info (click to toggle)
pydicom 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 65,208 kB
  • sloc: python: 116,343; sh: 222; makefile: 193
file content (175 lines) | stat: -rw-r--r-- 6,240 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
pydicom (2.0.0-1) unstable; urgency=medium

  * New upstream version
    Closes: #964650
  * debhelper-compat 13 (routine-update)
  * Secure URI in copyright format (routine-update)
  * Remove trailing whitespace in debian/changelog (routine-update)
  * Add salsa-ci file (routine-update)
  * Rules-Requires-Root: no (routine-update)
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Add missing Build-Depends: python3-sphinx-issues

 -- Andreas Tille <tille@debian.org>  Fri, 17 Jul 2020 15:43:36 +0200

pydicom (1.4.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream version
    Closes: #948877
  * Take over maintenance in Debian Med team
  * Repository layout follows team defaults - so no gbp.conf needed
  * debhelper-compat 10 (routine-update)
  * Standards-Version: 4.5.0
  * d/control: Fix formatting by `cme fix dpkg-control`
  * Testsuite: autopkgtest-pkg-python (routine-update)
  * Build-Depends: dh-python
  * Drop Python2 support
    Closes: #937427
  * Fix permissions of *.dcm files

 -- Andreas Tille <tille@debian.org>  Wed, 22 Jan 2020 13:57:10 +0100

pydicom (1.2.1-1) unstable; urgency=medium

  * New upstream release
  * Added debian/gbp.conf to point that we use "debian" branch, not master
    and also we use pristine-tar
  * debian/control
    - Removed gdcm from B-Depends and moved under Suggests since it is an
      optional dependency (Closes: #908555)
  * debian/patches
    - refreshed and upstreamed ones removed/disabled

 -- Yaroslav Halchenko <debian@onerussian.com>  Fri, 23 Nov 2018 17:32:08 -0500

pydicom (1.1.0-2) unstable; urgency=medium

  * Added transitional python{,3}-dicom packages
  * Fixed path to the built html docs
  * debian/patches
    - 0001-Execute-date-time-tests-only-for-the-backport-to-Pyt.patch
      to skip a test on Python3  to avoid FTBFS with python 3.7
  * debian/rules
    - remove all __pycache__ (could emerge from testing) when
      cleaning/installing
  * debian/control
    - adjusted Vcs fields to point to salsa instead of old anonscm

 -- Yaroslav Halchenko <debian@onerussian.com>  Tue, 03 Jul 2018 11:01:33 -0400

pydicom (1.1.0-1) neurodebian; urgency=medium

  * New upstream release (Closes: #902389)
    - dicom module was renamed to pydicom, hence binary package rename
    - provides dicom shim Python package to ease migrations
  * debian/control
    - renamed packages to be -pydicom not -dicom.  They now also
      provide/replace and conflict with older python-dicom*
    - adjusted Homepage to point to https://pydicom.github.io
      (Closes: #902388)
    - removed obsolete X-Python fields
    - B-D on python3-sphinx-gallery, python3-sphinx-rtd-theme,
      python3-numpydoc, python{,3}-pytest, python3-matplotlib
      (needs explicit listing in ubuntu backports)
  * debian/copyright
    - updated years and paths
  * debian/
    - adjusted for dicom -> pydicom renames
  * debian/patches
    - all removed (upstreamed etc)
    - deb_skip_missing_handlers as a dirty workaround for skipping when
      optional handlers are not provided
    - deb_xfail_pillow_test - temporary patch to xfail for now
      https://github.com/pydicom/pydicom/issues/663

 -- Yaroslav Halchenko <debian@onerussian.com>  Mon, 25 Jun 2018 17:47:55 -0400

pydicom (0.9.9-3) unstable; urgency=medium

  * Team upload.
  * Replace python-imaging by python-pil
    Closes: #866458
  * Packae just supports Python3 - thus close bug
    Closes: #782928
  * Secure URI in watch file
  * Standards-Version: 4.1.3
  * Secure Vcs-Git
  * Fix path in copyright

 -- Andreas Tille <tille@debian.org>  Sat, 20 Jan 2018 23:07:33 +0100

pydicom (0.9.9-2) unstable; urgency=medium

  * Update maintainer email.
  * Bump standards version to 3.9.6; no changes necessary.
  * CME-base automatic modernization of debian/control.
  * Switch to debhelper 9.
  * Build python3 package.
  * Build documentation and ship it in a -doc package.

 -- Michael Hanke <mih@debian.org>  Sat, 05 Sep 2015 07:38:24 +0200

pydicom (0.9.9-1) experimental; urgency=medium

  * Fresh upstream release
    - project moved to new website (pydicom.org) and source code hosting
      (Git and github.com), so urls and watch file were adjusted accordingly
  * debian/rules
    - sources are now under source/

 -- Yaroslav Halchenko <debian@onerussian.com>  Fri, 16 Jan 2015 23:28:46 -0500

pydicom (0.9.8-1) unstable; urgency=medium

  * Fresh upstream release
  * Adjusting X-Python-Version due to
    "pydicom > 0.9.7 requires python 2.6 or later"

 -- Yaroslav Halchenko <debian@onerussian.com>  Wed, 19 Mar 2014 21:40:46 -0400

pydicom (0.9.7-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * debian/patches/distribute.patch: Disable downloading of distribute from
    PyPI. (Closes: #733439)

 -- Sebastian Ramacher <sramacher@debian.org>  Tue, 11 Feb 2014 11:50:03 +0100

pydicom (0.9.7-1) unstable; urgency=low

  * New upstream release
  * debian/watch: no redirector is needed any longer
  * debian/copyright: DEP5 compliant now
  * debian/control: boost policy to 3.9.3 (no further changes)

 -- Yaroslav Halchenko <debian@onerussian.com>  Fri, 08 Jun 2012 14:23:30 -0400

pydicom (0.9.6-1) unstable; urgency=low

  * New upstream release
  * Boosted policy compliance to 3.9.2 -- no changes
  * Packaging is no longer done based on a fragile hg2git bridging back to
    the source distribution tarballs:
    - debian/gbp.conf adjusted correspondingly to use 'overlay' approach
    - debian/rules fixed to not cd to sources any longer
  * Converted to use dh_python2
  * Build-depend on python-all and python-numpy for testing

 -- Yaroslav Halchenko <debian@onerussian.com>  Fri, 18 Nov 2011 15:16:34 -0500

pydicom (0.9.5~rc1-1) experimental; urgency=low

  * New upstream release candidate
  * Boosted policy compliance to 3.9.1 -- no changes are necessary
  * Deprecated debian/patches/up_with_statement_python2.5 -- absorbed upstream
  * Enabled unit-testing in-place

 -- Yaroslav Halchenko <debian@onerussian.com>  Mon, 13 Sep 2010 22:26:52 -0400

pydicom (0.9.4.1-1) unstable; urgency=low

  * Initial release (Closes: #589098)

 -- Yaroslav Halchenko <debian@onerussian.com>  Thu, 15 Jul 2010 10:03:47 -0400