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

Panu Matilainen notifications at github.com
Mon Aug 27 09:18:00 UTC 2018


Yup, we don't want duplicate implementations of things in Python. Such a generic utility function deserves an implementation in C and just exported to Python.

The problem with exposing parseEVR() does not a very nice API make. For one, it modifies its first argument, and then there's the question of epoch (it's returned as a string when it's really an integer).

-- 
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#issuecomment-416167140
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20180827/536855ef/attachment.html>


More information about the Rpm-maint mailing list