cleanup by me. Moves to Python 3/py-qt5/py-qtwebengine and unbreaks.
This isn't the latest version but newer ones use Rust so this is a
good stepping stone.
OK jca@
py3-opcua-0.98.9
Comment:
pure Python OPC UA client and server library
Description:
Pure Python OPC UA / IEC 62541 Client and Server Python 2, 3 and
pypy. OPC UA binary protocol implementation is quasi complete and
has been tested against many different OPC UA stacks. API offers
both a low level interface to send and receive all UA defined
structures and high level classes allowing to write a server or a
client in a few lines. It is easy to mix high level objects and
low level UA calls in one application.
py3-opcua-widgets-0.5.8
Comment:
widgets for OPC UA
Description:
Common widgets for opcua-modeler and opcua-client-gui.
opcua-client-gui-0.8.0
Comment:
minimal OPC UA client GUI
Description:
Simple OPC-UA GUI client. Written using freeopcua python api and
pyqt. Most needed functionalities are implemented including
subscribing for data changes and events, write variable values
listing attributes and references, and call methods.
Also, remove the hardcoded SOVERSION from qt5/src/CMakeLists.txt
(similar to the patch to glib/CMakeLists.txt from rsadowski@).
This does *not* fix the problem found by gnezdo@ (libpoppler-qt5.so
picking up an already installed older libpoppler.so during build
and then failing to package).
Updating bigger ports with lots of patches, combing the target's output
for failed hunks can be cumbersome; print failed patch files one per line
iff there are any to provide immediate feedback on what wrong and where.
"definitely wanted" landry
Style nits, OK espie
libpython2.7 could be picked up even though the python3 interpreter was
detected and used. This lead to a funny line in configure output:
-- Found PythonLibs: /usr/local/lib/libpython2.7.so.0.0 (found version "3.7.7")
Let cmake pick a library version that matches the python interpreter
instead of declaring a preference for 2.7.
Build failure reported by naddy@
Mips: Use a distinct trapcode with retguard on mips64.
PowerPC:
- Set max atomic size for AtomicExpandPass.
- For OpenBSD/powerpc64: switch to ELFv2, use _mcount profiling, and
add our OpenBSD specific defines.
- Optimize away the frame pointer.
ok jca@ (maintainer), cwen@
Fix possible IMAP man-in-the-middle attack. No credentials are exposed,
but could result in unintended emails being "saved" to an attacker's
server. The $ssl_starttls quadoption is now used to check for an
unencrypted PREAUTH response from the server.
(the release also had a gnutls fix, but we don't use gnutls in the port).
your contacts' birthdays. It can be used with Thunderbird/Icedove
Lightning, Sunbird/Iceowl Events, CSV-files, MySQL-Databases. It puts an
icon on notification area which will blink when there is any of your
contacts' birthday today. You can also check if there is any of your
contacts' birhday on next days.
This is a python3/qt5 replacement of Gbirthday.
Tweaks and OK jasper@