Merge ~lgp171188/lpci:pin-upgrade-pyyaml into lpci:main

Proposed by Guruprasad
Status: Merged
Merged at revision: 6e26929c04ba1e049af7f38c6e5f209cb19eb5a1
Proposed branch: ~lgp171188/lpci:pin-upgrade-pyyaml
Merge into: lpci:main
Diff against target: 42 lines (+8/-2)
3 files modified
NEWS.rst (+6/-0)
requirements.txt (+1/-1)
setup.cfg (+1/-1)
Reviewer Review Type Date Requested Status
Jürgen Gmach Approve
Review via email: mp+447266@code.launchpad.net

Commit message

Pin PyYAML to >= 6.0.1 and upgrade it to 6.0.1

This fixes an issue caused by an unpinned `Cython` dependency in
`PyYAML`.

To post a comment you must log in.
Revision history for this message
Jürgen Gmach (jugmac00) :
review: Approve
Revision history for this message
Jürgen Gmach (jugmac00) :
Revision history for this message
Guruprasad (lgp171188) :
Revision history for this message
Jürgen Gmach (jugmac00) :
Revision history for this message
Guruprasad (lgp171188) :

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/NEWS.rst b/NEWS.rst
2index 37be3c9..3415d47 100644
3--- a/NEWS.rst
4+++ b/NEWS.rst
5@@ -2,6 +2,12 @@
6 Version history
7 ===============
8
9+0.2.3 (unreleased)
10+==================
11+
12+- Upgrade ``PyYAML`` to 6.0.1 to fix https://github.com/yaml/pyyaml/issues/601,
13+ which was causing errors during the installation of ``PyYAML``.
14+
15 0.2.2 (2023-07-14)
16 ==================
17
18diff --git a/requirements.txt b/requirements.txt
19index 9d226a8..f3e3e0a 100644
20--- a/requirements.txt
21+++ b/requirements.txt
22@@ -63,7 +63,7 @@ pyparsing==3.0.9
23 # via httplib2
24 python-dotenv==1.0.0
25 # via -r requirements.in
26-pyyaml==6.0
27+pyyaml==6.0.1
28 # via
29 # -r requirements.in
30 # craft-cli
31diff --git a/setup.cfg b/setup.cfg
32index 71ead96..ae424e6 100644
33--- a/setup.cfg
34+++ b/setup.cfg
35@@ -1,6 +1,6 @@
36 [metadata]
37 name = lpci
38-version = 0.2.2
39+version = 0.2.3.dev0
40 description = Runner for Launchpad CI jobs
41 long_description = file: README.rst
42 long_description_content_type = text/x-rst

Subscribers

People subscribed via source and target branches