Branch: refs/heads/master Home: https://github.com/openSUSE/osc Commit: ae0b55de3bb2e8f2d6876140d6f4121af35e7b50 https://github.com/openSUSE/osc/commit/ae0b55de3bb2e8f2d6876140d6f4121af35e7... Author: Frank Schreiner schreiner@suse.de Date: 2019-12-20 (Fri, 20 Dec 2019)
Changed paths: M osc/commandline.py
Log Message: ----------- fix broken importsrcpkg for python3
without this patch, `importsrcpkg` breaks with the following output:
``` File "/usr/lib/python3.7/site-packages/osc/commandline.py", line 7868, in do_importsrcpkg createPackageDir(os.path.join(project.dir, pac), project) File "/usr/lib64/python3.7/posixpath.py", line 94, in join genericpath._check_arg_types('join', a, *p) File "/usr/lib64/python3.7/genericpath.py", line 151, in _check_arg_types raise TypeError("Can't mix strings and bytes in path components") from None TypeError: Can't mix strings and bytes in path components ```
Fixes #712
Commit: f0583c22c0636184c130ac073c9c72ac1e702cd4 https://github.com/openSUSE/osc/commit/f0583c22c0636184c130ac073c9c72ac1e702... Author: Marco Strigl mstrigl@suse.com Date: 2019-12-28 (Sat, 28 Dec 2019)
Changed paths: M osc/commandline.py
Log Message: ----------- Merge pull request #713 from M0ses/fix_importsrcpkg
fix broken importsrcpkg for python3
Compare: https://github.com/openSUSE/osc/compare/e5d986663415...f0583c22c063
obs-commits@lists.opensuse.org