File: changelog

package info (click to toggle)
django-oauth-toolkit 3.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,156 kB
  • sloc: python: 11,100; makefile: 159; javascript: 9; sh: 6
file content (281 lines) | stat: -rw-r--r-- 9,117 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
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
django-oauth-toolkit (3.0.1-1) unstable; urgency=low

  * New upstream version 3.0.1
  * Refresh patches.
  * Use dh-sequence-python3.
  * Bump Standards-Version to 4.7.0.

 -- Michael Fladischer <fladi@debian.org>  Wed, 11 Sep 2024 11:06:21 +0000

django-oauth-toolkit (2.4.0-2) unstable; urgency=medium

  * Team upload.
  * Replace obsolete python3-m2r with python3-sphinx-mdinclude

 -- Alexandre Detiste <tchet@debian.org>  Tue, 06 Aug 2024 02:23:05 +0200

django-oauth-toolkit (2.4.0-1) unstable; urgency=low

  * New upstream version 2.4.0
  * Refresh patches.
  * Update year in d/copyright.

 -- Michael Fladischer <fladi@debian.org>  Wed, 22 May 2024 15:22:47 +0000

django-oauth-toolkit (2.3.0-3) unstable; urgency=medium

  * Team upload
  * Remove extraneous dependencies on python3-mock & python3-six.
  * Apply Multiarch hint, make -doc package 'Multi-Arch: foreign'

 -- Alexandre Detiste <tchet@debian.org>  Mon, 15 Jan 2024 20:12:30 +0100

