File: changelog

package info (click to toggle)
python-mpop 1.5.0-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,508 kB
  • sloc: python: 28,072; xml: 820; makefile: 92; sh: 8
file content (145 lines) | stat: -rw-r--r-- 4,517 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
python-mpop (1.5.0-4) unstable; urgency=medium

  * Team upload.
  * Update Vcs-* URLs for Salsa.
  * Bump Standards-Version to 4.1.5, no changes.

 -- Bas Couwenberg <sebastic@debian.org>  Sun, 29 Jul 2018 17:51:19 +0200

python-mpop (1.5.0-3) unstable; urgency=medium

  * Team upload.
  * Add patch by Steve Langasek to fix tests on 32-bit archs.
    (closes: #893335)

 -- Bas Couwenberg <sebastic@debian.org>  Sun, 18 Mar 2018 08:12:18 +0100

python-mpop (1.5.0-2) unstable; urgency=medium

  * Standard version bumped to 4.1.3 (no change)
  * Set compat to 11
  * Fix deprecated source override location.
  * Install examples
  * Add upstream metadata
  * debian/rules
    - remove unnecessary dh arguments (--parallel)
  * debian/copyright
    - fix project name capitalization

 -- Antonio Valentino <antonio.valentino@tiscali.it>  Sun, 04 Mar 2018 10:32:13 +0000

python-mpop (1.5.0-1) unstable; urgency=medium

  [ Bas Couwenberg ]
  * Team upload.
  * Add python3-sphinx to build dependencies.

  [ Antonio Valentino ]
  * New upstream release
  * Standard version bumped to v 4.1.1 (no change)
  * debian/control
    - remove unnecessary testsuite autopkgtest header (lintian)
  * debian/source.lintian-overrides
    - added an override for python-foo-but-no-python3-foo python-mpop:
      python-mpop does not support Python 3 currently (see
      https://github.com/pytroll/mpop/issues/19)

 -- Antonio Valentino <antonio.valentino@tiscali.it>  Sat, 21 Oct 2017 07:19:17 +0000

python-mpop (1.4.0-3) unstable; urgency=medium

  * Team upload.
  * Replace python-imaging dependency with python-pil.
    (closes: #866466)
  * Bump Standards-Version to 4.0.0, no changes.

 -- Bas Couwenberg <sebastic@debian.org>  Thu, 29 Jun 2017 19:28:55 +0200

python-mpop (1.4.0-2) unstable; urgency=medium

  * Team upload.
  * Move from experimental to unstable.

 -- Bas Couwenberg <sebastic@debian.org>  Sun, 18 Jun 2017 16:57:11 +0200

python-mpop (1.4.0-1) experimental; urgency=low

  * New upstream release
  * Update copyright file
  * debian/patches
    - refresh all patches
    - drop 0004-tempararily-disable-TestProjector.test_init.patch,
      no longer necessary

 -- Antonio Valentino <antonio.valentino@tiscali.it>  Sun, 12 Mar 2017 09:23:50 +0000

python-mpop (1.3.1-1) unstable; urgency=medium

  * New upstream release

 -- Antonio Valentino <antonio.valentino@tiscali.it>  Wed, 14 Dec 2016 20:42:08 +0000

python-mpop (1.3.0-2) unstable; urgency=medium

  [ Antonio Valentino ]
  * debian/patches
    - new 0006-Disable-TestEmptyImage.test_pil_image.patch.
      Incompatibility with Pillow 3.4.2 (Closes: #843107, #843079)

  [ Bas Couwenberg ]
  * Fix typo in 0006-Disable-TestEmptyImage.test_pil_image.patch.

 -- Antonio Valentino <antonio.valentino@tiscali.it>  Sat, 05 Nov 2016 08:01:01 +0000

python-mpop (1.3.0-1) unstable; urgency=medium

  [ Antonio Valentino ]
  * New upstream release
  * debian/copytight
    - fix Format URL
  * debian/control
    - standard version bumped to 3.9.8 (no change)
  * debian/rules
    - enable parallel build
  * debian/patches
    - new 0005-Include-test-sub-package.patch
    - refresh all patches

  [ Bas Couwenberg ]
  * Override dh_python2 to call dh_numpy too.
  * Update copyright file, changes:
    - Group copyright statements by license
    - Update copyright years for copyright holders
    - Drop .0 from GPL-3+ license shortname

 -- Antonio Valentino <antonio.valentino@tiscali.it>  Tue, 01 Nov 2016 15:45:41 +0000

python-mpop (1.2.1-1) unstable; urgency=medium

  [ Antonio Valentino ]
  * New upstream release (Closes: #813873)
  * Refresh all patches
  * Fix debian/watch file
  * Upadated debian/copyright
  * debian/control
    - standard version bumped to 3.9.7 (no change)
    - fix Vcs-* URLs
    - update dependencies
  * debian/patches:
    - new 0002_fix_intersphinx_inventory_path.patch: avoid internet access
      when generating sphinx doc
    - new 0003_fix_missing_trollsift.patch: skip tests on the PPSReader if
      the trollsift module is not installed
    - new tempararily-disable-TestProjector.test_init.patch: see upstream
      bug https://github.com/pytroll/pyresample/issues/36

  [ Bas Couwenberg ]
  * Add gbp.conf to use pristine-tar by default.

 -- Antonio Valentino <antonio.valentino@tiscali.it>  Sat, 27 Feb 2016 18:15:15 +0000

python-mpop (1.0.0-1) unstable; urgency=low

  * Initial release (Closes: #754556)

 -- Antonio Valentino <antonio.valentino@tiscali.it>  Sun, 22 Jun 2014 12:53:26 +0000