aboutsummaryrefslogtreecommitdiff
path: root/whatmaps/redhatdistro.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2022-12-30 13:27:55 +0100
committerGuido Günther <agx@sigxcpu.org>2022-12-30 13:27:55 +0100
commit262383ed118432bc157c5f992c0aff9240b998c8 (patch)
tree5750cb80fafbccee542719fb2f0e65b88737df5a /whatmaps/redhatdistro.py
parent995da8caee1785555bcc26f52ed6f0a34470e48a (diff)
parente28c99d3fc7c391de039321e87b5ce12eae38572 (diff)
Merge tag 'v0.0.13' into debian/master
v0.0.13
Diffstat (limited to 'whatmaps/redhatdistro.py')
-rw-r--r--whatmaps/redhatdistro.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/whatmaps/redhatdistro.py b/whatmaps/redhatdistro.py
index 4b17f3c..12336e6 100644
--- a/whatmaps/redhatdistro.py
+++ b/whatmaps/redhatdistro.py
@@ -23,9 +23,9 @@ from . rpmpkg import RpmPkg
class RedHatDistro(Distro):
- "RPM based distribution"""
+ """RPM based distribution"""
_pkg_re = re.compile(r'(?P<pkg>[\w\-\+]+)-(?P<ver>[\w\.]+)'
- '-(?P<rel>[\w\.]+)\.(?P<arch>.+)')
+ r'-(?P<rel>[\w\.]+)\.(?P<arch>.+)')
@classmethod
def pkg(klass, name):