Wed, 08 May 2024 03:12:12 UTC | login

Information for build future-0.18.2-16.fc37

ID204309
Package Namefuture
Version0.18.2
Release16.fc37
Epoch
SummaryEasy, 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.
Built bydavidlt
State complete
Volume DEFAULT
StartedTue, 20 Sep 2022 00:10:04 UTC
CompletedTue, 20 Sep 2022 00:10:04 UTC
Tags
f37
f38
RPMs
src
future-0.18.2-16.fc37.src.rpm (info) (download)
noarch
python3-future-0.18.2-16.fc37.noarch.rpm (info) (download)
Changelog * Tue Aug 09 2022 Antonio Trande <sagitter@fedoraproject.org> - 0.18.2-16 - Skip test_single_exception_stacktrace (upstream bug#608) (rhbz#2113233) * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.18.2-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.18.2-14 - Rebuilt for Python 3.11 * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.18.2-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Sat Dec 04 2021 Antonio Trande <sagitter@fedoraproject.org> - 0.18.2-12 - Remove Python2 build instructions - Patched for Python 3.11 * Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.18.2-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.18.2-10 - Rebuilt for Python 3.10 * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.18.2-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Aug 10 2020 Antonio Trande <sagitter@fedoraproject.org> - 0.18.2-8 - Merge pull request #8