Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:badshah400:lapack2023:Leap15
mypaint
mypaint-python3-pass-str-to-exec.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mypaint-python3-pass-str-to-exec.patch of Package mypaint
Index: mypaint-2.0.0/lib/meta.py =================================================================== --- mypaint-2.0.0.orig/lib/meta.py +++ mypaint-2.0.0/lib/meta.py @@ -264,7 +264,7 @@ def _get_versions(gitprefix="gitexport") # If release information from release.sh exists, use that relinfo = {} with open("release_info", "rb") as relinfo_fp: - exec(relinfo_fp, relinfo) + exec(relinfo_fp.read(), relinfo) base_version = relinfo.get( "MYPAINT_VERSION_BASE", base_version,
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor