File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ DESTDIR ?=
8
8
EPOCH_TEST_COMMIT ?= $(shell git merge-base $${DEST_BRANCH:-main} HEAD)
9
9
HEAD ?= HEAD
10
10
11
- export PODMAN_VERSION ?= "5.0 .0"
11
+ export PODMAN_VERSION ?= "5.1 .0"
12
12
13
13
.PHONY : podman
14
14
podman :
Original file line number Diff line number Diff line change 3
3
# Do not auto-update these from version.py,
4
4
# as test code should be changed to reflect changes in Podman API versions
5
5
BASE_SOCK = "unix:///run/api.sock"
6
- LIBPOD_URL = "http://%2Frun%2Fapi.sock/v5.0 .0/libpod"
6
+ LIBPOD_URL = "http://%2Frun%2Fapi.sock/v5.1 .0/libpod"
7
7
COMPATIBLE_URL = "http://%2Frun%2Fapi.sock/v1.40"
Original file line number Diff line number Diff line change 1
1
"""Version of PodmanPy."""
2
2
3
- __version__ = "5.0 .0"
3
+ __version__ = "5.1 .0"
4
4
__compatible_version__ = "1.40"
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = podman
3
- version = 5.0 .0
3
+ version = 5.1 .0
4
4
author = Brent Baude, Jhon Honce, Urvashi Mohnani
5
5
author_email = jhonce@redhat.com
6
6
description = Bindings for Podman RESTful API
@@ -25,6 +25,7 @@ classifiers =
25
25
Programming Language :: Python :: 3.9
26
26
Programming Language :: Python :: 3.10
27
27
Programming Language :: Python :: 3.11
28
+ Programming Language :: Python :: 3.12
28
29
Topic :: Software Development :: Libraries :: Python Modules
29
30
keywords = podman, libpod
30
31
You can’t perform that action at this time.
0 commit comments