[Rpm-maint] [rpm-software-management/rpm] add parse_evr() to python bindings (#533)

Igor Gnatenko notifications at github.com
Mon Aug 27 08:54:39 UTC 2018


ignatenkobrain commented on this pull request.



> @@ -126,3 +126,24 @@ def dsSingle(TagN, N, EVR="", Flags=RPMSENSE_ANY):
     dsSingle(RPMTAG_CONFLICTNAME, "rpm") corresponds to "Conflicts: rpm"
     """
     return ds((N, Flags, EVR), TagN)
+
+def parse_evr(evr_string):

note that there is same function in C and I think we should really expose that one.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/533#pullrequestreview-149631552
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20180827/02c9fbe3/attachment.html>


More information about the Rpm-maint mailing list