File: changelog

package info (click to toggle)
python-pymetar 0.19-1
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 148 kB
  • ctags: 80
  • sloc: python: 767; makefile: 12
file content (148 lines) | stat: -rw-r--r-- 5,757 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
python-pymetar (0.19-1) unstable; urgency=low

  * New upstream release.
    - Fixes a sky condition parsing bug found by Nils Gründl.

 -- Uli Martens <uli@youam.net>  Wed, 11 Apr 2012 09:57:26 +0200

python-pymetar (0.18-1) unstable; urgency=low

  * New upstream release (Closes: 661377)
    - Do not use self.windspeedknots internally (LP: #712434)
  * Remove copyright entry for manpage, it's no longer the one written by me
    but one by upstream himself.
  * Bump Standards-Version to 3.9.3 from 3.8.3, no changes necessary.
  * Bump debhelper compat level from 7 to 8, no changes necessary.
  * Build with dh_python2 instead of deprecated python-support:
    - Upgrade debhelper and python-all dependencies to needed versions, drop
      python-support Build-Dependency.
    - Add python2 addon to dh calls.
    - Manually remove the build/ tree in the clean target.

 -- Uli Martens <uli@youam.net>  Sun, 11 Mar 2012 13:36:56 +0100

python-pymetar (0.16-1) unstable; urgency=low

  * New upstream release
    - pymetar(1) man page is now included upstream
    - weather.py is now called pymetar in upstream, too. Workaround removed.
    - Example script bin/pymet was removed
  * Bump Standards-Version to 3.8.3 from 3.8.2, no changes necessary.
  * Packaging updates:
    - Edit setup.py reversibly in place instead of providing a derived version.

 -- Uli Martens <uli@youam.net>  Tue, 12 Jan 2010 06:32:42 +0100

python-pymetar (0.15-1) unstable; urgency=low

  * New upstream release
  * Cosmetic source changes without actual differences in the package:
    - Bump Standards-Version to 3.8.2 from 3.8.0
    - Update debhelper compat level from 4 to 7
    - Add ${misc:Depends} to the Depends:
  * Bump the dependency on debhelper to the lenny version (7.0.15)
  * Rewrite debian/rules to use debhelper/lenny capabilities
    (i.e. bin/dh, but no override-foo)
  * Add METAR, NOAA descriptions to the package description.
  * Rewrite the man page:
    - Explain METAR, NOAA abbreviations
    - State that the name of the HTTP_PROXY environment variable name is case
      insensitive
  * This upload reviewed and sponsored by Sebastian Harl <tokkee@debian.org>.
    Thank you!

 -- Uli Martens <uli@youam.net>  Sat, 01 Aug 2009 15:02:08 +0200

python-pymetar (0.14-2) unstable; urgency=low

  * Change build order for multiple python versions to build with the default
    python-version first. This prevents creating a versioned dependency on
    whichever python version was built first (Closes: 503615).
  * This upload and the 0.14-1 upload sponsored by Bernd Zeimetz
    <bzed@debian.org>. Thank you!

 -- Uli Martens <uli@youam.net>  Mon, 27 Oct 2008 09:20:51 +0100

python-pymetar (0.14-1) unstable; urgency=low

  * New Upstream Release:
    - Add "NSC" Non Significant Cloud condition (Closes: 440153).
      Thanks, Nicolas Évrard <nicoe@no-log.org> for submitting the patch.
  * Relicence pymetar.1 to GPL-2 or later, same as pymetar itself.
  * Update debian/copyright to match upstream copyright changes.
  * Small updates to the control file:
    - Build-Depends-Indep on python-support as this is not needed for cleaning.
    - Change python-all-dev dependency into python-all, we don't need -dev.
    - Bump debhelper versioned dependency to a version python-support doesn't
      conflict against
    - Bump Standards-Version to 3.8.0, nothing to do for that.
    - Add Homepage field to the debian/control file.
  * Small updates to the rules file:
    - Split dh_installexamples arguments in external file.
    - Change setup.py argument from --prefix to --root, remove usr/ from path.
  * Thanks for NMUing while I was hibernating:
    - 0.12-2.1 #373343 Pierre Habouzit
    - 0.12-2.2 #391391 Jérémy Bobbio and Pierre Habouzit
    - 0.12-2.3 #394031 Luis Rodrigo Gallardo Cruz and Matthias Klose

 -- Uli Martens <uli@youam.net>  Thu, 23 Oct 2008 07:54:28 +0200

python-pymetar (0.12-2.3) unstable; urgency=low

  * Rebuild to drop python2.3 dependency.

 -- Matthias Klose <doko@debian.org>  Wed,  1 Nov 2006 01:24:54 +0100

python-pymetar (0.12-2.2) unstable; urgency=low

  * Non-maintainer upload.

  [ Jérémy Bobbio ]
  * Fix position of dh_pysupport call in debian/rules (Closes: 391391).
  * Add versioned Build-Depends on python-support.

  [ Pierre Habouzit ]
  * Sponsoring upload.

 -- Pierre Habouzit <madcoder@debian.org>  Sat,  7 Oct 2006 15:56:50 +0200

python-pymetar (0.12-2.1) unstable; urgency=low

  * Non-maintainer upload.
  * Update package to the last python policy (Closes: #373343)
  * Bump Standards-Version to 3.7.2.
  * Build for all python versions.

 -- Pierre Habouzit <madcoder@debian.org>  Sat, 12 Aug 2006 00:40:17 +0200

python-pymetar (0.12-2) unstable; urgency=low

  * handle CAVOK tags based on a patch by Gregor Herrmann
    <gregor+debian@comodo.priv.at> (Closes: #290634)
  * This upload sponsored by Marc Brockschmidt <he@debian.org>. Thank you!

 -- Uli Martens <uli@youam.net>  Sun, 16 Jan 2005 18:30:15 +0100

python-pymetar (0.12-1) unstable; urgency=low

  * New Upstream Release
    (fixed: getVisibilityKilometers reported miles, not kilometers)
  * 0.10-1 sponsored by Peter Palfrader <weasel@debian.org>. Thank you!
  * 0.11-1 sponsored by Martin Wuertele <maxx@debian.org>. Thank you!
  * This upload sponsored by Gerfried Fuchs <alfie@debian.org>. Thank you!

 -- Uli Martens <uli@youam.net>  Fri,  3 Sep 2004 15:04:21 +0200

python-pymetar (0.11-1) unstable; urgency=low

  * New Upstream Release
    (adds proxy support to the library API)

 -- Uli Martens <uli@youam.net>  Mon, 23 Aug 2004 20:21:47 +0200

python-pymetar (0.10-1) unstable; urgency=low

  * Initial Release (Closes: #262953)

 -- Uli Martens <uli@youam.net>  Mon,  2 Aug 2004 12:30:00 +0200