Fri, 26 Apr 2024 22:47:51 UTC | login

Information for build python-nine-0.3.4-4.el7

ID12142
Package Namepython-nine
Version0.3.4
Release4.el7
Epoch
SummaryPython 2 / 3 compatibility, like six, but favouring Python 3
DescriptionLet's write Python 3 right now! When the best Python 2/Python 3 compatibility modules -- especially the famous `*six* library invented by Benjamin Peterson <https://pypi.python.org/pypi/six>`_ -- were created, they were written from the point of view of a Python 2 programmer starting to grok Python 3. When thou writeth Python, thou shalt write Python 3 and, just for a while, ensure that the thing worketh on Python 2.7 and, possibly, even 2.6. Just before Python 2 is finally phased out, thine codebase shall look more like 3 than like 2. nine facilitates this new point of view. You can write code that is as 3ish as possible while still supporting 2.6. Very comfortable for writing new projects.
Built bybstinson
State complete
Volume DEFAULT
StartedTue, 30 Aug 2016 21:45:34 UTC
CompletedTue, 30 Aug 2016 21:50:09 UTC
Taskbuild (infrastructure7-el7, python-nine-0.3.4-4.el7.src.rpm)
Tags
infra7-gitforge-pagure-candidate
infra7-gitforge-pagure-release
infra7-gitforge-pagure-testing
infra7-infra-common-candidate
infra7-infra-common-release
infra7-infra-common-testing
infrastructure7-testing
RPMs
src
python-nine-0.3.4-4.el7.src.rpm (info) (download)
noarch
python-nine-0.3.4-4.el7.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
state.log
Changelog * Mon Jan 12 2015 Ralph Bean <rbean@redhat.com> - 0.3.4-4 - Specify license macro for el6. * Mon Jan 12 2015 Ralph Bean <rbean@redhat.com> - 0.3.4-3 - Require python-importlib on el6. * Sat Jan 10 2015 Ralph Bean <rbean@redhat.com> - 0.3.4-2 - Declare noarch. - Remove unnecessary cflags. - Remove Group tag, as per review. * Wed Jan 07 2015 Ralph Bean <rbean@redhat.com> - 0.3.4-1 - initial package for Fedora