1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510
|
djvulibre-python (0.9.3) unstable; urgency=low
[ FriedrichFroebel ]
* Fix PyPI uploads and build warnings
-- FriedrichFroebel <> Fri, 16 May 2025 17:05:00 +0200
djvulibre-python (0.9.2) unstable; urgency=low
[ FriedrichFroebel ]
* Make compatible to Cython >= 3.1.0
* Temporarily disable some assertions for export_ps
due to unresolved failures
[ Ianis Vasilev ]
* Add missing test files to source distributions
[ Colin Watson ]
* Fix tests for big-endian systems
-- FriedrichFroebel <> Fri, 16 May 2025 16:40:00 +0200
djvulibre-python (0.9.1) unstable; urgency=low
[ FriedrichFroebel ]
* Migrate package name to djvulibre-python as the original
package name is blocked on PyPI.
-- FriedrichFroebel <> Fri, 13 Dec 2024 15:20:00 +0100
python-djvulibre (0.9.0) unstable; urgency=low
[ FriedrichFroebel ]
* Port to Python 3. At least Python 3.6 is required now.
* Conform to PEP8 coding style.
* Set Cython language level to 3.
* Remove unused/unsupported djvu.dllpath.
* Add support for Cython 3.0 and Python 3.12.
+ Require Cython >= 0.28.
+ Drop support for DjVuLibre < 3.5.26.
-- FriedrichFroebel <> Wed, 02 Aug 2023 18:37:08 +0200
python-djvulibre (0.8.8) unstable; urgency=low
* Fix possible integer overflow in djvu.decode.PageJob.render().
* Stop using deprecated threading.Condition.notifyAll().
Thanks to Ali Erdinç Köroğlu for help.
* Remove indication of Windows support from the package metadata.
This works very poorly, if at all, in practice.
* Use HTTPS in homepage URL.
-- Jakub Wilk <jwilk@jwilk.net> Fri, 02 Sep 2022 21:55:43 +0200
python-djvulibre (0.8.7) unstable; urgency=low
* Fix compatibility with Sphinx 4.0.
Thanks to Audrey Yeena Toskin for the bug report.
https://github.com/jwilk/python-djvulibre/issues/15
* Stop using nose for the test suite.
-- Jakub Wilk <jwilk@jwilk.net> Sat, 14 Aug 2021 21:35:30 +0200
python-djvulibre (0.8.6) unstable; urgency=low
* Fix build failure with Python 3.10.
Thanks to Audrey Yeena Toskin for the bug report.
https://github.com/jwilk/python-djvulibre/issues/13
+ Require Cython >= 0.19.1 for Python 2.X.
+ Drop support for Python 3.2 (and earlier 3.X versions).
* Fix build failure with Cython >= 3.0.
* Fix excessive memory use in djvu2png.
* Fix typo in an error message.
* Use HTTPS for cython.org URL.
* Improve the test suite.
* Improve the build system:
+ Improve error handling.
https://github.com/jwilk/python-djvulibre/issues/12
+ Declare build-dependencies (as per PEP-518).
-- Jakub Wilk <jwilk@jwilk.net> Thu, 04 Mar 2021 21:26:02 +0100
python-djvulibre (0.8.5) unstable; urgency=low
* Improve the setup script:
+ Use the current Python interpreter for running Cython.
Thanks to John Vandenberg for the bug report and the initial patch.
https://github.com/jwilk/python-djvulibre/issues/10
+ Improve error handling.
-- Jakub Wilk <jwilk@jwilk.net> Mon, 23 Sep 2019 18:51:43 +0200
python-djvulibre (0.8.4) unstable; urgency=low
* Fix compatibility with Python 3.8.
* Fix error handling when getting S-expressions for outlines, annotations or
page texts.
-- Jakub Wilk <jwilk@jwilk.net> Mon, 11 Mar 2019 16:52:59 +0100
python-djvulibre (0.8.3) unstable; urgency=low
* Require subprocess32 for test suite with Python 2.X.
https://github.com/jwilk/python-djvulibre/issues/8
-- Jakub Wilk <jwilk@jwilk.net> Mon, 11 Feb 2019 20:53:17 +0100
python-djvulibre (0.8.2) unstable; urgency=low
* 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.
(POSIX says they are equivalent.)
+ Add test for version consistency.
+ Add check against BSD make. (Only GNU make is supported.)
-- Jakub Wilk <jwilk@jwilk.net> Mon, 17 Sep 2018 17:29:12 +0200
python-djvulibre (0.8.1) unstable; urgency=low
* 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:
+ 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.
https://github.com/jwilk/python-djvulibre/issues/6
-- Jakub Wilk <jwilk@jwilk.net> Wed, 30 May 2018 18:48:50 +0200
python-djvulibre (0.8) unstable; urgency=low
* Fix Windows support. It is now possible to build the package using the
default compiler, Microsoft Visual C++ Compiler for Python.
https://github.com/jwilk/python-djvulibre/issues/1
+ Remove support for cross-compiling using MinGW.
* Fix test failures on non-Linux systems.
* 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.
-- Jakub Wilk <jwilk@jwilk.net> Fri, 05 Aug 2016 22:52:25 +0200
python-djvulibre (0.7.2) unstable; urgency=low
* Fix compatibility with Cython 0.24.
* Fix typo in the documentation.
-- Jakub Wilk <jwilk@jwilk.net> Thu, 12 May 2016 14:07:13 +0200
python-djvulibre (0.7.1) unstable; urgency=low
* 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.
-- Jakub Wilk <jwilk@jwilk.net> Fri, 11 Mar 2016 22:09:00 +0100
python-djvulibre (0.7) unstable; urgency=low
* 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.
https://mail.python.org/pipermail/cython-devel/2015-August/004485.html
* 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.
-- Jakub Wilk <jwilk@jwilk.net> Tue, 25 Aug 2015 23:46:20 +0200
python-djvulibre (0.6.1) unstable; urgency=low
* 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.
-- Jakub Wilk <jwilk@jwilk.net> Fri, 14 Aug 2015 16:22:44 +0200
python-djvulibre (0.6) unstable; urgency=low
* 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.
-- Jakub Wilk <jwilk@jwilk.net> Wed, 12 Aug 2015 19:12:01 +0200
python-djvulibre (0.5) unstable; urgency=low
* 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.
-- Jakub Wilk <jwilk@jwilk.net> Sun, 02 Aug 2015 17:45:08 +0200
python-djvulibre (0.4.1) unstable; urgency=low
* Exclude djvu/config.pxi from the source tarball.
Thanks to Daniel Stender for the bug report.
https://github.com/jwilk/python-djvulibre/issues/4
-- Jakub Wilk <jwilk@jwilk.net> Mon, 27 Jul 2015 10:28:21 +0200
python-djvulibre (0.4) unstable; urgency=low
* Drop support for Python 2.5.
* Add the lvalue attribute to expressions.
This is the same as value, except that Lisp lists are mapped to Python
lists, rather than Python tuples.
* 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.
Making it work offline and consistently across different Python versions
is too much of a hassle, and it was used only to cross-reference one
well-known exception (IOError).
* Make djvu.decode.__version__ a byte string in Python 2.X.
* Improve the test suite.
-- Jakub Wilk <jwilk@jwilk.net> Wed, 22 Jul 2015 21:05:11 +0200
python-djvulibre (0.3.10) unstable; urgency=low
* 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.
https://github.com/jwilk/python-djvulibre/issues/1
* Use HTTPS URLs when they are available, in documentation and code.
-- Jakub Wilk <jwilk@jwilk.net> Tue, 04 Nov 2014 11:44:09 +0100
python-djvulibre (0.3.9) unstable; urgency=low
* Ensure that all S-expression output is 7-bit.
This is work-around for <https://bugs.debian.org/664626>.
-- Jakub Wilk <jwilk@jwilk.net> Mon, 19 Mar 2012 20:41:53 +0100
python-djvulibre (0.3.8) unstable; urgency=low
* Ensure that S-expression input/output functions are always initialized.
This is work-around for <https://bugs.debian.org/664442>.
-- Jakub Wilk <jwilk@jwilk.net> Sun, 18 Mar 2012 23:44:55 +0100
python-djvulibre (0.3.7) unstable; urgency=low
* Use floor division operator instead of relying on “classic” division
semantics.
-- Jakub Wilk <jwilk@jwilk.net> Wed, 14 Mar 2012 08:32:35 +0100
python-djvulibre (0.3.6) unstable; urgency=low
* Improve test suite:
+ Fix compatibility with Python 3.X (broken in 0.3.5).
+ Test expression parsing again.
+ Capture stderr output for tests which produce unhandled exceptions.
* Fix compatibility with Python 2.5 (broken since 0.3.0).
-- Jakub Wilk <jwilk@jwilk.net> Tue, 06 Mar 2012 00:14:57 +0100
python-djvulibre (0.3.5) unstable; urgency=low
* Improve setup.py:
+ Fix error message when pkg-config is not found (a regression introduced
in 0.3.4).
* Improve test suite:
+ Verify that LANGUAGE environment variable is unset before running tests
sensitive to locale settings. Thanks to Daniel Stender for the bug
report.
+ Skip some tests (instead of making them fail) when they are run in
an unsuitable environment. Note that it's still recommended to use
--no-skip when running the test suite.
-- Jakub Wilk <jwilk@jwilk.net> Sat, 18 Feb 2012 21:05:41 +0100
python-djvulibre (0.3.4) unstable; urgency=low
* Optimize DocumentPages.__len__() and DocumentFiles.__len__().
* Fix compatibility with Python 3.X (broken in 0.3.3).
* Update various external documentation URLs.
https://bugs.debian.org/627290
* Improve test suite:
+ Normalize whitespace in ps2ascii output.
https://bugs.debian.org/646177
* Improve setup.py:
+ Print a more meaningful error message if pkg-config fails.
+ build_sphinx is now available even without setuptools.
+ build_sphinx can now import extension modules from the build directory.
-- Jakub Wilk <jwilk@jwilk.net> Sat, 22 Oct 2011 01:36:38 +0200
python-djvulibre (0.3.3) unstable; urgency=low
* Improve setup.py:
+ Add “Operating System :: Microsoft :: Windows” to trove classifiers.
* Add Windows-specific module djvu.dllpath, which is aimed to ease finding
DjVuLibre DLLs in non-standard locations.
* Make expression and symbol objects picklable.
* Add work-around for <https://bugs.debian.org/620859>.
* Fix test suite compatibility with Python 3.
-- Jakub Wilk <jwilk@jwilk.net> Mon, 04 Apr 2011 21:06:01 +0200
python-djvulibre (0.3.2) unstable; urgency=low
* Python ≥ 2.6: make djvu.sexpr.ListExpression a “virtual subclass” of
collections.MutableSequence.
* Add append, count, extend, index, insert, pop, remove and reverse methods
for list expressions.
* Add ‘+=’ and ‘del’ operators for list expressions.
* Fix compatibility with Cython 0.12.
* Fix compatibility with some non-POSIX operating systems.
* Add work-around for <https://bugs.python.org/issue969718>.
* Improve setup.py:
+ Add work-around for <https://bugs.debian.org/607112>.
+ Make ‘clean --all’ remove temporary *.pxi and *.c files.
+ Don't import Cython modules; call the ‘cython’ binary instead.
+ Allow cross-compilation using MinGW cross compiler.
-- Jakub Wilk <jwilk@jwilk.net> Wed, 15 Dec 2010 21:17:39 +0100
python-djvulibre (0.3.1) unstable; urgency=low
* Add another example program.
* Fix encoding issues with djvu.decode.ErrorMessage. Thanks to Kyrill
Detinov for the bug report.
-- Jakub Wilk <jwilk@jwilk.net> Fri, 19 Nov 2010 17:44:51 +0100
python-djvulibre (0.3.0) unstable; urgency=low
* Add support for Python 3.
* Fix tests on 64-bit architectures.
* Fix compatibility with Cython 0.13.
* Message.message are now always Unicode strings.
-- Jakub Wilk <jwilk@jwilk.net> Fri, 29 Oct 2010 01:51:33 +0200
python-djvulibre (0.1.18) unstable; urgency=low
* Fix handling of non-ASCII metadata.
-- Jakub Wilk <jwilk@jwilk.net> Fri, 25 Jun 2010 23:32:05 +0200
python-djvulibre (0.1.17) unstable; urgency=low
* Allow rendering images directly into a writable buffer (e.g. an array),
rather than to a newly created string. That should ease integration of
python-djvulibre with e.g. numpy or cairo.
* Add two simple example programs.
-- Jakub Wilk <jwilk@jwilk.net> Thu, 11 Feb 2010 17:48:36 +0100
python-djvulibre (0.1.16) unstable; urgency=low
* Make reading S-expression from streams more efficient.
* Fix exception handling while reading/writing S-expression from/to streams.
-- Jakub Wilk <jwilk@jwilk.net> Sun, 03 Jan 2010 12:52:12 +0100
python-djvulibre (0.1.15) unstable; urgency=low
* Don't let text zones compare equal to unrelated objects.
-- Jakub Wilk <jwilk@jwilk.net> Wed, 04 Nov 2009 20:02:07 +0100
python-djvulibre (0.1.14) unstable; urgency=low
* Fix infinite recursion when comparing a text zone with a string. Thanks to
Rogério Brito for the bug report.
-- Jakub Wilk <jwilk@jwilk.net> Thu, 03 Sep 2009 23:36:47 +0200
python-djvulibre (0.1.13) unstable; urgency=low
* Fix major breakage introduced in 0.1.12. Thanks to Piotr Ożarowski for
reporting that.
* Get rid of some spurious warnings.
-- Jakub Wilk <jwilk@jwilk.net> Sun, 16 Aug 2009 10:49:42 +0200
python-djvulibre (0.1.12) unstable; urgency=low
* Use Cython (rather than Pyrex) to compile sources.
-- Jakub Wilk <jwilk@jwilk.net> Thu, 13 Aug 2009 13:07:16 +0200
python-djvulibre (0.1.11) unstable; urgency=low
* Provide a bit more comprehensive documentation.
-- Jakub Wilk <jwilk@jwilk.net> Tue, 14 Jul 2009 16:33:13 +0200
python-djvulibre (0.1.10) unstable; urgency=low
* Remove the PageInfo class (it served no purpose).
* Work around a Pyrex compilation bug.
-- Jakub Wilk <jwilk@jwilk.net> Tue, 07 Jul 2009 23:12:27 +0200
python-djvulibre (0.1.9) unstable; urgency=low
* Fill out the package metadata.
-- Jakub Wilk <jwilk@jwilk.net> Sat, 16 May 2009 11:05:45 +0200
python-djvulibre (0.1.8) unstable; urgency=low
* Enable compilation with recent Pyrex.
-- Jakub Wilk <jwilk@jwilk.net> Sat, 12 Jul 2008 12:10:08 +0200
python-djvulibre (0.1.7) unstable; urgency=low
* Protect from collecting just created S-expressions.
-- Jakub Wilk <jwilk@jwilk.net> Fri, 20 Jun 2008 12:39:24 +0200
python-djvulibre (0.1.6) unstable; urgency=low
* Call Context.handle_message() *before* any blocking method finishes.
* Better error handling in Page.decode().
-- Jakub Wilk <jwilk@jwilk.net> Wed, 14 May 2008 11:19:52 +0200
python-djvulibre (0.1.5) unstable; urgency=low
* Fix a race condition in DocumentDecodingJob.wait().
* DocumentPages and DocumentFiles checks for actual length and raises
IndexError exceptions.
* Add Page.size and PageJob.size properties.
* Remove spurious overflow checks.
-- Jakub Wilk <jwilk@jwilk.net> Wed, 07 May 2008 18:36:51 +0200
python-djvulibre (0.1.4) unstable; urgency=low
* Initial release.
-- Jakub Wilk <jwilk@jwilk.net> Wed, 07 May 2008 00:17:17 +0200
|