summaryrefslogtreecommitdiffstats
path: root/debian/changelog
blob: 04ca4465381c0eac4094f5bbd57f45c937188edf (plain)
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
ansible-lint (6.17.2-2) unstable; urgency=medium

  * Team upload.
  * Add patch for newer ruamel.yaml 0.18.5+
  * Enable testing using pybuild & pytest, also as autopkgtests.
  * Ignore lintian complaints about ansiblelint/rules/*.md "package-
    contains-documentation-outside-usr-share-doc"
  * d/control: reformatted
  * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)

 -- Michael R. Crusoe <crusoe@debian.org>  Mon, 29 Apr 2024 12:48:02 +0200

ansible-lint (6.17.2-1) unstable; urgency=medium

  * New upstream version 6.17.2
  * d/ansible-lint.1: Update manpage (closes: #1037412)

 -- Samuel Henrique <samueloph@debian.org>  Thu, 22 Jun 2023 23:36:14 +0100

ansible-lint (6.17.1-1) unstable; urgency=medium

  * New upstream version 6.17.1
  * d/patches:
    - Update remove_version_check.patch
    - Drop remove_vendored_code.patch
  * d/control: Update dependencies as per upstream

 -- Samuel Henrique <samueloph@debian.org>  Fri, 16 Jun 2023 20:26:47 +0100

ansible-lint (6.13.1-1) unstable; urgency=medium

  * New upstream version 6.13.1
  * d/p/remove_version_check.patch: Refresh patch

 -- Samuel Henrique <samueloph@debian.org>  Sun, 26 Feb 2023 11:49:21 +0000

ansible-lint (6.12.2-1) unstable; urgency=medium

  * New upstream version 6.12.2
  * d/p/remove_version_check.patch: Refresh patch
  * d/p/remove_vendored_code.patch: New patch to remove vendored code usage

 -- Samuel Henrique <samueloph@debian.org>  Fri, 10 Feb 2023 23:03:31 +0000

ansible-lint (6.12.1-1) unstable; urgency=medium

  * New upstream version 6.12.1

 -- Samuel Henrique <samueloph@debian.org>  Wed, 08 Feb 2023 18:52:46 +0000

ansible-lint (6.11.0-1) unstable; urgency=medium

  * New upstream version 6.11.0
  * d/control: Add new dependencies: black, git and python3-jinja2
  * d/p/remove_version_check.patch: Refresh patch

 -- Samuel Henrique <samueloph@debian.org>  Fri, 20 Jan 2023 22:44:05 +0000

ansible-lint (6.9.1-1) unstable; urgency=medium

  * New upstream version 6.9.1
  * Bump Standards-Version to 4.6.2
  * d/control: Add new dependency python3-filelock and bump jsonschema
    requirement to 4.10.0
  * d/p/disable_scm_version.patch: Drop patch in favor of using
    python3-setuptools-scm
  * d/p/remove_version_check.patch: New patch to disable external version
    check

 -- Samuel Henrique <samueloph@debian.org>  Sun, 15 Jan 2023 21:56:11 +0000

ansible-lint (6.7.0-1) unstable; urgency=medium

  * New upstream version 6.7.0
  * Bump Standards-Version to 4.6.1.
  * d/control: Bump version requirement of jsonschema to 4.9.0.
  * d/tests: Drop autopkgtests, they were never too good and the maintenance
    cost is too high.
  * d/watch: Update file to drop alpha and beta releases, also use GitHub's
    API.

 -- Samuel Henrique <samueloph@debian.org>  Sat, 17 Dec 2022 20:22:48 +0000

ansible-lint (6.3.0-2) unstable; urgency=medium

  * Upload to unstable
  * d/tests/control: Disable nomatch test, broken upstream

 -- Samuel Henrique <samueloph@debian.org>  Sun, 17 Jul 2022 16:28:05 +0200

ansible-lint (6.3.0-1) experimental; urgency=medium

  * New upstream version 6.3.0 (closes: #1012366)
    - This upload is blocked from going to unstable until
      python3-jsonschema >= 4.6.0 gets uploaded to it.
  * Move package maintenance under the Python's team
  * d/control:
    - New dependencies python3-ansible-compat and python3-jsonschema
    - Drop ansible in favor of ansible-core (closes: #982653)
  * d/copyright: Remove entry for deleted file 'NoLogPasswordsRule.py'
  * d/docs:
    - Stop installing examples folder (they're actually ansible test data)
    - Rename README.rst to README.md
  * d/p/disable_scm_version.patch: Update patch

 -- Samuel Henrique <samueloph@debian.org>  Sat, 18 Jun 2022 18:55:02 +0100

ansible-lint (5.4.0-2) unstable; urgency=medium

  * d/watch: Fix URL regression/typo from last upload

 -- Samuel Henrique <samueloph@debian.org>  Sat, 26 Feb 2022 17:52:12 +0000

ansible-lint (5.4.0-1) unstable; urgency=medium

  * New upstream version 5.4.0
  * Bump Standards-Version to 4.6.0
  * Update upstream URLs
  * d/NEWS: Create news file and warn about new "--offline" flag,
    without it, ansible-lint will try and download roles and collections set
    in requirements.yml (if the file exists), using ansible-galaxy, into a
    temporary folder.
  * d/control:
    - Add ansible-core as an alternative dependency (will become the default
      once #1001040 is fixed)
    - Update dependencies list according to upstream and
      wrap-and-sort
  * d/copyright:
    - Update copyright info (upstream is both GPL-3 and Expat)
    - Update debian/ years and remove deleted file
  * d/p/disable_scm_version.patch: Update patch
  * d/salsa-ci.yml: Remove file in favor of using default CI settings
  * d/t/tests
    - Ignore experimental findings in tests and use package
      provided files
    - Don't call tests from source code root to avoid parsing upstream's
      .yamllint

 -- Samuel Henrique <samueloph@debian.org>  Sat, 26 Feb 2022 00:30:15 +0000

ansible-lint (4.3.7-1) unstable; urgency=medium

  * New upstream version 4.3.7
  * d/p/fix-examples.patch: Remove patch, merged upstream

 -- Samuel Henrique <samueloph@debian.org>  Wed, 04 Nov 2020 19:37:49 +0000

ansible-lint (4.3.5-1) unstable; urgency=medium

  * New upstream version 4.3.5
  * Add d/salsa-ci.yml
  * d/t/lots-of-warnings: Update test

 -- Samuel Henrique <samueloph@debian.org>  Sat, 03 Oct 2020 18:23:01 +0100

ansible-lint (4.3.1-1) unstable; urgency=medium

  * New upstream version 4.3.1
  * Bump DH to 13
  * Bump Standards-Version to 4.5.0
  * Add d/gbp.conf
  * d/p/fix-examples.patch: new patch to fix example used on autopkgtest
  * d/t/lots-of-warnings: Update test
  * d/copyright: Remove Files-Excluded field as there's no repackaging anymore

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

 -- Samuel Henrique <samueloph@debian.org>  Sat, 03 Oct 2020 17:30:44 +0100

ansible-lint (4.2.0-1) unstable; urgency=medium

  * New upstream version 4.2.0
  * Update Standards-Version to 4.4.1
  * Use debhelper-compat
  * The upstream tarball is now dfsg compliant as it does not ship the "docs"
    directory anymore.
  * d/control:
    - Add Dependency python3-ruamel.yaml
    - Add Rules-Requires-Root: no
    - Remove Build-Dependency python3-setuptools-scm-git-archive
  * d/patches:
    - add_setup_py.patch: New patch to add setup_py
    - disable_scm_version.patch:
      ~ Set version on setup.cfg without using scm module
      ~ Update patch
  * d/tests/lots-of-warnings: Get a predictable output for different test envs

 -- Samuel Henrique <samueloph@debian.org>  Sun, 08 Dec 2019 20:39:41 +0000

ansible-lint (4.1.0+dfsg.1-2) unstable; urgency=medium

  [ Ryo IGARASHI ]
  * Fix rules location in manpage (closes: #934011)

  [ Samuel Henrique ]
  * Bump Standards-Version to 4.4.0
  * Remove underline of runtime test name
  * Add missing dependency of python3-pkg-resources

 -- Samuel Henrique <samueloph@debian.org>  Wed, 04 Sep 2019 01:01:45 +0100

ansible-lint (4.1.0+dfsg.1-1) unstable; urgency=medium

  * New upstream version 4.1.0+dfsg.1 (closes: #918783)
    - dfsg.1: Remove docs dir, which contains non-free code
      and we don't use any of it anyway.
  * Use python3 instead of python2 (closes: #921030)
  * Bump DH level to 12
  * Bump Standards-Version to 4.3.0
  * Add myself as an uploader
  * Move packaging to salsa
  * Add autopkgtests
  * d/docs: update docs of new release
  * d/control: add new build dependencies of latest release
  * d/copyright: update all entries
  * d/p/disable_scm_version.patch: new patch to disable usage of pypi
  * d/rules: use pybuild instead of distutils
  * d/watch: create file and point to GitHub
  * wrap-and-sort -a

 -- Samuel Henrique <samueloph@debian.org>  Sun, 24 Feb 2019 12:30:38 +0000

ansible-lint (3.4.20+git.20180203-1) unstable; urgency=medium

  * New upstream release (Closes: #882066)

 -- Gregory Colpart <reg@debian.org>  Sat, 03 Feb 2018 18:50:23 +0100

ansible-lint (3.4.13+git.20170811-1-1) unstable; urgency=medium

  * Initial release (Closes: #799144)

 -- Gregory Colpart <reg@debian.org>  Fri, 11 Aug 2017 16:56:58 -0400