Skip to content

Commit 40d4dd3

Browse files
committed
script/regen.sh tests/smoke-python-*
1 parent af6959e commit 40d4dd3

File tree

6 files changed

+1223
-34
lines changed

6 files changed

+1223
-34
lines changed

tests/smoke-python-group-multidir.yaml

Lines changed: 62 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,68 @@ output:
146146
operation: update
147147
support_file: false
148148
type: file
149-
pr-title: bump the pip group across 2 directories with 2 updates
150-
commit-message: bump the pip group across 2 directories with 2 updates
149+
pr-title: Bump the pip group across 2 directories with 2 updates
150+
pr-body: |
151+
Bumps the pip group with 1 update in the /pip/multi-dir/foo directory: [urllib3](https://github.com/urllib3/urllib3).
152+
Bumps the pip group with 1 update in the /pip/multi-dir/bar directory: [numpy](https://github.com/numpy/numpy).
153+
154+
Updates `urllib3` from 1.0 to 1.0.1
155+
<details>
156+
<summary>Changelog</summary>
157+
<p><em>Sourced from <a href="https://github.com/urllib3/urllib3/blob/main/CHANGES.rst">urllib3's changelog</a>.</em></p>
158+
<blockquote>
159+
<h1>1.0.1 (2011-10-10)</h1>
160+
<ul>
161+
<li>Fixed a bug where the same connection would get returned into the pool twice,
162+
causing extraneous &quot;HttpConnectionPool is full&quot; log warnings.</li>
163+
</ul>
164+
</blockquote>
165+
</details>
166+
<details>
167+
<summary>Commits</summary>
168+
<ul>
169+
<li><a href="https://github.com/urllib3/urllib3/commit/9f6e2eaae4b8ef84b6d3dddf55197c4d17946ca1"><code>9f6e2ea</code></a> Version bump to 1.0.1</li>
170+
<li><a href="https://github.com/urllib3/urllib3/commit/231b75492c85692ec307fb9606dbaabff0a80754"><code>231b754</code></a> Added test which fails when double release bug exists.</li>
171+
<li><a href="https://github.com/urllib3/urllib3/commit/9f7306fed618577ca89d0d355e8f51027aaeb54d"><code>9f7306f</code></a> Bug fix: Connection was double-released when preload_content=True.</li>
172+
<li>See full diff in <a href="https://github.com/urllib3/urllib3/compare/1.0...1.0.1">compare view</a></li>
173+
</ul>
174+
</details>
175+
<br />
176+
177+
Updates `numpy` from 1.0 to 1.3.0
178+
<details>
179+
<summary>Commits</summary>
180+
<ul>
181+
<li><a href="https://github.com/numpy/numpy/commit/c3e0147d49286c0cb1b65a95d42f5eb4a4779129"><code>c3e0147</code></a> Release 1.3.0.</li>
182+
<li><a href="https://github.com/numpy/numpy/commit/66d80f358d10fede3743809eceba32a47f103907"><code>66d80f3</code></a> Backport 6839 and 6840 from trunk.</li>
183+
<li><a href="https://github.com/numpy/numpy/commit/22b5beed3f4c15d905f589189b5d526e29fb823c"><code>22b5bee</code></a> Start RC3.</li>
184+
<li><a href="https://github.com/numpy/numpy/commit/2f9063f598515a2708decd55a13cd5672851047f"><code>2f9063f</code></a> RC2 for 1.3.0.</li>
185+
<li><a href="https://github.com/numpy/numpy/commit/adb7e7074f7578de230d3aa54d3ad17cc929b1c2"><code>adb7e70</code></a> Backport 6833-6834 to 1.3.x.</li>
186+
<li><a href="https://github.com/numpy/numpy/commit/8601c3446a52e7f7b70c830be6ebb9e2d10700ed"><code>8601c34</code></a> Backport r6827 to fix ticket <a href="https://redirect.github.com/numpy/numpy/issues/1039">#1039</a></li>
187+
<li><a href="https://github.com/numpy/numpy/commit/2131d92751c32cf69ffe9689c09bb1d5b61013a6"><code>2131d92</code></a> 1.3.x backport r6820, r6821: Fix docstring formatting (blocks doc build)</li>
188+
<li><a href="https://github.com/numpy/numpy/commit/b6a2b941a35509758784bf9aed308b04dac5f8a5"><code>b6a2b94</code></a> 1.3.x backport 6818: Move routines.testing.rst to the correct place</li>
189+
<li><a href="https://github.com/numpy/numpy/commit/4a5e87298925e42cc7727f18134e0d8bee0c4291"><code>4a5e872</code></a> 1.3.x backport r6816: Enable docstrings for fmin and fmax</li>
190+
<li><a href="https://github.com/numpy/numpy/commit/58ac9c480a230d4cb8029b9666150601632ef04f"><code>58ac9c4</code></a> Bump to rc2.</li>
191+
<li>Additional commits viewable in <a href="https://github.com/numpy/numpy/compare/v1.0...v1.3.0">compare view</a></li>
192+
</ul>
193+
</details>
194+
<br />
195+
commit-message: |-
196+
Bump the pip group across 2 directories with 2 updates
197+
198+
Bumps the pip group with 1 update in the /pip/multi-dir/foo directory: [urllib3](https://github.com/urllib3/urllib3).
199+
Bumps the pip group with 1 update in the /pip/multi-dir/bar directory: [numpy](https://github.com/numpy/numpy).
200+
201+
202+
Updates `urllib3` from 1.0 to 1.0.1
203+
- [Release notes](https://github.com/urllib3/urllib3/releases)
204+
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
205+
- [Commits](https://github.com/urllib3/urllib3/compare/1.0...1.0.1)
206+
207+
Updates `numpy` from 1.0 to 1.3.0
208+
- [Release notes](https://github.com/numpy/numpy/releases)
209+
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
210+
- [Commits](https://github.com/numpy/numpy/compare/v1.0...v1.3.0)
151211
dependency-group:
152212
name: pip
153213
- type: mark_as_processed

0 commit comments

Comments
 (0)