| Name: | python-structlog |
|---|---|
| Version: | 0.4.2 |
| Release: | 5.el7 |
| Architecture: | noarch |
| Group: | Development/Libraries |
| Size: | 208538 |
| License: | ASL 2.0 |
| RPM: | python-structlog-0.4.2-5.el7.noarch.rpm |
| Source RPM: | python-structlog-0.4.2-5.el7.src.rpm |
| Build Date: | Sat Oct 28 2017 |
| Build Host: | x86-ol7-builder-03.us.oracle.com |
| Vendor: | Oracle America |
| URL: | http://www.structlog.org/ |
| Summary: | Painless structural logging |
| Description: | Structlog makes structured logging in Python easy by augmenting your existing logger. It allows you to split your log entries up into key/value pairs and build them incrementally without annoying boilerplate code. |
- disabled tests on epel
- added epel support
- Removed group
- Removed shipped .egg-info
- Added license to python3 package
- Made %files section more verbose
- Replaced %{python_sitelib} with %{python2_sitelib}
- Added python3 package - Added %check section
- Initial package