File: changelog

package info (click to toggle)
ruby-httparty 0.21.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 908 kB
  • sloc: ruby: 6,782; xml: 425; sh: 35; makefile: 14
file content (227 lines) | stat: -rw-r--r-- 7,622 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
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
ruby-httparty (0.21.0-1) unstable; urgency=medium

  * New upstream version 0.21.0
  * Install the README from docs/ too
  * Replace mime-types by mini-mime in dependencies
  * Refresh clean_spec_helper.patch
  * exclude docs from the gem install process

 -- Cédric Boutillier <boutil@debian.org>  Mon, 06 Feb 2023 17:10:59 +0100

ruby-httparty (0.20.0-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster

  [ Cédric Boutillier ]
  * Rename no_pry_in_specs.patch as clean_spec_helper.patch
    - modify to remove simplecov from spec_helper. SimpleCov didn't like to be
      loaded for two different ruby versions (Closes: #1019631)
  * Remove ruby-simplecov from build-dependencies

 -- Cédric Boutillier <boutil@debian.org>  Sun, 13 Nov 2022 15:10:17 +0100

ruby-httparty (0.20.0-1) unstable; urgency=medium

  * New upstream version 0.20.0
  * Bump Standards-Version to 4.6.0 (no changes needed)
  * Drop ruby3-spec-fix.patch (applied upstream)
  * Refresh skip_failing_test.patch

 -- Cédric Boutillier <boutil@debian.org>  Thu, 05 May 2022 11:03:57 +0200

ruby-httparty (0.18.1-3) unstable; urgency=medium

  * Team upload.
  * d/p/ruby3-spec-fix.patch: Use double splat operator for keyword
    arguments (Closes: #996293)

 -- Athos Ribeiro <athos.ribeiro@canonical.com>  Tue, 26 Oct 2021 09:22:37 -0300

ruby-httparty (0.18.1-2) unstable; urgency=medium

  * Indicate that this version breaks (tests of) ruby-gitlab << 4.16.1
    (Closes: #974093)

 -- Cédric Boutillier <boutil@debian.org>  Tue, 17 Nov 2020 08:26:10 +0100

ruby-httparty (0.18.1-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Submit.
  * Update standards version to 4.4.1, no changes needed.

  [ Cédric Boutillier ]
  * Update team name
  * Add .gitattributes to keep unwanted files out of the source package
  * Use github as source in watch file to fetch specs
  * New upstream version 0.18.1
  * Refresh packaging
    + debhelper-compatibility level set to 13
    + Standards-Version bumped to 4.5.0 (no changes needed)
    + Use gem install layout
  * Refresh git-in-gemspecs.patch and skip_failing_test.patch
  * Do not exclude google.html, removed upstream

 -- Cédric Boutillier <boutil@debian.org>  Fri, 02 Oct 2020 13:31:26 +0200

ruby-httparty (0.17.0-1) unstable; urgency=medium

  * New upstream version 0.17.0
  * Drop fix-openssl-tests.patch, applied upstream
  * Unfuzz skip_failing_test.patch
  * Add no_pry_in_specs.patch to not require pry in tests

 -- Cédric Boutillier <boutil@debian.org>  Fri, 06 Sep 2019 10:40:44 +0200

ruby-httparty (0.16.4-3) unstable; urgency=medium

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

  [ Cédric Boutillier ]
  * Add missing dependency on ruby-mime-types
  * Bump debhelper from old 11 to 12.
  * Add upstream/metadata

 -- Cédric Boutillier <boutil@debian.org>  Mon, 26 Aug 2019 11:47:23 +0200

ruby-httparty (0.16.4-2) unstable; urgency=medium

  * Team upload
  * Reupload to unstable
  * Bump Standards-Version to 4.4.0 (no changes needed)

 -- Pirate Praveen <praveen@debian.org>  Sun, 11 Aug 2019 09:06:23 +0000

ruby-httparty (0.16.4-1) experimental; urgency=medium

  * Team upload

  [ Manas Kashyap ]
  * New upstream version 0.16.4

  [ Jongmin Kim ]
  * Refresh patches for new upstream version
  * Fix lintian pedantic: file-contains-trailing-whitespace
  * Add missing docs

 -- Jongmin Kim <jmkim@pukyong.ac.kr>  Fri, 17 May 2019 06:54:41 +0900

ruby-httparty (0.16.2+dfsg1-3) unstable; urgency=medium

  * Team upload
  * Fix test failure with openssl 1.1.1 (upstream patch)
  * Enable openssl tests again
  * Bump Standards-Version to 4.3.0 (no changes needed)

 -- Pirate Praveen <praveen@debian.org>  Thu, 21 Mar 2019 15:27:28 +0530

ruby-httparty (0.16.2+dfsg1-2) unstable; urgency=medium

  * Team upload
  * Disable tests that fail with OpenSSL 1.1.1 (Closes: #912239)

 -- Pirate Praveen <praveen@debian.org>  Fri, 16 Nov 2018 22:33:44 +0530

ruby-httparty (0.16.2+dfsg1-1) unstable; urgency=medium

  * New upstream version 0.16.2+dfsg1
    + Repack to remove nonfree spec/fixtures/google.html
  * Use https for homepage (updated) and copyright format
  * Move debian/watch to gemwatch.debian.net
  * Bump debhelper compatibility level to 11
  * Bump Standards-Version to 4.2.0 (no changes needed)
  * Use salsa.debian.org in Vcs-* fields
  * Refresh skip_failing_test.patch
  * Add replacement for the removed google.html fixture file
  * Add encoding.patch, forcing encoding to UTF-8 to fix tests on default
    build environments

 -- Cédric Boutillier <boutil@debian.org>  Thu, 16 Aug 2018 06:29:31 +0200

ruby-httparty (0.15.6-1) unstable; urgency=medium

  * Reupload to unstable
  * Bump Standards-Version to 4.1.2 (no changes needed)
  * Use https in watch file

 -- Cédric Boutillier <boutil@debian.org>  Tue, 26 Dec 2017 00:03:14 +0100

ruby-httparty (0.15.6-1~exp1) experimental; urgency=medium

  * New upstream version 0.15.6
  * Bump Standards-Version to 4.1.1 (no changes needed)
  * Bump debhelper compatibility level to 10
  * Refresh skip_failing_test.patch
  * New patch git-in-gemspecs.patch to remove use of git in gemspecs
  * Build-depend on ruby-webmock
  * Use DEB_VERSION_UPSTREAM instead of parsing changelog
  * Test gem dependencies when running tests

 -- Cédric Boutillier <boutil@debian.org>  Sat, 25 Nov 2017 10:41:34 +0100

ruby-httparty (0.13.7-2) unstable; urgency=medium

  * Relax dependency version in gem dependency on json.
    This fixes loading httparty with the gem command (Closes: #864723)

 -- Cédric Boutillier <boutil@debian.org>  Sat, 25 Nov 2017 00:30:18 +0100

ruby-httparty (0.13.7-1) unstable; urgency=medium

  * Imported Upstream version 0.13.7
  * Bump debhelper compatibility level to 9
  * Remove version in the gem2deb build-dependency
  * Use https:// in Vcs-* fields
  * Bump Standards-Version to 3.9.8 (no changes needed)
  * Run wrap-and-sort on packaging files
  * Set Testsuite field to autopkgtest-pkg-ruby

 -- Cédric Boutillier <boutil@debian.org>  Tue, 07 Jun 2016 10:57:29 +0200

ruby-httparty (0.13.5-1) unstable; urgency=medium

  * Reupload to unstable.

 -- Cédric Boutillier <boutil@debian.org>  Sun, 05 Jul 2015 14:31:22 +0200

ruby-httparty (0.13.5-1~exp1) experimental; urgency=medium

  * Imported Upstream version 0.13.5
    + now uses rspec3
    + upload to experimental until rspec3 is in unstable
  * skip all old patches, add skip_failing_test.patch
  * bump Standards-Version to 3.9.6
  * add build-dep on ruby-simplecov
  * remove coverage/ dir upon cleaning
  * wrap and sort fields in debian/control

 -- Cédric Boutillier <boutil@debian.org>  Mon, 25 May 2015 00:03:03 +0200

ruby-httparty (0.13.0-2) unstable; urgency=medium

  * Add spec_convert_nil_to_empty_string.patch to fix a FTBFS caused by the
    addition of a string with nil in a test. (Closes: #747734)

 -- Cédric Boutillier <boutil@debian.org>  Mon, 16 Jun 2014 01:01:57 +0200

ruby-httparty (0.13.0-1) unstable; urgency=medium

  * Imported Upstream version 0.13.0
  * Refresh clean_spec_helper.patch and newer_rspec.patch
  * Add exception_spec.patch to adapt a new spec to RSpec 2.0

 -- Cédric Boutillier <boutil@debian.org>  Fri, 28 Feb 2014 11:42:16 +0100

ruby-httparty (0.12.0-2) unstable; urgency=medium

  * Add copyright notice for website/css/common.css

 -- Cédric Boutillier <boutil@debian.org>  Fri, 24 Jan 2014 14:50:01 +0100

ruby-httparty (0.12.0-1) unstable; urgency=low

  * Initial release (Closes: #712096)

 -- Cédric Boutillier <boutil@debian.org>  Sat, 11 Jan 2014 07:33:58 +0100