Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python-djvulibre-doc | Distribution: openSUSE Leap 15.2 |
Version: 0.8.5 | Vendor: openSUSE |
Release: lp152.1.3 | Build date: Sun May 17 02:37:38 2020 |
Group: Documentation/HTML | Build host: cloud127 |
Size: 844250 | Source RPM: python-djvulibre-0.8.5-lp152.1.3.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: http://jwilk.net/software/python-djvulibre | |
Summary: Python Support for the DjVu Image Format (Documentation) |
python-djvulibre is a set of Python bindings for the DjVuLibre library, an open source implementation of DjVu. This package contains technical documentation.
GPL-2.0-only
* Mon Nov 04 2019 Kyrill Detinov <lazy.kent@opensuse.org> - Update to 0.8.5. * Improve the setup script: + Use the current Python interpreter for running Cython. + Improve error handling. * Sun Sep 15 2019 John Vandenberg <jayvdb@gmail.com> - Fix setup.py to use sys.executable * Tue Apr 09 2019 Kyrill Detinov <lazy.kent@opensuse.org> - Update to 0.8.4. * Fix compatibility with Python 3.8. * Fix error handling when getting S-expressions for outlines, annotations or page texts. * Thu Dec 06 2018 Tomáš Chvátal <tchvatal@suse.com> - Fix fdupes call - Do not explicitly state required devel version for python, useless here * Wed Oct 17 2018 lazy.kent@opensuse.org - Update to 0.8.2. * Explicitly set Cython's Python language level to 2 in pxd files too. This might fix build failures with future versions of Cython. * Improve documentation: + Update the credits file to make it clear that the project is no longer being funded. + Remove .txt extensions from misc. files. * Improve the test suite: + Treat the “POSIX” locale the same way as the “C” locale. + Add test for version consistency. + Add check against BSD make. (Only GNU make is supported.) * Tue Jun 05 2018 lazy.kent@opensuse.org - Update to 0.8.1. * Improve documentation: + Add README, and move information about build requirements there. + Apply minor wording and typographic fixes to API documentation. + Don't include Sphinx version in HTML documentation. + Don't include copyright information in HTML documentation. * Improve examples: + Make djvu-dump-text and djvu-crop-text compatible with Python 3. + Make djvu2png render all layers by default. + Unify command-line argument parsing. * Explicitly set Cython's Python language level to 2. This might fix build failures with future versions of Cython. * Improve the build system: + Declare build-dependencies (as per PEP-518). + Add the bdist_wheel command. + Use distutils644 to normalize tarball permissions etc. + Fix Python version check. * Improve the test suite. + Be more tolerant about ps2ascii output. Fixes some failures with Ghostscript 9.22. - Enable run tests (excluding failed). * Mon Apr 09 2018 lazy.kent@opensuse.org - Convert to singlespec. - Disable run tests because of a Ghostscript bug. - Move examples to the -doc subpackage. * Thu Aug 11 2016 lazy.kent@opensuse.org - Update to 0.8. * Improve documentation: + Fix doctests' compatibility with Python 3.6. + Don't require TeX distribution to render math formulas. + Simplify some module docstrings. + Fix typos in docstrings. + Update bug tracker URLs. The project repo has moved to GitHub. * Improve the setup script: + Check Cython version. + Use “python -m cython” instead of the “cython” script. + Report build-time requirements to pip. + Don't use setuptools, except on Windows. + Remove poorly standardized “platforms” metadata key. (The information about supported platform is available in the “Operating System” classifiers.). + Add the “Programming Language :: Cython” classifier. * Don't hardcode the Python interpreter path in script shebangs; use “#!/usr/bin/env python” instead. * Fri May 20 2016 lazy.kent@opensuse.org - Update to 0.7.2. * Fix compatibility with Cython 0.24. * Fix typo in the documentation. - Correct the source URL. * Sat Mar 12 2016 lazy.kent@opensuse.org - Update to 0.7.1. * Update URL for “actual and proposed changes to the DjVu format”. * Use HTTPS for sourceforge.net URLs. * Fix a few typos in the documentation. * Improve the test suite: + Normalize whitespace in ps2ascii output. * Mon Aug 31 2015 lazy.kent@opensuse.org - Update to 0.7. * Make Expression.from_string() accept both Unicode and byte strings. * Implement __unicode__() for expressions. * Implement __float__() for integer expressions. * Be more liberal about object types that can be passed to escape_unicode. * Fix the long(<intexpr>) return type with Cython 0.23 and Python * 2.6. * Improve setup.py: + Put files that vary with Python version (*.c, config.pxi) into a version-specific temporary directory. With this change, it's possible to build against multiple Python versions in parallel. * Update BibTeX URL in the documentation. * Improve the test suite. * Sat Aug 15 2015 lazy.kent@opensuse.org - Update to 0.6.1. * Fix the DjVuLibre version check. * Add “const” to variable declarations and function prototypes. * Optimize S-expression input/output. * Require Cython >= 0.19, or Cython >= 0.20 for Python 3. + Remove work-arounds for older versions. * Don't pass -Wno-uninitialized to the compiler (modern versions of Cython don't generate code that would trigger this warning). * Require pkg-config for building on POSIX systems. - Changes in 0.6. * Fix build failure with Cython 0.23. * Document which software if required to build the package. * Require DjVuLibre >= 3.5.21: + Add version check to the setup script. + Remove work-arounds for older versions. + Remove documentation warnings about older versions. * Remove the DjVuLibreBug class. * Improve the test suite. - Changes in 0.5. * Make print_into() raise exceptions properly instead of just printing them on stderr. * Make it possible to print S-expressions into file-like objects created by codecs.open(). * Make djvu.sexpr.__version__ a byte string in Python 2.X. * Don't include DjVu file format version in djvu.decode.__version__. This information is more conveniently available in djvu.decode.DDJVU_VERSION. * Make S-expression input/output methods reentrant (DjVuLibre >= 3.5.26 is required for this feature). * Improve error handling. * Improve the test suite. - Changes in 0.4.1. * Exclude djvu/config.pxi from the source tarball. - Changes in 0.4. * Drop support for Python 2.5. * Add the lvalue attribute to expressions. * Use the lvalue in __repr__(). * Make Symbol objects comparable using “<” and other inequality operators. * Make it possible to disable octal-escaping of non-ASCII Unicode characters when printing expressions into a file. * Stop using sphinx.ext.intersphinx. * Make djvu.decode.__version__ a byte string in Python 2.X. * Improve the test suite. * Sun Nov 16 2014 lazy.kent@opensuse.org - Add runtime dependency: djvulibre. * Thu Nov 13 2014 lazy.kent@opensuse.org - Update to 0.3.10. * Improve error handling in examples. * Improve the test suite: + When running external programs, don't reset environment completely, but only set LC_ALL=C. + Skip more tests (instead of making them fail) when they are run in an unsuitable environment. + Correctly detect ASCII locale encoding on FreeBSD (and possibly other non-GNU systems). + Don't hard-code libc error messages. + Fix test_bad_io failures with Cython ≥ 0.21. * Improve setup.py: + Make it possible to build the package natively on Windows. * Use HTTPS URLs when they are available, in documentation and code. - Run tests. BuildRequires: djvulibre, python-nose. - Add the source GPG signature and a keyring.
/usr/share/doc/packages/python-djvulibre-doc /usr/share/doc/packages/python-djvulibre-doc/examples /usr/share/doc/packages/python-djvulibre-doc/examples/djvu-crop-text /usr/share/doc/packages/python-djvulibre-doc/examples/djvu-dump-text /usr/share/doc/packages/python-djvulibre-doc/examples/djvu2png /usr/share/doc/packages/python-djvulibre-doc/html /usr/share/doc/packages/python-djvulibre-doc/html/_images /usr/share/doc/packages/python-djvulibre-doc/html/_images/inheritance-3745eb7d143f4e3a09913939e41da3ced4bf994a.png /usr/share/doc/packages/python-djvulibre-doc/html/_images/inheritance-3745eb7d143f4e3a09913939e41da3ced4bf994a.png.map /usr/share/doc/packages/python-djvulibre-doc/html/_images/inheritance-470b689624c29b21119c0ec30a5e2f97b3bbb2b8.png /usr/share/doc/packages/python-djvulibre-doc/html/_images/inheritance-470b689624c29b21119c0ec30a5e2f97b3bbb2b8.png.map /usr/share/doc/packages/python-djvulibre-doc/html/_images/inheritance-4b8981bf55cbd7960d7e8b3131bb75088e642b94.png /usr/share/doc/packages/python-djvulibre-doc/html/_images/inheritance-4b8981bf55cbd7960d7e8b3131bb75088e642b94.png.map /usr/share/doc/packages/python-djvulibre-doc/html/_images/inheritance-68a22980269e7ec024e18915a1499a1c2df1b286.png /usr/share/doc/packages/python-djvulibre-doc/html/_images/inheritance-68a22980269e7ec024e18915a1499a1c2df1b286.png.map /usr/share/doc/packages/python-djvulibre-doc/html/_images/inheritance-6dca9ed272659671239b405ed0fd8e434110bf9d.png /usr/share/doc/packages/python-djvulibre-doc/html/_images/inheritance-6dca9ed272659671239b405ed0fd8e434110bf9d.png.map /usr/share/doc/packages/python-djvulibre-doc/html/_images/inheritance-6ffeab073bd2f7fa050ad6f7f425f59f327d54d3.png /usr/share/doc/packages/python-djvulibre-doc/html/_images/inheritance-6ffeab073bd2f7fa050ad6f7f425f59f327d54d3.png.map /usr/share/doc/packages/python-djvulibre-doc/html/_images/inheritance-85db608342e6bf64d82fe8fa781c68acb844638e.png /usr/share/doc/packages/python-djvulibre-doc/html/_images/inheritance-85db608342e6bf64d82fe8fa781c68acb844638e.png.map /usr/share/doc/packages/python-djvulibre-doc/html/_images/inheritance-ab946c960c200a6238a7494f58664babe407f786.png /usr/share/doc/packages/python-djvulibre-doc/html/_images/inheritance-ab946c960c200a6238a7494f58664babe407f786.png.map /usr/share/doc/packages/python-djvulibre-doc/html/_sources /usr/share/doc/packages/python-djvulibre-doc/html/_sources/annotations.rst.txt /usr/share/doc/packages/python-djvulibre-doc/html/_sources/documents.rst.txt /usr/share/doc/packages/python-djvulibre-doc/html/_sources/event-model.rst.txt /usr/share/doc/packages/python-djvulibre-doc/html/_sources/exceptions.rst.txt /usr/share/doc/packages/python-djvulibre-doc/html/_sources/expressions.rst.txt /usr/share/doc/packages/python-djvulibre-doc/html/_sources/files.rst.txt /usr/share/doc/packages/python-djvulibre-doc/html/_sources/geometry.rst.txt /usr/share/doc/packages/python-djvulibre-doc/html/_sources/index.rst.txt /usr/share/doc/packages/python-djvulibre-doc/html/_sources/messages.rst.txt /usr/share/doc/packages/python-djvulibre-doc/html/_sources/outline.rst.txt /usr/share/doc/packages/python-djvulibre-doc/html/_sources/pages.rst.txt /usr/share/doc/packages/python-djvulibre-doc/html/_sources/text-zones.rst.txt /usr/share/doc/packages/python-djvulibre-doc/html/_static /usr/share/doc/packages/python-djvulibre-doc/html/_static/ajax-loader.gif /usr/share/doc/packages/python-djvulibre-doc/html/_static/alert_info_32.png /usr/share/doc/packages/python-djvulibre-doc/html/_static/alert_warning_32.png /usr/share/doc/packages/python-djvulibre-doc/html/_static/basic.css /usr/share/doc/packages/python-djvulibre-doc/html/_static/bg-page.png /usr/share/doc/packages/python-djvulibre-doc/html/_static/bullet_orange.png /usr/share/doc/packages/python-djvulibre-doc/html/_static/comment-bright.png /usr/share/doc/packages/python-djvulibre-doc/html/_static/comment-close.png /usr/share/doc/packages/python-djvulibre-doc/html/_static/comment.png /usr/share/doc/packages/python-djvulibre-doc/html/_static/doctools.js /usr/share/doc/packages/python-djvulibre-doc/html/_static/documentation_options.js /usr/share/doc/packages/python-djvulibre-doc/html/_static/down-pressed.png /usr/share/doc/packages/python-djvulibre-doc/html/_static/down.png /usr/share/doc/packages/python-djvulibre-doc/html/_static/file.png /usr/share/doc/packages/python-djvulibre-doc/html/_static/haiku.css /usr/share/doc/packages/python-djvulibre-doc/html/_static/jquery-3.2.1.js /usr/share/doc/packages/python-djvulibre-doc/html/_static/jquery.js /usr/share/doc/packages/python-djvulibre-doc/html/_static/minus.png /usr/share/doc/packages/python-djvulibre-doc/html/_static/plus.png /usr/share/doc/packages/python-djvulibre-doc/html/_static/pygments.css /usr/share/doc/packages/python-djvulibre-doc/html/_static/searchtools.js /usr/share/doc/packages/python-djvulibre-doc/html/_static/underscore-1.3.1.js /usr/share/doc/packages/python-djvulibre-doc/html/_static/underscore.js /usr/share/doc/packages/python-djvulibre-doc/html/_static/up-pressed.png /usr/share/doc/packages/python-djvulibre-doc/html/_static/up.png /usr/share/doc/packages/python-djvulibre-doc/html/_static/websupport.js /usr/share/doc/packages/python-djvulibre-doc/html/annotations.html /usr/share/doc/packages/python-djvulibre-doc/html/documents.html /usr/share/doc/packages/python-djvulibre-doc/html/event-model.html /usr/share/doc/packages/python-djvulibre-doc/html/exceptions.html /usr/share/doc/packages/python-djvulibre-doc/html/expressions.html /usr/share/doc/packages/python-djvulibre-doc/html/files.html /usr/share/doc/packages/python-djvulibre-doc/html/geometry.html /usr/share/doc/packages/python-djvulibre-doc/html/index.html /usr/share/doc/packages/python-djvulibre-doc/html/messages.html /usr/share/doc/packages/python-djvulibre-doc/html/outline.html /usr/share/doc/packages/python-djvulibre-doc/html/pages.html /usr/share/doc/packages/python-djvulibre-doc/html/search.html /usr/share/doc/packages/python-djvulibre-doc/html/searchindex.js /usr/share/doc/packages/python-djvulibre-doc/html/text-zones.html
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 11:27:19 2024