File: changelog

package info (click to toggle)
hypercorn 0.17.3-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 904 kB
  • sloc: python: 7,839; makefile: 24; sh: 6
file content (158 lines) | stat: -rw-r--r-- 5,259 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
hypercorn (0.17.3-2) unstable; urgency=medium

  * Team Upload.
  * Partially Revert "Use local mermaid.js file instead of the
    CDN one to prevent a privacy breach." (Closes: #1057351)

 -- Nilesh Patra <nilesh@debian.org>  Sat, 26 Oct 2024 21:40:58 +0530

hypercorn (0.17.3-1) unstable; urgency=low

  * New upstream version 0.17.3 (Closes: #1073379).
  * Bump Standards-Version to 4.7.0.
  * Add python3-https to Build-Depends, required by tests.
  * Disable network-dependant test during build.

 -- Michael Fladischer <fladi@debian.org>  Thu, 11 Jul 2024 12:18:47 +0000

hypercorn (0.16.0-1) unstable; urgency=low

  [ Alexandre Detiste ]
  * remove build dep on python3-mock: it's hybridized

  [ Michael Fladischer ]
  * New upstream version 0.16.0
  * Refresh patches.
  * Remove python3-all-dev from Build-Depends.
  * Drop minimum version requirement from python3-all in Build-Depends.
  * Use pybuild build_dir in PYTHONPATH for both help2man and sphinx so the
    installed version can be detected.
  * Update year in d/copyright.

 -- Michael Fladischer <fladi@debian.org>  Thu, 11 Jan 2024 10:03:17 +0000

hypercorn (0.15.0-1) unstable; urgency=medium

  * Add python3-aioquic to Suggests (Closes: #1042465).
  * New upstream version 0.15.0
  * Refresh patches.
  * Use local mermaid.js file instead of the CDN one to prevent a privacy
    breach.

 -- Michael Fladischer <fladi@debian.org>  Mon, 30 Oct 2023 20:12:16 +0000

hypercorn (0.14.4-1) unstable; urgency=medium

  * New upstream version 0.14.4
  * Add python3-pytest-trio to Build-Depends and enable trio tests.
  * Run wrap-and-sort -bast to reduce diff size of future changes.

 -- Michael Fladischer <fladi@debian.org>  Mon, 10 Jul 2023 11:30:00 +0000

hypercorn (0.14.3-2) unstable; urgency=medium

  * Build and ship documentation in python-hypercorn-doc package.

 -- Michael Fladischer <fladi@debian.org>  Sat, 01 Jul 2023 21:21:44 +0000

hypercorn (0.14.3-1) unstable; urgency=medium

  * New upstream release.
  * Upstream moved to github. Adapt URL where necessary.
  * Run wrap-and-sort -bast to reduce diff size of future changes.
  * Switch to poetry buildsystem.
  * Remove patches, included upstream.
  * Skip more tests due to missing pytest-trio package.
  * Set Rules-Requires-Root: no.
  * Remove X-Python3-Version field.
  * Bump Standards-Version to 4.6.2.
  * Add myself to d/copyright and as uploader.
  * Use help2man to provide a manpage for hypercorn.1.
  * Fix permissions for files in /usr/lib/python3.
  * Install testfiles using d/pybuild.testfiles.
  * Enable upstream testsuite for autopkgtests.

 -- Michael Fladischer <fladi@debian.org>  Sat, 01 Jul 2023 09:39:41 +0000

hypercorn (0.13.2-3) unstable; urgency=medium

  * Team Upload.
  * Clean-up symlink after dh_auto_clean hook (Closes: #1005619)
  * Add patch to fix coroutine based tests errors

 -- Nilesh Patra <nilesh@debian.org>  Sun, 11 Dec 2022 12:46:04 +0000

hypercorn (0.13.2-2) unstable; urgency=medium

  * Add an upstream patch to fix HTTP connection recycling bug.
  * Update copyright years.

 -- Andrej Shadura <andrewsh@debian.org>  Thu, 17 Feb 2022 12:33:03 +0100

hypercorn (0.13.2-1) unstable; urgency=medium

  * Switch to GitLab releases.
  * New upstream release.
  * Add an upstream setup.py to avoid messing around with pyproject.toml.
  * Ignore middleware tests as they unconditionally import trio.
  * Use dh-sequence-python3.
  * Bump debhelper from old 12 to 13.
  * Set field Upstream-Name in debian/copyright.
  * Remove obsolete field Name from debian/upstream/metadata (already present
    in machine-readable debian/copyright).
  * Update standards version to 4.6.0, no changes needed.

 -- Andrej Shadura <andrewsh@debian.org>  Thu, 06 Jan 2022 14:43:11 +0100

hypercorn (0.11.2-1) unstable; urgency=medium

  * New upstream release.

 -- Andrej Shadura <andrewsh@debian.org>  Fri, 26 Feb 2021 10:01:43 +0100

hypercorn (0.11.1-2) unstable; urgency=medium

  * Depend on h11 0.11.

 -- Andrej Shadura <andrewsh@debian.org>  Wed, 28 Oct 2020 19:43:46 +0100

hypercorn (0.11.1-1) unstable; urgency=medium

  * New upstream release.

 -- Andrej Shadura <andrewsh@debian.org>  Wed, 14 Oct 2020 15:38:53 +0200

hypercorn (0.11.0-1) unstable; urgency=medium

  [ Andrej Shadura ]
  * New upstream release.
  * Add a dependency on python3-typing-extensions.

  [ Ondřej Nový ]
  * Update Maintainer field with new Debian Python Team contact address.
  * Update Vcs-* fields with new Debian Python Team Salsa layout.

 -- Andrej Shadura <andrewsh@debian.org>  Tue, 29 Sep 2020 09:24:21 +0200

hypercorn (0.10.1-1) unstable; urgency=medium

  [ Andrej Shadura ]
  * New upstream release (Closes: #964750).

  [ Peter Michael Green ]
  * Update build dependencies, remove build dependency on python3-asynctest
    and add build dependency on python3-all-dev (>= 3.8.2-3) | python3-mock.

 -- Andrej Shadura <andrewsh@debian.org>  Sat, 11 Jul 2020 15:14:18 +0200

hypercorn (0.9.4-1) unstable; urgency=medium

  * New upstream release.

 -- Andrej Shadura <andrewsh@debian.org>  Fri, 17 Apr 2020 13:36:29 +0200

hypercorn (0.9.2-1) unstable; urgency=low

  * Initial upload (Closes: #953886).

 -- Andrej Shadura <andrewsh@debian.org>  Sun, 15 Mar 2020 12:33:24 +0100