Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2
rpmlint-tests
drop-unicodedata-dep.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File drop-unicodedata-dep.diff of Package rpmlint-tests
Index: rpmlint-rpmlint-1.10/SpecCheck.py =================================================================== --- rpmlint-rpmlint-1.10.orig/SpecCheck.py +++ rpmlint-rpmlint-1.10/SpecCheck.py @@ -9,7 +9,6 @@ import re import sys -import unicodedata try: from urlparse import urlparse except ImportError: # Python 3 @@ -107,7 +106,7 @@ filelist_regex = re.compile(r'\s+-f\s+\S pkgname_regex = re.compile(r'\s+(?:-n\s+)?(\S+)') tarball_regex = re.compile(r'\.(?:t(?:ar|[glx]z|bz2?)|zip)\b', re.IGNORECASE) -UNICODE_NBSP = unicodedata.lookup('NO-BREAK SPACE') +UNICODE_NBSP = u'\xa0' def unversioned(deps):
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