SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python2-unicodenazi rpm build for : Fedora 25. For other distributions click python2-unicodenazi.

Name : python2-unicodenazi
Version : 1.1 Vendor : Fedora Project
Release : 14.fc29 Date : 2018-07-16 20:30:15
Group : Unspecified Source RPM : python-unicodenazi-1.1-14.fc29.src.rpm
Size : 0.01 MB
Packager : Fedora Project
Summary : Module that finds unicode/bytestring comparisons and other problems
Description :
A common source of unicode issues in python2 is that code mixes str and unicode
and is valid for the cases the author tests for (because they only test with
ASCII) but then throws an error when the code is used with non-ASCII strings.

If enabled unicodenazi will complain when this mixing of unicode and byte str
occurs. It\'s annoying as hell, has a huge runtime impact on performance, and
will also complain about most of the stuff in the Python standard library. But
it will point out some areas of your code that may traceback in python2 when
given different data and make it easier to migrate to python3 where unicode and
bytes no longer interoperate.

RPM found in directory: /vol/rzm3/linux-fedora-buffet/alt/risc-v/repo/fedora/29/25511/riscv64/Packages/p

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  python2-unicodenazi-1.1-14.fc29.noarch.rpm
ftp.icm.edu.pl  python2-unicodenazi-1.1-14.fc29.noarch.rpm
     

Provides :
python-unicodenazi
python2-unicodenazi
python2.7dist(unicode-nazi)
python2dist(unicode-nazi)

Requires :
python(abi) = 2.7
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/python2.7/site-packages/unicode_nazi-1.1-py2.7.egg-info
/usr/lib/python2.7/site-packages/unicodenazi.py
/usr/lib/python2.7/site-packages/unicodenazi.pyc
/usr/lib/python2.7/site-packages/unicodenazi.pyo
/usr/share/doc/python2-unicodenazi
/usr/share/doc/python2-unicodenazi/README
/usr/share/licenses/python2-unicodenazi
/usr/share/licenses/python2-unicodenazi/LICENSE

 
ICM