File: changelog

package info (click to toggle)
python3-proselint 0.14.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,220 kB
  • sloc: python: 7,173; sh: 6; makefile: 3
file content (148 lines) | stat: -rw-r--r-- 4,968 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
python3-proselint (0.14.0-2) unstable; urgency=medium

  * Team upload.
  * Drop build-dependency on python3-pkg-resources (Closes: #1083593)

 -- Alexandre Detiste <tchet@debian.org>  Wed, 29 Jan 2025 14:07:36 +0100

python3-proselint (0.14.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 0.14.0
  * Refresh patches
  * Remove depedency on python3-setuptools
  * Use pytest for both build-time test & autopkgtest

 -- Alexandre Detiste <tchet@debian.org>  Thu, 12 Sep 2024 23:23:28 +0200

python3-proselint (0.13.0-1) unstable; urgency=medium

  * Non-maintainer upload.
  * New upstream version 0.13.0
  * switch to python3-nose2 (Closes: #1018458)
  * remove extraneous dependency on deprecated python3-{future,six}
  * add d/.gitignore
  * use new dh-sequence-python3
  * update d/watch to v4
  * re-enable tests
  * update lintian-overrides for new syntax
  * lintian: incorrect-packaging-filename
  * lintian: missing-prerequisite-for-pyproject-backend

 -- Alexandre Detiste <tchet@debian.org>  Wed, 13 Dec 2023 00:45:02 +0100

python3-proselint (0.10.2-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

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

 -- Sandro Tosi <morph@debian.org>  Sat, 04 Jun 2022 16:08:47 -0400

python3-proselint (0.10.2-2) unstable; urgency=medium

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

  [ Scott Kitterman ]
  * Fix autopkgtest to test all supported versions reliably (Closes: #954481)

 -- Scott Kitterman <scott@kitterman.com>  Sat, 21 Mar 2020 23:53:42 -0400

python3-proselint (0.10.2-1) unstable; urgency=medium

  * New upstream version 0.10.0
    - Add reading from stdin
  * New upstream version 0.10.1
    - Add support to use as pre-commit
  * New upstream version 0.10.2
  * Update manpage with `proselint -` option

 -- Víctor Cuadrado Juan <me@viccuad.me>  Sat, 04 Aug 2018 19:32:30 +0200

python3-proselint (0.9.0-1) unstable; urgency=medium

  * New upstream version 0.9.0
    - Comply with XDG spec
  * Drop 0002-Add-missing-illegal-chars.txt-file-to-tests.patch, upstreamed
  * Update 0001-Don-t-delete-.pyc-files-in-debug.patch

 -- Víctor Cuadrado Juan <me@viccuad.me>  Sun, 22 Jul 2018 18:59:02 +0200

python3-proselint (0.8.0-3) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP
  * d/control: Remove ancient X-Python3-Version field

  [ Víctor Cuadrado Juan ]
  * Remove unnecessary `Testsuite: autokpgtest-pkg-python` field
  * Add python3-lib2to3 d/tests/control (Closes: #895569)
  * Bump Std-Ver to 4.1.5, no changes needed
  * Convert from git-dpm to patches unapplied format (gbp)
  * Bump dh compat to 11, add Rules-Requires-Root: no
  * Add lintian-overrides for wrong section and docs outside /usr/share

 -- Víctor Cuadrado Juan <me@viccuad.me>  Thu, 12 Jul 2018 14:47:30 +0200

python3-proselint (0.8.0-2) unstable; urgency=medium

  * Bump Std-Ver to 4.0.0
  * Upload back to Unstable after freeze

 -- Víctor Cuadrado Juan <me@viccuad.me>  Sun, 25 Jun 2017 23:02:09 +0200

python3-proselint (0.8.0-1) experimental; urgency=medium

  * New upstream version 0.8.0
  * Update 0001-Remove-debug-clearcache-functionality.patch
  * Add 0002-Add-missing-illegal-chars.txt-file-to-tests.patch
  * Enable upstream nosetests in autopkgtest
  * Shortcircuit nosetests on build, some run against installed binaries
  * Update d/copyright years

 -- Víctor Cuadrado Juan <me@viccuad.me>  Mon, 22 May 2017 21:46:22 +0200

python3-proselint (0.7.0-1) unstable; urgency=medium

  [ Víctor Cuadrado Juan ]
  * New Upstream release
    - Remove `shell=True` as they are a security hazard (Closes: #827445)
  * Drop 0002-Make-proselint-work-on-read-only-files.patch as
    it has been upstreamed
  * Update d/proselint.1 manpage for v0.7.0
  * Add TODO.Debian
  * Run `wrap-and-sort -ast`

  [ Mattia Rizzolo ]
  * Add git-dpm tag config
  * Bump debhelper compat level to 10

 -- Víctor Cuadrado Juan <me@viccuad.me>  Thu, 10 Nov 2016 22:18:39 +0100

python3-proselint (0.5.3-3) unstable; urgency=medium

  * Add patch to make proselint work on read-only files (Closes: #821888)

 -- Víctor Cuadrado Juan <me@viccuad.me>  Wed, 29 Jun 2016 14:10:00 +0200

python3-proselint (0.5.3-2) unstable; urgency=medium

  * Add Patch to remove `--debug` clearcache functionality (Closes: #821886)
  * Change d/control Homepage from https to http

 -- Víctor Cuadrado Juan <me@viccuad.me>  Thu, 16 Jun 2016 09:50:01 +0200

python3-proselint (0.5.3-1) unstable; urgency=medium

  * Initial release (Closes: #816149)

 -- Víctor Cuadrado Juan <me@viccuad.me>  Mon, 21 Mar 2016 22:07:36 +0100