Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-caca | Distribution: SUSE Linux Enterprise 15 |
Version: 0.99.beta19.git20171003 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: 150200.11.6.1 | Build date: Wed Apr 27 13:59:30 2022 |
Group: Development/Languages/Python | Build host: sheep23 |
Size: 173252 | Source RPM: libcaca-0.99.beta19.git20171003-150200.11.6.1.src.rpm |
Packager: https://www.suse.com/ | |
Url: http://caca.zoy.org | |
Summary: Python3 support for libcaca |
This package contains all that is needed to use libcaca from python3.
WTFPL
* Wed Apr 27 2022 josef.moellers@suse.com - When a zero-width or zero-height image is given, a divide-by-zero occurs. This patch checks for this and produces a zero-sized output. [bsc1197028-correctly-handle-zero-width-or-height-images.patch, CVE-2022-0856, bsc#1197028] * Thu Mar 03 2022 josef.moellers@suse.com - If an image has a size of 0x0, when exporting, no data is written and space is allocated for the header only, not taking into account that sprintf appends a NUL byte. [CVE-2021-30498, CVE-2021-30499, bsc#1184751, bsc#1184752, bsc1184751-add-space-for-NUL-byte.patch] * Tue Mar 10 2020 josef.moellers@suse.com - The contents of libcaca-prevent-overflow.patch have been moved to Bug1120502-add_cast_to_prevent_overflow.patch and libcaca-variable-type.patch [libcaca-prevent-overflow.patch] * Wed Feb 26 2020 ilya@ilya.pp.ua - Refresh spec-file via spec-cleaner. - Add Requires:toilet for caca-utils, because need for cacaclock. * Thu Aug 01 2019 normand@linux.vnet.ibm.com - Add Bug1143286_libcaca_configure_ac_chg_for_lto.patch bypass boo#1143286 * Mon Jan 21 2019 josef.moellers@suse.com - Cast intermediate results to 64 bits to prevent overflow of calculations with 32-bit quentities. [CVE-2018-20544, bsc#1120502, Bug1120502-add_cast_to_prevent_overflow.patch] * Mon Jan 21 2019 josef.moellers@suse.com - Fix the size of width and height to be of size_t rather than int in struct caca_dither. Re-using existing patch. [CVE-2018-20546, bsc#1120503, CVE-2018-20547, bsc#1120504, libcaca-variable-type.patch] * Tue Jan 15 2019 josef.moellers@suse.com - Fix the size of width and height to be of size_t rather than unsigned int which may be too small on 64 bit architectures. This fixes three CVS and associated bugs. [CVE-2018-20545, bsc#1120584, CVE-2018-20548, bsc#1120589, CVE-2018-20549, bsc#1120470, libcaca-variable-type.patch] * Tue Jan 30 2018 davejplater@gmail.com - Deleted _service and use spec file to download git version. - Shorten version field to joliet usable length. - Change python headers to allow bindings to build normally with python3. - Use %license for license document. * Tue Jan 23 2018 tchvatal@suse.com - Drop the py2 bindings they fail to build using rpm macros and somehow ingnore LD_LIBRARY_PATH, anyway provide py3 variant and stick with that * Tue Jan 23 2018 tchvatal@suse.com - Switch to git repack service in order to get all the latest fixes * like python3 porting of the bindings - Update to version 0.99.beta19+git20171002.da28e96: * img2text.c: fix width arg case in example * ruby: require 'caca' instead of 'caca.so' * Only fail the check-copyright test if more than 10 files are affected. * Try to run Coverity from Travis CI. * Add some missing breaks (thanks coverity) * Fix header copyright. * Fix a bug into the autorepeat trigger. - Refresh patches: * libcaca-ruby_am_cflags.patch * libcaca-ruby_vendor_install.patch * Mon Jan 22 2018 tchvatal@suse.com - Fix URL - Mention github repo containing more changes - Format with spec-cleaner - Remove support for older distros lets stick with latest only - Remove for years disabled mono and java integration code snippets - Use python macros to build python instead of waiting for autotools - Convert to pkgconfig style dependencies * Fri Mar 11 2016 hguo@suse.com - Require imlib2-loaders in caca-utils package. All of the utilities fail to load any image without the dependency. * Wed Sep 02 2015 dimstar@opensuse.org - Add libcaca-ncurses6.patch: defined against a function name never worked, so set_escdelay was actually never used. With curses 6.0, though, ESCDELAY is no longer 'a variable', but a reference to a function, so we can't assign anything to it. We just assume that we always use a recent enough version of ncurses to have set_escdelay avaialble. * Fri Mar 20 2015 dvlaeev@suse.com - Build without Mono by default coolo says: "We don't want mono in Factory, if somebody needs it it should be set explicit (with_mono) per prjconf" * Thu Mar 12 2015 dimstar@opensuse.org - Update libcaca-ruby_vendor_install.patch: Use RbConfig::CONFIG instead of Config::Config to be compatible with ruby 2.2. * Tue Feb 17 2015 p.drouand@gmail.com - Update to version 0.99beta19 * No changelog available - Remove automake-1.12.patch; fixed on upstream release * Thu Jan 15 2015 olaf@aepfle.de - Remove __DATE__ usage from cacaclock
/usr/lib/python3.6/site-packages/caca /usr/lib/python3.6/site-packages/caca/__init__.py /usr/lib/python3.6/site-packages/caca/__pycache__ /usr/lib/python3.6/site-packages/caca/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/caca/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/caca/__pycache__/canvas.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/caca/__pycache__/canvas.cpython-36.pyc /usr/lib/python3.6/site-packages/caca/__pycache__/common.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/caca/__pycache__/common.cpython-36.pyc /usr/lib/python3.6/site-packages/caca/__pycache__/display.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/caca/__pycache__/display.cpython-36.pyc /usr/lib/python3.6/site-packages/caca/__pycache__/dither.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/caca/__pycache__/dither.cpython-36.pyc /usr/lib/python3.6/site-packages/caca/__pycache__/font.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/caca/__pycache__/font.cpython-36.pyc /usr/lib/python3.6/site-packages/caca/canvas.py /usr/lib/python3.6/site-packages/caca/common.py /usr/lib/python3.6/site-packages/caca/display.py /usr/lib/python3.6/site-packages/caca/dither.py /usr/lib/python3.6/site-packages/caca/font.py
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 15:53:55 2024