django-oauth-toolkit (2.3.0-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * source only upload to enable migration (Closes: #1059487)

 -- Paul Gevers <elbrus@debian.org>  Tue, 26 Dec 2023 19:24:12 +0100

django-oauth-toolkit (2.3.0-2) unstable; urgency=low

  * Build and ship documentation in python-django-oauth-toolkit-doc package.
  * Simplify d/rules by using execute_ target instead of override.
  * Add patch to remove remote image shields to prevent privacy issues.

 -- Michael Fladischer <fladi@debian.org>  Tue, 21 Nov 2023 16:22:20 +0000

django-oauth-toolkit (2.3.0-1) unstable; urgency=medium

  [ Lena Voytek ]
  * New upstream version 2.3.0 (Closes: #1052794).
  * Remove do not install test subpackage patch - fixed upstream
  * Update watch file to handle github file links

  [ Michael Fladischer ]
  * Build using pybuild-plugin-pyproject.
  * Bump Standards-Version to 4.6.2.
  * Update year in d/copyright.
  * Install testfiles using d/pybuild.testfiles.

 -- Michael Fladischer <fladi@debian.org>  Thu, 16 Nov 2023 10:34:03 +0000

django-oauth-toolkit (1.7.0-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on python3-django.

 -- Jelmer Vernooij <jelmer@debian.org>  Mon, 17 Oct 2022 04:22:38 +0100

django-oauth-toolkit (1.7.0-1) unstable; urgency=low

  * New upstream release.
  * Add patch to not install tests subpackages.
  * Use pytest-django to specify settings module used in tests.

 -- Michael Fladischer <fladi@debian.org>  Mon, 31 Jan 2022 08:45:40 +0000

django-oauth-toolkit (1.6.3-1) unstable; urgency=low

  * New upstream release.
  * Update year in d/copyright.
  * Use uscan version 4.

 -- Michael Fladischer <fladi@debian.org>  Fri, 14 Jan 2022 21:19:55 +0000

django-oauth-toolkit (1.6.0-1) unstable; urgency=low

  * New upstream release.
  * Refresh patches.
  * Bump Standards-Version to 4.6.0.1.
  * Depend on python3-all for autopkgtests.

 -- Michael Fladischer <fladi@debian.org>  Mon, 20 Dec 2021 10:02:22 +0000

django-oauth-toolkit (1.5.0-2) unstable; urgency=low

  * Remove unnecessary autopkgtest-pkg-python testsuite.
  * Enable upstream testsuite for autopkgtests.
  * Run wrap-and-sort -bast to reduce diff size of future changes.

 -- Michael Fladischer <fladi@debian.org>  Mon, 04 Oct 2021 20:59:11 +0000

django-oauth-toolkit (1.5.0-1) unstable; urgency=medium

  * Fix d/watch.
  * New upstream version.
    + Refresh patches.
    + Drop 0002-Add-DJANGO_SETTINGS_MODULE-to-get-picked-up-by-pytes.patch
      (applied upstream).
    + Depend on python3-jwcrypto.
    + Configure DJANGO_SETTINGS_MODULE for tests.
    + Depend on pytest-cov, -mock, and-xdist  for tests.
  * Update 0001-Replace-CDN-URL-with-a-local-bootstrap-CSS-file.patch for
    Django 3 (renamed tag library).
  * Rewrite 0003-Disable-test-which-requires-remote-host.patch using
    unittest.skip.
  * Bump Standards-Version (no changes needed).
  * Add myself as Uploader to track in DMD.

 -- Dominik George <natureshadow@debian.org>  Thu, 30 Sep 2021 11:29:40 +0200

django-oauth-toolkit (1.3.3-1) unstable; urgency=low

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

  [ Michael Fladischer ]
  * New upstream release.
  * Refresh patches.
  * Bump debhelper version to 13.
  * Add patch to disable test which requires remote host.

 -- Michael Fladischer <fladi@debian.org>  Wed, 21 Oct 2020 21:19:24 +0200

django-oauth-toolkit (1.3.2-1) unstable; urgency=low

  * New upstream release.
  * Refresh patches.

 -- Michael Fladischer <fladi@debian.org>  Sun, 26 Apr 2020 20:26:29 +0200

django-oauth-toolkit (1.3.0-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * Bump Standards-Version to 4.4.1.

  [ Nilesh Patra ]
  * New upstream version 1.3.0 (Closes: #952172)
  * Update patch as per newer standards
  * Add upstream/metadata
  * Add "Rules-Requires-Root:no"
  * Bump standards version to 4.5.0

  [ Michael Fladischer ]
  * Clean up .pytest_cache/CACHEDIR.TAG to allow two builds in a row.
  * Tell autodep8 to use the correct import name.

 -- Michael Fladischer <fladi@debian.org>  Sun, 15 Mar 2020 10:25:02 +0100

django-oauth-toolkit (1.2.0-2) unstable; urgency=medium

  * Team upload.
  * Reupload without binaries to allow migration (Closes: #934476).

 -- Andrey Rahmatullin <wrar@debian.org>  Tue, 20 Aug 2019 12:27:26 +0500

django-oauth-toolkit (1.2.0-1) unstable; urgency=low

  * New upstream release.
  * Refresh patches.
  * Bump debhelper version to 12.
  * Clean up pytest artifacts to allow two builds in a row.

 -- Michael Fladischer <fladi@debian.org>  Tue, 30 Jul 2019 22:39:52 +0200

django-oauth-toolkit (1.1.2-4) unstable; urgency=medium

  * Removed Ondrej from uploaders.

 -- Thomas Goirand <zigo@debian.org>  Fri, 26 Jul 2019 17:18:31 +0200

django-oauth-toolkit (1.1.2-3) unstable; urgency=medium

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat.

  [ Thomas Goirand ]
  * Added myself and onovy as uploaders.
  * Removed Python 2 support.
  * Standards-Version: 4.4.0.

 -- Thomas Goirand <zigo@debian.org>  Thu, 25 Jul 2019 05:30:05 +0200

django-oauth-toolkit (1.1.2-2) unstable; urgency=medium

  * Switch to libjs-bootstrap (Closes: #908423).
  * Clean up .pytest_cache/v/cache/nodeids to allow two builds in a row.
  * Bump Standards-Version to 4.2.1.
  * Create symlinks during dh_python2/dh_python3.

 -- Michael Fladischer <fladi@debian.org>  Sat, 22 Sep 2018 19:07:40 +0200

django-oauth-toolkit (1.1.2-1) unstable; urgency=low

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/control: Remove ancient X-Python-Version field
  * d/control: Remove ancient X-Python3-Version field

  [ Michael Fladischer ]
  * Update project homepage URL.
  * Drop absolete patches.
  * New upstream release.
  * Re-add DJANGO_SETTINGS_MODULE patch for tox.ini.
  * Bump debhelper compatibility and version to 11.
  * Bump Standards-Version to 4.1.4.
  * Run wrap-and-sort -bast to reduce diff size of future changes.
  * Enable autopkgtest-pkg-python testsuite.
  * CONTRIBUTING.rst was renamed to CONTRIBUTING.md.

 -- Michael Fladischer <fladi@debian.org>  Fri, 01 Jun 2018 18:55:36 +0200

django-oauth-toolkit (1.0.0-1) unstable; urgency=low

  * New upstream release (Closes: #865603).
  * Refresh patches after git-dpm to gbp pq conversion
  * Add python(3)-requests to Build-Depends as they are used during
    tests.
  * Add patches to fix tests for latest Django.
  * Adapt test settings to new upstream path.
  * Bump Standards-Version to 4.1.1.

 -- Michael Fladischer <fladi@debian.org>  Thu, 02 Nov 2017 16:58:18 +0100

django-oauth-toolkit (0.12.0-1~exp1) experimental; urgency=low

  * New upstream release.

 -- Michael Fladischer <fladi@debian.org>  Thu, 09 Mar 2017 17:45:30 +0100

django-oauth-toolkit (0.11.0-1) unstable; urgency=low

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

  [ Michael Fladischer ]
  * New upstream release.
  * Bump Standards-Version to 3.9.8.
  * Use https:// for copyright-format 1.0 URL.

 -- Michael Fladischer <fladi@debian.org>  Wed, 07 Dec 2016 17:28:13 +0100

django-oauth-toolkit (0.10.0-1) unstable; urgency=low

  * New upstream release.
  * Add python(3)-pytest and python(3)-pytest-django to Build-Depends to
    allow tests to run.
  * Clean up files to allow two builds in a row.
  * git-dpm init.

 -- Michael Fladischer <fladi@debian.org>  Fri, 25 Dec 2015 14:38:48 +0100

django-oauth-toolkit (0.9.0-1) unstable; urgency=medium

  * New upstream release (Closes: #796051).
  * Add libjs-twitter-bootstrap to Depends.
  * Add a symlink to the local bootstrap CSS file as a static asset.
  * Add use_local_bootstrap.patch to replace CDN URL with a local bootstrap
    CSS file.

 -- Michael Fladischer <fladi@debian.org>  Thu, 27 Aug 2015 21:30:37 +0200

django-oauth-toolkit (0.8.1-1) unstable; urgency=low

  * Initial release (Closes: #789711).

 -- Michael Fladischer <fladi@debian.org>  Tue, 23 Jun 2015 20:47:30 +0200