File: changelog

package info (click to toggle)
python-iso8601 2.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 292 kB
  • sloc: python: 438; makefile: 146
file content (171 lines) | stat: -rw-r--r-- 5,564 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
python-iso8601 (2.1.0-2) unstable; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <zigo@debian.org>  Thu, 19 Sep 2024 16:37:24 +0200

python-iso8601 (2.1.0-1) experimental; urgency=medium

  * New upstream release.

 -- Thomas Goirand <zigo@debian.org>  Sat, 24 Feb 2024 11:21:19 +0100

python-iso8601 (1.0.2-1) unstable; urgency=medium

  * Add myself as uploader.
  * New upstream release.
  * Ran wrap-and-sort -bastk.
  * Follow upstream and switch from setuptools to pybuild-plugin-pyproject.
  * Removed now useless 0001-fix-broken-distutils.patch.
  * Add build-dependencies:
    - python3-hypothesis
    - python3-tz

 -- Thomas Goirand <zigo@debian.org>  Wed, 16 Feb 2022 12:35:27 +0100

python-iso8601 (0.1.16-1) unstable; urgency=medium

  * Team upload.

  [ Gordon Ball ]
  * Fix broken d/watch pattern after github changes
  * New upstream version 0.1.16
  * Standards-Version: 4.6.0
  * Debhelper compat 13

 -- Gordon Ball <gordon@chronitis.net>  Sat, 09 Oct 2021 21:20:36 +0000

python-iso8601 (0.1.13-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Debian Janitor ]
  * Update standards version to 4.5.0, no changes needed.

  [ Gordon Ball ]
  * d/control, copyright, watch: update homepage/tarball source to Github
  * New upstream version 0.1.13
  * d/control: Rules-Requires-Root: no

 -- Gordon Ball <gordon@chronitis.net>  Fri, 11 Dec 2020 15:11:42 +0000

python-iso8601 (0.1.12-2) unstable; urgency=medium

  * Drop python2 support; Closes; #937847

 -- Sandro Tosi <morph@debian.org>  Sun, 12 Apr 2020 16:01:01 -0400

python-iso8601 (0.1.12-1) unstable; urgency=medium

  * Non-maintainer upload.
  * New upstream version.
  * Remove Barry Warsaw as uploader.
  * Bump standards version.
  * Call python2 instead of python in the Python2 autopkg test.

 -- Matthias Klose <doko@debian.org>  Mon, 06 Jan 2020 18:38:15 +0100

python-iso8601 (0.1.11-2) unstable; urgency=medium

  * Team upload.
  * Fixed VCS URL (https)
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Use https protocol in Format field
  * d/control: Deprecating priority extra as per policy 4.0.1
  * d/watch: Use https protocol
  * d/control: Remove ancient X-Python-Version field
  * d/control: Remove ancient X-Python3-Version field
  * Convert git repository from git-dpm to gbp layout
  * Use debhelper-compat instead of debian/compat.
  * Drop PyPy support
  * Use pybuild for building package
  * d/pyversions: Remove, not needed and obsolete
  * Bump debhelper compat level to 12
  * Bump standards version to 4.4.0 (no changes)
  * Enable autopkgtest-pkg-python testsuite

 -- Ondřej Nový <onovy@debian.org>  Tue, 23 Jul 2019 17:42:44 +0200

python-iso8601 (0.1.11-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * d/copyright: Update Source location.
  * d/control:
    - Drop unnecessary version constraints.
    - Update Vcs-Browser URI.

 -- Tristan Seligmann <mithrandi@debian.org>  Wed, 18 Nov 2015 21:05:38 +0200

python-iso8601 (0.1.10-3) unstable; urgency=medium

  * Team upload.
  * d/control:
    - Add pypy-iso8601 package.
    - Fix capitalization of "Python" in descriptions.
    - Remove unnecessary XS-Testsuite field.
  * d/rules: Add --with pypy.
  * d/copyright: Fix ordering of stanzas.

 -- Tristan Seligmann <mithrandi@debian.org>  Fri, 04 Sep 2015 09:07:54 +0200

python-iso8601 (0.1.10-2) unstable; urgency=medium

  * d/control: Bump Standards-Version with no other changes necessary.
  * d/watch: Use the pypi.debian.net redirector.
  * d/compat: Bump to version 9.

 -- Barry Warsaw <barry@debian.org>  Mon, 08 Jun 2015 17:55:50 -0400

python-iso8601 (0.1.10-1) unstable; urgency=medium

  * Adopt package into DPMT, with permission of original maintainer.
  * Imported package into team git repo, using `git-import-dscs --debsnap`.
  * d/control:
    - Updated build dependencies.
    - Added myself to Maintainer and the team to Uploaders.
    - Updated Standards-Version with no other changes necessary.
    - Added X-Python{,3}-Version headers.
    - Updated Homepage header.
    - Added Vcs-* headers
    - Added XS-Testsuite header.
  * d/patches: Let gbp-pq rename and adjust debian/patches/*
  * d/tests: Added DEP-8 tests for Python 2 and 3.

 -- Barry Warsaw <barry@debian.org>  Fri, 29 Aug 2014 11:01:06 -0700

python-iso8601 (0.1.10-0.2) unstable; urgency=medium

  * Non-maintainer upload.
  * debian/control: Remove unnecessary build dependency on python-support.

 -- Barry Warsaw <barry@debian.org>  Wed, 02 Jul 2014 16:02:49 -0400

python-iso8601 (0.1.10-0.1) unstable; urgency=medium

  * Non-maintainer upload.
  * New upstream release (Closes: #740311).
  * Added Python3 support (Closes: #738327).
  * Switch away from python-support which is deprecated, use dh short style
    and python-setuptools instead.
  * Running the unit tests using pytest.
  * debian/copyright in parseable format 1.0.

 -- Thomas Goirand <zigo@debian.org>  Wed, 12 Mar 2014 14:15:58 +0000

python-iso8601 (0.1.8-1) unstable; urgency=low

  * New upstream version. (Closes: #732284)
  * Add debian/watch file to avoid these bugs in the future.

 -- Benjamin Mako Hill <mako@debian.org>  Tue, 17 Dec 2013 12:56:36 -0800

python-iso8601 (0.1.4-1) unstable; urgency=low

  * Initial release of package in Debian. (Closes: #612941)

 -- Benjamin Mako Hill <mako@debian.org>  Fri, 11 Feb 2011 00:40:18 -0500