Refresh for 2023.2 release
Summary of changes: - Use core22 as a base to use python 3.10, otherwise incompatibilities issues are rised - Update snap version and branch for upper constraints - Update .gitreview defaultbranch Change-Id: I6d8925edf431f5d4ccaba501eb3674e4660fdb3e
This commit is contained in:
parent
e4929eece0
commit
1ebd6ea740
@ -2,3 +2,4 @@
|
|||||||
host=review.opendev.org
|
host=review.opendev.org
|
||||||
port=29418
|
port=29418
|
||||||
project=x/snap-openstackclients.git
|
project=x/snap-openstackclients.git
|
||||||
|
defaultbranch=stable/2023.2
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: openstackclients
|
name: openstackclients
|
||||||
version: "2024.1"
|
version: "2023.2"
|
||||||
summary: OpenStack Client tools
|
summary: OpenStack Client tools
|
||||||
description: |
|
description: |
|
||||||
OpenStackClient (aka OSC) is a command-line client for OpenStack
|
OpenStackClient (aka OSC) is a command-line client for OpenStack
|
||||||
@ -14,7 +14,7 @@ description: |
|
|||||||
project specific command-line clients.
|
project specific command-line clients.
|
||||||
confinement: strict
|
confinement: strict
|
||||||
grade: stable
|
grade: stable
|
||||||
base: core24
|
base: core22
|
||||||
environment:
|
environment:
|
||||||
REQUESTS_CA_BUNDLE: /etc/ssl/certs/ca-certificates.crt
|
REQUESTS_CA_BUNDLE: /etc/ssl/certs/ca-certificates.crt
|
||||||
PYTHONIOENCODING: utf-8
|
PYTHONIOENCODING: utf-8
|
||||||
@ -176,7 +176,7 @@ parts:
|
|||||||
- setuptools-rust
|
- setuptools-rust
|
||||||
- Cython
|
- Cython
|
||||||
python-constraints:
|
python-constraints:
|
||||||
- https://raw.githubusercontent.com/openstack/requirements/stable/2024.1/upper-constraints.txt
|
- https://raw.githubusercontent.com/openstack/requirements/stable/2023.2/upper-constraints.txt
|
||||||
build-packages:
|
build-packages:
|
||||||
- libffi-dev
|
- libffi-dev
|
||||||
- libkrb5-dev
|
- libkrb5-dev
|
||||||
|
Loading…
x
Reference in New Issue
Block a user