Merge ~jugmac00/lpci:prepare-release-0.2.0 into lpci:main

Proposed by Jürgen Gmach
Status: Merged
Merged at revision: 5ee06068c5ba48c569191d46f58fa07797397989
Proposed branch: ~jugmac00/lpci:prepare-release-0.2.0
Merge into: lpci:main
Diff against target: 47 lines (+6/-2)
3 files modified
NEWS.rst (+4/-1)
setup.cfg (+1/-1)
snap/snapcraft.yaml (+1/-0)
Reviewer Review Type Date Requested Status
Jürgen Gmach Approve
Review via email: mp+443463@code.launchpad.net

Commit message

Prepare release 0.2.0

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

merging as this is the proposed solution by Colin, see https://chat.canonical.com/canonical/pl/8eu6ptwrgf8ctc3o94atdmjm7c

review: Approve

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 5258278..cde94aa 100644
3--- a/NEWS.rst
4+++ b/NEWS.rst
5@@ -2,7 +2,7 @@
6 Version history
7 ===============
8
9-0.2.0 (unreleased)
10+0.2.0 (2023-05-24)
11 ==================
12
13 - Add support for non-LTS devel release, which is currently mantic.
14@@ -10,6 +10,9 @@ Version history
15 - Update Python dependencies, especially `Cryptography`, see CVE-2023-0286 and
16 CVE-2023-23931.
17
18+- Fix Snap build issues for lpci on platforms which do not offer pre-built
19+ wheels for Cryptography.
20+
21 0.1.2 (2023-05-02)
22 ==================
23
24diff --git a/setup.cfg b/setup.cfg
25index 29511f1..b078d4d 100644
26--- a/setup.cfg
27+++ b/setup.cfg
28@@ -1,6 +1,6 @@
29 [metadata]
30 name = lpci
31-version = 0.1.2
32+version = 0.2.0
33 description = Runner for Launchpad CI jobs
34 long_description = file: README.rst
35 long_description_content_type = text/x-rst
36diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
37index 0c04201..70c2fe0 100644
38--- a/snap/snapcraft.yaml
39+++ b/snap/snapcraft.yaml
40@@ -61,6 +61,7 @@ parts:
41 - libffi-dev
42 - libssl-dev
43 - rustc
44+ - pkg-config
45 stage-packages:
46 - git
47 - apt

Subscribers

People subscribed via source and target branches