Name: | python-tzlocal |
---|---|
Version: | 1.2 |
Release: | 3.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 80836 |
License: | CC0 |
RPM: | python-tzlocal-1.2-3.el7.noarch.rpm |
Source RPM: | python-tzlocal-1.2-3.el7.src.rpm |
Build Date: | Sun May 03 2020 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/regebro/tzlocal |
Summary: | A Python module that tries to figure out what your local timezone is |
Description: | This Python module returns a tzinfo object with the local timezone information. It requires pytz, and returns pytz tzinfo objects. This module attempts to fix a glaring hole in pytz, that there is no way to get the local timezone information, unless you know the zoneinfo name. |
- Build python3 support for RHEL/CentOS 7
- Rebuilt for python 3.5
- Update to 1.2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
- added epel support
- fixed python3-tzlocal %summary to match python-tzlocal
- deleted group tag - added license to python3 module - rewritten summary - wrapped description - added rm -rf *.egg-info to %prep - added comments to the rm commands in %install section
- Initial package