File: changelog

package info (click to toggle)
python-kafka 2.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,636 kB
  • sloc: python: 20,457; makefile: 210; sh: 76
file content (153 lines) | stat: -rw-r--r-- 4,639 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
python-kafka (2.0.2-3) unstable; urgency=medium

  * Add Fixes-ypeError_Population_must_be_a_sequence.patch (Closes: #1026497).

 -- Thomas Goirand <zigo@debian.org>  Fri, 13 Jan 2023 08:44:22 +0100

python-kafka (2.0.2-2) unstable; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <zigo@debian.org>  Wed, 29 Sep 2021 12:31:58 +0200

python-kafka (2.0.2-1) experimental; urgency=medium

  * New upstream release.
  * Rebase and refresh patches.

 -- Thomas Goirand <zigo@debian.org>  Wed, 25 Aug 2021 09:34:29 +0200

python-kafka (2.0.1-2) unstable; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <zigo@debian.org>  Sun, 10 May 2020 01:44:48 +0200

python-kafka (2.0.1-1) experimental; urgency=medium

  * New upstream version (Closes: #946457).
  * d/control:
    - Add me to uploaders
    - Bump debhelper-compat
    - Bump standards-version
  * d/copyright: Add me to copyright
  * d/PKG-INFO: Update PKG-INFO
  * d/patches: Add skip-integration-test.patch

 -- Michal Arbet <michal.arbet@ultimum.io>  Thu, 30 Apr 2020 10:16:11 +0200

python-kafka (1.4.6-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * Running wrap-and-sort -bast
  * Use debhelper-compat instead of debian/compat.

  [ Thomas Goirand ]
  * New upstream release.
  * Removed Python 2 support (Closes: #937864).
  * Rebased remove-multiple-privacy-breaches.patch.
  * Rebased remove-old-lz4-test.patch.

 -- Thomas Goirand <zigo@debian.org>  Sun, 08 Sep 2019 12:53:09 +0200

python-kafka (1.4.3-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Use team+openstack@tracker.debian.org as maintainer

  [ Thomas Goirand ]
  * New upstream release.
  * Using python3 -m sphinx to build the doc.
  * Removed py37-compat.patch applied upstream.
  * Rebased remove-multiple-privacy-breaches.patch.
  * Removed do-not-test-lz4-compression.patch, now obsolete.
  * Add do-not-test-with-old-lz4.patch.

 -- Thomas Goirand <zigo@debian.org>  Fri, 07 Sep 2018 10:18:37 +0200

python-kafka (1.3.3-4) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org

  [ Thomas Goirand ]
  * Apply upstream patch for Python 3.7 compat with the async keyword. Thanks
    to James Page for forwarding the patch (Closes: #903031).

 -- Thomas Goirand <zigo@debian.org>  Tue, 10 Jul 2018 18:04:43 +0200

python-kafka (1.3.3-3) unstable; urgency=medium

  * Add remove-old-lz4-test.patch (Closes: #881986).

 -- Thomas Goirand <zigo@debian.org>  Fri, 17 Nov 2017 12:11:12 +0000

python-kafka (1.3.3-2) unstable; urgency=medium

  * Uploading to unstable (Closes: #834033).
  * Switched to debhelper 10.
  * Removed pre-depends on dpkg version.
  * Standards-Version is now 4.1.1.
  * Add patch to remove multiple privacy breaches in docs.
  * Remove docs/license.rst before building docs.

 -- Thomas Goirand <zigo@debian.org>  Wed, 01 Nov 2017 10:38:17 +0000

python-kafka (1.3.3-1) experimental; urgency=medium

  [ Daniel Baumann ]
  * Updating vcs fields.
  * Updating copyright format url.
  * Updating maintainer field.
  * Running wrap-and-sort -bast.
  * Updating standards version to 4.0.0.
  * Removing gbp.conf, not used anymore or should be specified in the
    developers dotfiles.
  * Updating standards version to 4.0.1.
  * Updating standards version to 4.1.0.

  [ Thomas Goirand ]
  * New upstream release.
  * Added unittest2 and pytest as build-depends.
  * Rebased do-not-use-sphinxcontrib.napoleon-theme.patch.
  * Do not test with lz4 compression (broken?).

 -- Thomas Goirand <zigo@debian.org>  Sun, 17 Sep 2017 20:28:34 +0000

python-kafka (0.9.5-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * Standards-Version is 3.9.8 now (no change)
  * d/rules: Changed UPSTREAM_GIT protocol to https

  [ Thomas Goirand ]
  * Add missing python-sphinx-rtd-theme build-dep (Closes: #830378).
  * Using pkgos-dh_auto_install.
  * Add no-intersphinx.patch.

 -- Thomas Goirand <zigo@debian.org>  Mon, 11 Jul 2016 11:11:11 +0200

python-kafka (0.9.5-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * Fixed VCS URLs (https).

  [ Thomas Goirand ]
  * New upstream release.
  * Fixed debian/copyright ordering.
  * Standards-Version: 3.9.7 (no change).

 -- Thomas Goirand <zigo@debian.org>  Wed, 02 Mar 2016 13:50:34 +0000

python-kafka (0.9.3-2) unstable; urgency=medium

  * Added missing python-mock build-deps.
  * Added PYTHONPATH=. when building sphinx doc.

 -- Thomas Goirand <zigo@debian.org>  Tue, 17 Feb 2015 15:22:08 +0000

python-kafka (0.9.3-1) unstable; urgency=medium

  * Initial release. (Closes: #778619)

 -- Thomas Goirand <zigo@debian.org>  Tue, 17 Feb 2015 15:35:34 +0100