14
0
forked from pool/python-Kajiki

- update to 0.9.2:

* Python 3.11 compatibility.
  * Documentation updates and clarifications.
  * Unit test updates.
  * Fixed compatibility for Python 3.11.
  * The unit tests were moved out of the ``kajiki`` package:
    tests are now under the ``tests/`` directory.
  * Migrated from Travis CI to GitHub Actions.
  * Support dropped for Python 2.7.
  * Fixed up lnotab bugs in Python 3.6+ (``ERROR LOOKING UP
    LINE`` messages).
  * DTD will not be inserted before an ```` declaration
    anymore.
  * Dependency on ``nine`` dropped.
  * Dropped integration for TurboGears 1.
  * Improved end-to-end testing.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Kajiki?expand=0&rev=22
This commit is contained in:
2023-03-08 09:23:00 +00:00
committed by Git OBS Bridge
parent 2c44e35629
commit ddd455151a
4 changed files with 29 additions and 9 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Mar 8 09:22:21 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.9.2:
* Python 3.11 compatibility.
* Documentation updates and clarifications.
* Unit test updates.
* Fixed compatibility for Python 3.11.
* The unit tests were moved out of the ``kajiki`` package:
tests are now under the ``tests/`` directory.
* Migrated from Travis CI to GitHub Actions.
* Support dropped for Python 2.7.
* Fixed up lnotab bugs in Python 3.6+ (``ERROR LOOKING UP
LINE`` messages).
* DTD will not be inserted before an ```` declaration
anymore.
* Dependency on ``nine`` dropped.
* Dropped integration for TurboGears 1.
* Improved end-to-end testing.
-------------------------------------------------------------------
Tue Aug 31 12:19:49 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>