From ChangeLog: https://github.com/noborus/trdsql/releases/v0.7.6
* Fixed error in long line of LTSV.
* Added -onowrap option. Avoid long column wrapping in at/md.
* Added _example/writer. Here is an example of Writer.
PR: 246633
Submitted by: vulcan@wired.sh (maintainer)
Fast Avro support for Python provides:
* Rich data structures.
* A compact, fast, binary data format.
* A container file, to store persistent data.
* Remote procedure call (RPC).
* Simple integration with dynamic languages.
WWW: https://pypi.python.org/pypi/fastavro
Sphinx extension that parses both NumPy and Google style docstrings
Napoleon is a pre-processor that parses NumPy and Google style docstrings and
converts them to reStructuredText before Sphinx attempts to parse them. This
happens in an intermediate step while Sphinx is processing the documentation,
so it doesn't modify any of the docstrings in your actual source code files.
WWW: https://pypi.org/project/sphinxcontrib-napoleon/
May 02, 2020. KDE today announces the release of KDE Frameworks 5.70.0.
KDE Frameworks are over 70 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well tested
libraries with friendly licensing terms. For an introduction see the KDE
Frameworks web page.
This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.
Announcement:
https://kde.org/announcements/kde-frameworks-5.70.0.php
PR: 246331
Exp-run by: antoine
From the changelog [1]:
Some of the fixes included in this release are:
* kio-fish: Only store password in KWallet if the user asked for it.
* The Umbrello Fixes for adding multiline c++ comment support.
* The scrolling behavior in the Okular document viewer has been
improved and is more usable with free-spinning mouse wheels
* A regression that sometimes caused the JuK music player to
crash on start has been fixed
* The Kdenlive video editor has received many stability updates,
including a fix to the DVD chapter creation and a fix that
improves the handling of timecodes, improved handling of missing
clips, draw “photo” frame on image clips to differentiate from
video clips., and previews in the timeline
* KMail now correctly handles existing maildir folders when adding
a new maildir profile and no longer crashes when adding too many
recipients
* Import and export of Kontact settings has been enhanced to include
more data
[1] https://kde.org/announcements/changelog-releases.php?version=20.04.1
- Repocopy textproc/py-sphinx to textproc/py-sphinx18
Update it to 1.8.5 (latest version from 1.8.X).
This version supports Python 2 and 3.
Add test target.
- textproc/py-sphinx: Update to 3.0.2
Python 3 only (3.5+).
Add test target.
- Mk/Uses/python.mk: Add PY_SPHINX
Shared macro to use with flavors and not break
ports with USES=python (all versions).
Python >=3.5 --> textproc/py-sphinx (v3.0.2)
Python < 3.5 --> textproc/py-sphinx18 (v1.8.5)
All ports that uses sphinx were changed to use the new variable
${PY_SPHINX} in the dependency line, exceptions:
* Ports that fails to build with sphinx 3.0.2 because of code.
They are pointing to textproc/py-sphinx18 directly.
There aren't many ports.
* Ports that doesn't know Python flavors.
- Add several patches to fix Sphinx consumers
The most common issues are related with pkg-plist, the output
files from Sphinx changes between versions, keep this dynamically
is the better approach.
This will save time in future sphinx updates.
PR: 245629
Exp-run by: antoine
sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document.
WWW: http://sphinx-doc.org/
PR: 244678
Submitted by: Willem Jan Withagen <wjw@digiware.nl>
sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files.
WWW: https://www.sphinx-doc.org/
PR: 244677
Submitted by: Willem Jan Withagen <wjw@digiware.nl>
sphinxcontrib-serializinghtml is a sphinx extension which outputs serialized
HTML files (json and pickle).
WWW: https://www.sphinx-doc.org/
PR: 244676
Submitted by: Willem Jan Withagen <wjw@digiware.nl>