Name: | python39-future |
---|---|
Version: | 0.18.3 |
Release: | 4.el8.1 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 3354322 |
License: | MIT |
RPM: | python39-future-0.18.3-4.el8.1.noarch.rpm |
Source RPM: | python39-future-epel-0.18.3-4.el8.1.src.rpm |
Build Date: | Fri Feb 10 2023 |
Build Host: | build-ol8-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | http://python-future.org/ |
Summary: | Easy, clean, reliable Python 2/3 compatibility |
Description: | future is the missing compatibility layer between Python 2 and Python 3. It allows you to use a single, clean Python 3.x-compatible codebase to support both Python 2 and Python 3 with minimal overhead. It provides ``future`` and ``past`` packages with backports and forward ports of features from Python 3 and 2. It also comes with ``futurize`` and ``pasteurize``, customized 2to3-based scripts that helps you to convert either Py2 or Py3 code easily to support both Python 2 and 3 in a single clean Py3-style codebase, module by module. |
- Convert to Python 3.9 package for EPEL 8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
- Upload new source archive
- Add updated patch for fixing tests
- Release 0.18.3
- Skip test_single_exception_stacktrace (upstream bug#608) (rhbz#2113233)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
- Rebuilt for Python 3.11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
- Remove Python2 build instructions - Patched for Python 3.11