Accepting request 718176 from devel:languages:python:numeric

- Update to 0.15:
  * This release introduces a new text engine UnicodeEngine, which enables
    simple typesetting with Type1 fonts without using TeX/LaTeX. The graph
    axis texters have been adjusted to work on the UnicodeEngine, as well.
    The exponential and mixed graph axis texters have been merged into the
    new default texter.
  * PyX' home has been moved to https://pyx-project.org. The source code
    repository has been converted to git and is now hosted at 
    https://github.com/pyx-project/pyx.
- Switch to github tarball and enable tests

OBS-URL: https://build.opensuse.org/request/show/718176
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyX?expand=0&rev=2
This commit is contained in:
2019-07-24 18:36:38 +00:00
committed by Git OBS Bridge
parent d7e56c0977
commit 3f6da35ff9
4 changed files with 37 additions and 18 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Jul 24 10:07:02 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.15:
* This release introduces a new text engine UnicodeEngine, which enables
simple typesetting with Type1 fonts without using TeX/LaTeX. The graph
axis texters have been adjusted to work on the UnicodeEngine, as well.
The exponential and mixed graph axis texters have been merged into the
new default texter.
* PyX' home has been moved to https://pyx-project.org. The source code
repository has been converted to git and is now hosted at
https://github.com/pyx-project/pyx.
- Switch to github tarball and enable tests
-------------------------------------------------------------------
Thu Sep 7 17:53:27 UTC 2017 - toddrme2178@gmail.com