File: changelog

package info (click to toggle)
python-pipx 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,216 kB
  • sloc: python: 7,204; makefile: 17; sh: 13
file content (174 lines) | stat: -rw-r--r-- 5,524 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
python-pipx (1.1.0-1) unstable; urgency=medium

  * New upstream release.
  * Refresh patches.
  * PEP-440 compatible version mangling in watch file.
  * Switch to building with hatchling.
  * Drop colorama Build-Depends, only needed on Windows.
  * Bump Standards-Version to 4.6.2, no changes needed.
  * Bump copyright years.

 -- Stefano Rivera <stefanor@debian.org>  Wed, 08 Feb 2023 18:52:20 -0400

python-pipx (1.0.0-1) unstable; urgency=medium

  * New upstream release.
  * Drop patchs generate-manpage, reproducible-docs. Superseded upstream.

 -- Stefano Rivera <stefanor@debian.org>  Tue, 04 Jan 2022 09:50:07 -0400

python-pipx (0.17.0-1) unstable; urgency=medium

  * New upstream release.
  * Refresh patches.
  * Drop patch release-version, superseded upstream.
  * Drop patch pytest-pre-620, no longer needed.
  * Build with pybuild's pyproject plugin.
  * Patch: build the manpage reproducibly. (Closes: #995865)

 -- Stefano Rivera <stefanor@debian.org>  Sat, 01 Jan 2022 10:14:37 -0400

python-pipx (0.16.5-1) unstable; urgency=medium

  [ Stefano Rivera ]
  * New upstream point-release.
  * Patch docs:
    - Disable Google Analytics.
    - Use local image assets.
    - Remove badges.
  * Build and install documentation.
  * Update and tidy up debian/copyright.
  * Bump Standards-Version to 4.6.0, no changes needed.
  * Patch: Set final release, upstream forgot to run their pre-release script.
  * Build manpage with python3-argparse-manpage. (Closes: #960996)

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

 -- Stefano Rivera <stefanor@debian.org>  Thu, 30 Sep 2021 12:58:59 -0700

python-pipx (0.16.4-1) unstable; urgency=medium

  * New upstream point-release.

 -- Stefano Rivera <stefanor@debian.org>  Mon, 09 Aug 2021 12:51:40 -0400

python-pipx (0.16.3-1) unstable; urgency=medium

  * New upstream release. (Closes: #976146, #969985)
  * Drop all patches, superseded upstream.
  * Take over maintenance of python-pipx and bring it into the Debian Python
    Team. Thanks for bringing pipx so far, Jonas.
  * Update Homepage, watch file, etc. to the new PyPA home.
  * Add Build-Depends: python3-argcomplete, python3-colorama,
    python3-packaging, python3-userpath.
  * Remove Build-Depends/Depends: black, flake8, mypy, python3-distutils,
    python3-jinja2, python3-pkg-resources.
  * Simplify debian/rules.
  * Bump Standards-Version to 4.5.1, no changes needed.
  * Patch: Support pytest < 6.2.0.
  * Autopkgtest: Test pipx list (would have caught #976146).

 -- Stefano Rivera <stefanor@debian.org>  Thu, 10 Jun 2021 07:32:01 -0400

python-pipx (0.12.3.1-3) unstable; urgency=medium

  * use debhelper compatibility level 12 (not 9);
    build-depend on debhelper-compat dh-sequence-python3
    (not debhelper dh-python)
  * fix depend on python3-venv;
    closes: bug#954939, thanks to Joel Cross

 -- Jonas Smedegaard <dr@jones.dk>  Wed, 25 Mar 2020 16:44:46 +0100

python-pipx (0.12.3.1-2) unstable; urgency=medium

  * fix ship file NEWS (not NEWS.Debian)
  * add patch cherry-picked upstream to use shutil.which
    (not distutils.spawn.find_executable);
    closes: bug#922332, thanks to John Vandenberg
  * unfuzz patches

 -- Jonas Smedegaard <dr@jones.dk>  Mon, 17 Feb 2020 14:52:25 +0100

python-pipx (0.12.3.1-1) unstable; urgency=medium

  [ Upstream ]
  * new release(s)

  [ Jonas Smedegaard ]
  * build-depend on python3-jinja2
  * fix support DEB_BUILD_OPTIONS=nocheck
  * declare compliance with Debian Policy 4.5.0
  * use unittest to run testsuite
  * add patch cherry-picked upstream to catch HTTP errors;
    closes: bug#950074, thanks to Adrian Bunk

 -- Jonas Smedegaard <dr@jones.dk>  Mon, 17 Feb 2020 14:22:32 +0100

python-pipx (0.12.1.0-1) unstable; urgency=medium

  [ Upstream ]
  * New release(s).

  [ Jonas Smedegaard ]
  * Update watch file: Fix regular expression.

 -- Jonas Smedegaard <dr@jones.dk>  Mon, 18 Feb 2019 13:52:41 +0100

python-pipx (0.12.0.4-3) unstable; urgency=medium

  * Fix depend on python3-distutils.

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 12 Feb 2019 15:07:36 +0100

python-pipx (0.12.0.4-2) unstable; urgency=medium

  * Update watch file: Fix regular expressions.

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 12 Feb 2019 13:05:09 +0100

python-pipx (0.12.0.4-1) unstable; urgency=medium

  [ Upstream ]
  * New release(s).

  [ Jonas Smedegaard ]
  * Enable autopkgtest.
  * Update watch file:
    + Update source URL.
    + Rewrite usage comment.
    + Simplify regular expressions.
  * Update copyright info:
    + Update Upstream-Contact and Source URLs.
    + Extend coverage of packaging.
  * Update Homepage URL.
  * Add NEWS entry about changed command-line syntax.

 -- Jonas Smedegaard <dr@jones.dk>  Mon, 11 Feb 2019 22:41:19 +0100

python-pipx (0.10.4.1-1) unstable; urgency=medium

  [ Upstream ]
  * New release(s).
    0.10.4.0
    + Add --index-url, --editable, and --pip-args flags.
    + Update README with pipsi migration instructions.
    0.10.4.1
    + Fix version printed when `pipx --version` is run.

  [ Jonas Smedegaard ]
  * Stop (build-)depend on python3-requests.
  * Set Rules-Requires-Root: no.
  * Declare compliance with Debian Policy 4.3.0.

 -- Jonas Smedegaard <dr@jones.dk>  Mon, 31 Dec 2018 22:33:01 +0100

python-pipx (0.10.3.0-1) unstable; urgency=low

  * Initial packaging release.
    Closes: bug#916261.

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 15 Dec 2018 11:53:34 +0100