1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-10-04 00:29:19 +02:00

bugfix for broken canonname

b'name'-b'version'-b'release'-b'arch'.rpm --> name-version-release-arch.rpm

* switch shebang to #!/usr/bin/python3 for osc-wrapper.py
* switch regex string to b''
This commit is contained in:
lethliel
2019-02-14 15:05:07 +01:00
parent 212213512d
commit 7dba86ce41
4 changed files with 6 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
from __future__ import print_function
__version__ = '1.000'
__version__ = '0.164.2'
# __store_version__ is to be incremented when the format of the working copy
# "store" changes in an incompatible way. Please add any needed migration