Changelog for
python2-prometheus_client-0.2.0+git2.2783ff8-9.3.noarch.rpm :
* Sun Apr 22 2018 opensuse-packagingAATTopensuse.org- Update to version 0.2.0+git2.2783ff8:
* Fix file descriptor not closed (#269)
* Use precompiled struct methods for pack, unpack data (#266)
* Release 0.2.0
* Optimizations for tuples using. Removed unused types transformations. (#263)
* Prevent double reading all values when collect multiprocess metrics (#262)
* Use `collections.defaultdict` to speed up metrics counting (#257)
* Reduce unnecessary metric creation in loop (#256)
* Fix lint related to vertical whitespace (#246)
* PEP333 does not require QUERY_STRING to be present. (#252)
* Fix lint around unused and star imports (#245)