File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 2727
2828update_python () {
2929 if available dnf; then
30- dnf update -y
30+ dnf update -y --allowerasing
3131 dnf install -y " ${python} " " ${python} -pip" " ${python} -devel" " ${pkgs[@]} "
3232 if [[ " ${python} " == " python3.11" ]]; then
3333 ln -sf /usr/bin/python3.11 /usr/bin/python3
3434 fi
35-
3635 rm -rf /usr/local/python3.10
3736 elif available apt-get; then
3837 apt-get update
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " ramalama"
7- version = " 0.8.3 "
7+ version = " 0.8.5 "
88description = " RamaLama is a command line tool for working with AI LLM models."
99readme = " README.md"
1010requires-python = " >=3.8"
Original file line number Diff line number Diff line change 22
33
44def version ():
5- return "0.8.3 "
5+ return "0.8.5 "
66
77
88def print_version (args ):
Original file line number Diff line number Diff line change 11%global pypi_name ramalama
22%global forgeurl https://github.com/containers/%{pypi_name }
33# see ramalama/version.py
4- %global version0 0.8.3
4+ %global version0 0.8.5
55%forgemeta
66
77%global summary RamaLama is a command line tool for working with AI LLM models
You can’t perform that action at this time.
0 commit comments