Name: | python36-cookies |
---|---|
Version: | 2.2.1 |
Release: | 8.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 129230 |
License: | MIT |
RPM: | python36-cookies-2.2.1-8.el7.noarch.rpm |
Source RPM: | python-cookies-2.2.1-8.el7.src.rpm |
Build Date: | Tue Mar 10 2020 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | https://gitlab.com/sashahart/cookies |
Summary: | Friendlier RFC 6265-compliant cookie parser/renderer |
Description: | cookies.py is a Python module for working with HTTP cookies: parsing and rendering ‘Cookie:’ request headers and ‘Set-Cookie:’ response headers, and exposing a convenient API for creating and modifying cookies. It can be used as a replacement of Python’s Cookie.py (aka http.cookies). |
- Rebuilt to change main python from 3.4 to 3.6
- Removed remaining and unnecessary python3 conditionals macros
- Enable python3 builds for EPEL
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
- Disabled tests due https://gitlab.com/sashahart/cookies/issues/3
- Added data to allow package building on EPEL repository. Only Fedora ships Python3
- First commit on Fedora's Git