Sun, 28 Apr 2024 21:43:20 UTC | login

Information for build future-0.16.0-9.fc29

ID47007
Package Namefuture
Version0.16.0
Release9.fc29
Epoch
SummaryEasy, clean, reliable Python 2/3 compatibility
Descriptionfuture 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, 03 Jul 2018 22:45:51 UTC
CompletedTue, 03 Jul 2018 22:45:51 UTC
Tags
f29
RPMs
src
future-0.16.0-9.fc29.src.rpm (info) (download)
noarch
python2-future-0.16.0-9.fc29.noarch.rpm (info) (download)
python3-future-0.16.0-9.fc29.noarch.rpm (info) (download)
Changelog * Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.16.0-9 - Rebuilt for Python 3.7 * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Sun Jan 14 2018 Antonio Trande <sagitterATfedoraproject.org> - 0.16.0-7 - Use versioned Python2 packages * Fri Dec 15 2017 Antonio Trande <sagitterATfedoraproject.org> - 0.16.0-6 - Python3 built on epel7 * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 0.16.0-3 - Rebuild for Python 3.6 * Tue Dec 13 2016 Antonio Trande <sagitterATfedoraproject.org> - 0.16.0-2 - BR Python2 dependencies unversioned on epel6 * Tue Dec 13 2016 Antonio Trande <sagitterATfedoraproject.org> - 0.16.0-1 - Update to 0.16.0 * Wed Aug 17 2016 Antonio Trande <sagitterATfedoraproject.org> - 0.15.2-10 - Rebuild for Python 3.5.2 * Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15.2-9 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.2-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Fri Jan 29 2016 Antonio Trande <sagitterATfedoraproject.org> - 0.15.2-7 - Renamed Python2 package * Thu Dec 10 2015 Antonio Trande <sagitterATfedoraproject.org> - 0.15.2-6 - SPEC file adapted to recent guidelines for Python * Fri Nov 13 2015 Antonio Trande <sagitter@fedoraproject.org> 0.15.2-5 - Rebuild * Fri Nov 13 2015 Antonio Trande <sagitter@fedoraproject.org> 0.15.2-4 - Python3 tests temporarily disabled with Python35 * Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15.2-3 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Mon Sep 14 2015 Antonio Trande <sagitter@fedoraproject.org> 0.15.2-2 - Patch0 updated * Fri Sep 11 2015 Antonio Trande <sagitter@fedoraproject.org> 0.15.2-1 - Update to 0.15.2 * Wed Sep 02 2015 Antonio Trande <sagitter@fedoraproject.org> 0.15.0-4 - Added patch to exclude failed tests (patch0) * Wed Aug 26 2015 Antonio Trande <sagitter@fedoraproject.org> 0.15.0-3 - Added python-provides macro * Thu Jul 30 2015 Antonio Trande <sagitter@fedoraproject.org> 0.15.0-2 - Fixed Python3 packaging on Fedora - Removed configparser backport (patch1) * Tue Jul 28 2015 Antonio Trande <sagitter@fedoraproject.org> 0.15.0-1 - Initial build