File: changelog

package info (click to toggle)
python-dateutil 2.5.3-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 908 kB
  • ctags: 1,329
  • sloc: python: 9,045; sh: 11; makefile: 5
file content (172 lines) | stat: -rw-r--r-- 5,492 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
python-dateutil (2.5.3-2) unstable; urgency=medium

  * [458e1f9] Move test dependencies from debian/control to
    debian/tests/control
  * [4c7a166] Use unittest.skip correctly
  * [1aca1b9] Bump standads version
  * [8494f04] Use https:// Vcs-* fields
  * [1600fd1] Drop superfluous XS-Testsuite field

 -- Guido Günther <agx@sigxcpu.org>  Tue, 27 Sep 2016 09:09:45 +0200

python-dateutil (2.5.3-1) unstable; urgency=medium

  * [771b73d] New upstream version 2.5.3 (Closes: #837918)
  * [679dfa9] Adjust timezone removal patch
  * [0039af1] Run autopkgtests using nosetest
    since dateutil now has a testsuite instead of a test script

 -- Guido Günther <agx@sigxcpu.org>  Fri, 16 Sep 2016 11:50:55 +0200

python-dateutil (2.4.2-1) unstable; urgency=medium

  [ Guido Günther ]
  * [0b32e41] Update watch URL.
    Thanks to Thomas Kluyver
  * [c97e964] New upstream version 2.4.2
  * [948bc01] Rediff patches.
    Dropped Use-C-locale-when-calling-date.patch: <REASON>
  * [230aea3] Adjust paths to tests
  * [7973d50] Drop README
    not in upstream tarball anymore
  * [0fd6d39] Drop debian/examples
    since example got dropped upstream
  * [427b190] Build-dep on dh-python
    as suggested by dh_python2
  * [7d3a975] Bump standards version

  [ Diane Trout ]
  * [36b8175] Update watch file to use pypi.debian.net
  * [0acf506] Add Paul Ganssle's pgp key.
  * [9e32817] Let pybuild discover new test files.

 -- Guido Günther <agx@sigxcpu.org>  Sun, 15 Nov 2015 16:26:21 +0100

python-dateutil (2.2-2) unstable; urgency=medium

  * Upload to unstable

 -- Guido Günther <agx@sigxcpu.org>  Fri, 17 Oct 2014 10:12:00 +0200

python-dateutil (2.2-1) experimental; urgency=medium

  [ Martin Pitt ]
  * [f763d2a] Use allow-stderr since the tests output to stderr

  [ Guido Günther ]
  * [1d5281e] New upstream version 2.2 (Closes: #688551)
  * [8228ef9] Rediff patches
  * [795bb05] Ship python3 package as well

 -- Guido Günther <agx@sigxcpu.org>  Sat, 27 Sep 2014 21:24:01 +0200

python-dateutil (1.5+dfsg-1) unstable; urgency=medium

  [ Guido Günther ]
  * [43a04cc] Remove .pc/ directory.
    This only confuses version control
  * [09e938a] User proper extension for patch file
  * [2909f7b] Bump standards version
  * Acknowledge NMU, thanks Scott!

  [ Jean-Baptiste Lallement ]
  * [cddbc8b] Add autopkgtest. This runs the upstream test suite against the
    installed package (Closes: #729461)

 -- Guido Günther <agx@sigxcpu.org>  Sun, 05 Jan 2014 18:28:14 +0100

python-dateutil (1.5+dfsg-0.1) unstable; urgency=low

  * Non-maintainer upload.
  * Repack upstream tarball to remove non-free time zone information
    (sourceless binary data) (Closes: #665894)
  * Remove reference to dateutil/zoneinfo/zoneinfo-2010g.tar.gz from both
    upstream build system and debian/rules
    - The file was not shipped in the binary, so there's no impact on the
      functionality of the package

 -- Scott Kitterman <scott@kitterman.com>  Fri, 06 Jul 2012 09:00:45 -0400

python-dateutil (1.5-1) unstable; urgency=low

  [ Guido Günther ]
  * [5e8a55e] New upstream version 1.5
  * [ac4e883] Switch to 3.0 (quilt) source format (Closes: #637992)
    Thanks to Fladischer Michael for the patch
  * [07b2b97] Turn into quilt patch
  * [8eac570] Activate tests

  [ Fladischer Michael ]
  * [eda9261] Remove XS-* from VCS fields

 -- Guido Günther <agx@sigxcpu.org>  Tue, 30 Aug 2011 22:20:22 +0200

python-dateutil (1.4.1-4) unstable; urgency=low

  [ Barry Warsaw ]
  * [1cda493] Switch to dh_python2 (Closes: #633888) (LP: #788514)

  [ Guido Günther ]
  * [22c75cc] Bump standard version
  * [7acb296] Depend on python-all since we don't ship arch any packages

 -- Guido Günther <agx@sigxcpu.org>  Sat, 16 Jul 2011 20:59:10 +0200

python-dateutil (1.4.1-3) unstable; urgency=low

  * [95a66ef] depend on tzdata and update description
  * [93fe8b9] don't depend on pysupport internals (Closes: #516907) -
    thanks to Josselin Mouette for pointing this out and providing a fix

 -- Guido Günther <agx@sigxcpu.org>  Tue, 24 Feb 2009 22:30:33 +0100

python-dateutil (1.4.1-2) unstable; urgency=low

  * [a5de481] don't ship timezone information (Closes: #416204)
  * [4f4aa5d] add README.source
  * [174ea3e] bump standards version

 -- Guido Guenther <agx@sigxcpu.org>  Tue, 30 Sep 2008 18:49:25 +0200

python-dateutil (1.4.1-1) unstable; urgency=low

  * [292923b] New Upstream version 1.4.1
  * [abd914e] uscan: justs downloading is enough

 -- Guido Guenther <agx@sigxcpu.org>  Thu, 14 Aug 2008 08:44:02 +0200

python-dateutil (1.4-1) unstable; urgency=low

  * new upstream version
  * add watch file from dehs.debian.org
  * build-depend on python-setuptools 

 -- Guido Guenther <agx@sigxcpu.org>  Wed, 12 Mar 2008 10:59:20 +0100

python-dateutil (1.3-1) unstable; urgency=low

  * New Upstream Version

 -- Guido Guenther <agx@sigxcpu.org>  Mon, 10 Dec 2007 10:10:42 +0100

python-dateutil (1.2-1) unstable; urgency=low

  * New Upstream Version

 -- Guido Guenther <agx@sigxcpu.org>  Sun, 05 Aug 2007 14:35:21 +0200

python-dateutil (1.1-1) unstable; urgency=low

  * new upstream version
  * add pyversions file
  * depend on python-all-dev instead of python-dev so we can build for all
    currently supported python versions

 -- Guido Guenther <agx@sigxcpu.org>  Tue, 12 Sep 2006 14:52:14 +0200

python-dateutil (1.0-1) unstable; urgency=low

  * Initial release (Closes: #386256)

 -- Guido Guenther <agx@sigxcpu.org>  Wed,  6 Sep 2006 10:33:06 +0200