File: changelog

package info (click to toggle)
pytest-httpbin 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 176 kB
  • sloc: python: 312; sh: 18; makefile: 14
file content (166 lines) | stat: -rw-r--r-- 5,809 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
pytest-httpbin (2.1.0-1) unstable; urgency=medium

  * Team upload
  * [e336dd9] New upstream version 2.1.0
  * [2a6c4a4] d/control: Bump Standards-Version to 4.7.0
    No further changes needed.

 -- Carsten Schoenert <c.schoenert@t-online.de>  Sat, 28 Sep 2024 19:11:27 +0200

pytest-httpbin (2.0.0-1) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.6.2, no changes needed.

  [ Carsten Schoenert ]
  * [c156369] d/watch: Move to git mode and version 4
  * [df48c51] New upstream version 2.0.0
    (Closes: #1020728, #1020796,  #1058232)
  * [e3f0e9a] debian/*: Running wrap-and-sort -ast
  * [7600b3e] d/control: Add BuildProfileSpecs, adjust needed B-D
  * [9276562] d/rules: Remove --with option in default target
  * [c4678d0] autopkgtest: Update test setup
  * [fdffab2] d/README.source: Add basic information about source

 -- Carsten Schoenert <c.schoenert@t-online.de>  Tue, 26 Dec 2023 11:20:47 +0100

pytest-httpbin (1.0.0-3) unstable; urgency=medium

  [ Ondřej Nový ]
  * Bump Standards-Version to 4.4.1.
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

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

 -- Sandro Tosi <morph@debian.org>  Thu, 02 Jun 2022 22:03:12 -0400

pytest-httpbin (1.0.0-2) unstable; urgency=medium

  * Team upload.
  * Drop Python 2 support.

 -- Andrey Rahmatullin <wrar@debian.org>  Wed, 21 Aug 2019 23:31:11 +0500

pytest-httpbin (1.0.0-1) unstable; urgency=medium

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

  [ Pierre-Elliott Bécue ]
  * New upstream release 1.0.0
    - Dropped patches
  * d/control:
    - Replace my crans address by my debian one.
    - Add {build-,}dependency on python-ipaddress to allow the SSL validation
      of an IP as a hostname
    - Raise debhelper compatibility level to 12
    - Bump Standards-Version to 4.4.0. No change required
  * d/t/control:
    - Add the dependency on python-ipaddress for the Python2 test.

 -- Pierre-Elliott Bécue <peb@debian.org>  Sat, 20 Jul 2019 23:07:23 +0200

pytest-httpbin (0.3.0-4) unstable; urgency=medium

  * d/patches:
    - Add patch 0002 to replace the upstream's issued SSL certificates.
      Debian's standards regarding SSL certificates increased. Now, a less
      than 2048 bit long certificate isn't safe enough. We replace the
      upstream's issued certs with these. (Closes: 907168)
  * d/control:
    - Bump Standards-Version to 4.2.1. No change required

 -- Pierre-Elliott Bécue <becue@crans.org>  Wed, 29 Aug 2018 15:05:21 +0200

pytest-httpbin (0.3.0-3) unstable; urgency=medium

  * d/patches:
    - Add patch 0001 to fix non-working tests since pytest 3.6 release.
      Since 3.6 release of pytest, calling fixture multiple times is not
      allowed. As conftest needs, to work properly, to know that
      httpbin_ca_bundle is a fixture, we use a derivative (essentially a
      dummy function) that we decorate. Hence the tests pass properly and the
      pytest requirements are still fulfilled. The alternative (setting the
      autouse on the httpbin_ca_bundle in plugin.py) is not possible without
      breaking pytest-httpbin's current API.
  * d/control:
    - Bump Standards-Version to 4.1.5. No change required
    - Add Rules-Requires-Root: no

 -- Pierre-Elliott Bécue <becue@crans.org>  Sat, 21 Jul 2018 21:42:50 +0200

pytest-httpbin (0.3.0-2) unstable; urgency=medium

  * Team upload.
  * deb/control: remove myself from Uploaders.

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org

 -- Daniel Stender <stender@debian.org>  Thu, 01 Mar 2018 18:37:25 +0100

pytest-httpbin (0.3.0-1) unstable; urgency=medium

  [ Daniel Stender ]
  * drop git-dpm regime (remove deb/.git-dpm).
  * deb/gbp.conf: add standard settings incl. debian-branch for DEP-14.

  [ Pierre-Elliott Bécue ]
  * New upstream release.
  * $ wrap-and-sort
  * d/control:
    - Add myself in uploaders (Closes: #868845)
    - Bump Standards-Version to 4.1.3
    - Bump dh requirement on 11
  * d/compat:
    - Bump compat to 11
  * d/copyright:
    - Switching format URL to https
  * d/rules:
    - pytest called with argument -s to avoid capturing stdout/stderr (Closes:
      #844358, #884432)
    - Move https?_proxy variables to the actual call of dh_auto_test.
  * d/tests/*:
    - Calls to pytest with argument -s, for the same reason as above.

 -- Pierre-Elliott Bécue <becue@crans.org>  Wed, 24 Jan 2018 19:09:59 +0100

pytest-httpbin (0.2.3-1) unstable; urgency=medium

  * New upstream release.
  * deb/control: bump standards to 3.9.8 (no changes needed).

 -- Daniel Stender <stender@debian.org>  Thu, 08 Dec 2016 18:52:54 +0100

pytest-httpbin (0.2.0-1) unstable; urgency=medium

  * New upstream release.
  * Build Python 3 package (Closes: #806137):
    + deb/control: added package description and build-deps.
    + deb/rules: run sequencer with dh_python3.
    + extended DEP-8 tests for new package.
  * deb/control:
    + updated uploader email address.
    + bumped standards to 3.9.7 (no changes needed).
    + use HTTPS also for Vcs-Git.
    + removed Testsuite field (deprecated).
  * deb/copyright: updated.
  * deb/rules: dropped override for auto_clean to handle egg-info.
  * deb/tests: removed bashisms from test scripts, cosmetics.
  * Added deb/source/options (ignoring egg-info).

 -- Daniel Stender <stender@debian.org>  Fri, 18 Mar 2016 09:04:09 +0100

pytest-httpbin (0.1.1-1) unstable; urgency=medium

  * Initial release (Closes: #787114).

 -- Daniel Stender <debian@danielstender.com>  Fri, 20 Nov 2015 09:58:12 +0100