Skip to content

Commit 826b96e

Browse files
bors[bot]jwhonce
andauthoredMay 18, 2021
Merge #96
96: Bump version for packaging changes r=mwhahaha a=jwhonce * Add all dependencies to pyproject.toml Changes re: https://bugzilla.redhat.com/show_bug.cgi?id=1956841#c13 Signed-off-by: Jhon Honce <jhonce@redhat.com> Co-authored-by: Jhon Honce <jhonce@redhat.com>
2 parents 6ff93b4 + 46c65cc commit 826b96e

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed
 

‎docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
author = u'Red Hat Inc'
2626

2727
# The full version, including alpha/beta/rc tags
28-
version = '3.1.2.3'
28+
version = '3.1.2.4'
2929
release = version
3030

3131
add_module_names = False

‎podman/api/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Version of PodmanPy."""
22

3-
__version__ = "3.1.2.3"
3+
__version__ = "3.1.2.4"
44
__compatible_version__ = "1.40"

‎pyproject.toml

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ profile = "black"
1717
line_length = 100
1818
[build-system]
1919
requires = [
20+
"requests>=2.24",
21+
"toml>=0.10.2",
22+
"urllib3>=1.24.2",
23+
"pyxdg>=0.26",
2024
"setuptools>=42",
2125
"wheel",
2226
]

‎setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ install_requires =
4141
universal = false
4242

4343
[sdist]
44-
formats = zip
44+
formats = gztar

0 commit comments

Comments
 (0)