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:
@@ -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
|
||||
|
Reference in New Issue
Block a user