File: changelog

package info (click to toggle)
python-daiquiri 3.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 240 kB
  • sloc: python: 888; makefile: 5
file content (152 lines) | stat: -rw-r--r-- 4,586 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
python-daiquiri (3.4.0-1) unstable; urgency=medium

  * Team Upload
  * Switch to new incorporated repos, same author
  * New upstream version 3.4.0
  * Drop build-dep on python3-testtools

 -- Alexandre Detiste <tchet@debian.org>  Tue, 10 Mar 2026 19:47:37 +0100

python-daiquiri (3.0.1-2) unstable; urgency=medium

  * Team Upload
  * Clean better (Closes: #1045901)
  * add dependency on python3-pythonjsonlogger, enable most tests
    * enable Testsuite: autopkgtest-pkg-pybuild
    * mark old autopkgtest as superficial
  * Add debian/salsa-ci.yml
  * Use dh-sequence-python3
  * Bump Standards-Version to 4.7.3, drop Priority: tag
  * Rewrite d/watch in v5 format

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Update renamed lintian tag names in lintian overrides.
  * Set upstream metadata fields: Repository-Browse.

 -- Alexandre Detiste <tchet@debian.org>  Sun, 08 Mar 2026 13:35:50 +0100

python-daiquiri (3.0.1-1) unstable; urgency=medium

  * Team upload

  [ Chris Lamb ]
  * New upstream release.
  * Bump Standards-Version to 4.5.0.

  [ 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.

  [ Antonio Terceiro ]
  * New upstream version 3.0.1
  * Drop obsolete lintian overrides file
  * Bump Standards-Version to 4.6.0

 -- Antonio Terceiro <terceiro@debian.org>  Tue, 09 Nov 2021 09:39:57 -0300

python-daiquiri (1.6.0-1) unstable; urgency=medium

  * New upstream release.
  * Move to debhelper compat level 12.
  * Drop debian/source/options.

 -- Chris Lamb <lamby@debian.org>  Wed, 11 Sep 2019 10:36:09 +0100

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

  * No-change sourceful upload to unstable to ensure transitioin to testing.

 -- Chris Lamb <lamby@debian.org>  Sat, 20 Jul 2019 17:00:50 -0300

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

  * Move package to under Debian Python Modules Team.
  * Add gitlab-ci.yml.
  * Bump Standards-Version to 4.4.0.

 -- Chris Lamb <lamby@debian.org>  Sat, 20 Jul 2019 10:48:31 -0300

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

  * New upstream release.
  * Tidy package long description.
  * Fix debian/watch.
  * Move to debhelper-compat virtual package and remove debian/compat file.
  * wrap-and-sort -sa.
  * Bump Standards-Version to 4.2.1.

 -- Chris Lamb <lamby@debian.org>  Wed, 24 Oct 2018 23:29:43 -0400

python-daiquiri (1.3.0-4) unstable; urgency=medium

  * Drop ancient "X-Python3-Version: >= 3.2" field.
  * Update Vcs-* to point to salsa.
  * Bump Standards-Version to 4.1.4.
  * Ensure Vcs-Git field is "canonical."

 -- Chris Lamb <lamby@debian.org>  Thu, 07 Jun 2018 23:01:20 +0100

python-daiquiri (1.3.0-3) unstable; urgency=medium

  * Bump Standards-Version to 4.1.3.
  * Move to dehelper compat level 11.
  * Install examples/ directory.
  * Move to HTTPS Format: URI in debian/copyright.
  * Override:
    - debian-watch-does-not-check-gpg-signature.
    - no-upstream-changelog.

 -- Chris Lamb <lamby@debian.org>  Wed, 07 Feb 2018 22:51:52 +0000

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

  * Ensure all dependencies are available for DEP-8 tests. Thanks to Corey
    Bryant <corey.bryant@canonical.com> for the patch. (Closes: #882876)
  * Use HTTPS URI in debian/watch.
  * Bump Standards-Version to 4.1.1.

 -- Chris Lamb <lamby@debian.org>  Tue, 28 Nov 2017 08:56:49 +0900

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

  * New upstream release.

 -- Chris Lamb <lamby@debian.org>  Wed, 20 Sep 2017 08:29:15 +0100

python-daiquiri (1.2.2-1) unstable; urgency=medium

  * New upstream release.
  * Tidy debian/tests/control.
    - Rename smoketest -> 0001-smoketest.
  * Add .travis.yml from <http://travis.debian.net>.

 -- Chris Lamb <lamby@debian.org>  Sat, 19 Aug 2017 09:47:17 -0700

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

  * New upstream release.

 -- Chris Lamb <lamby@debian.org>  Sun, 23 Jul 2017 10:16:56 +0100

python-daiquiri (1.1.0-2) unstable; urgency=medium

  * Fixup package long description:
    - Fix "its" typo in long description. Thanks to Cyril Brulebois (kibi).
    - Wrap long line.

 -- Chris Lamb <lamby@debian.org>  Sun, 16 Jul 2017 22:27:03 +0100

python-daiquiri (1.1.0-1) unstable; urgency=medium

  * New upstream release.

 -- Chris Lamb <lamby@debian.org>  Fri, 14 Jul 2017 14:35:14 +0100

python-daiquiri (1.0.1-1) unstable; urgency=medium

  * Initial release. (Closes: #867322)

 -- Chris Lamb <lamby@debian.org>  Wed, 05 Jul 2017 20:32:00 +0100