5.6.0: support direct true color mode
5.6.2: transform rgb colors to 256 when direct color mode is not possible
5.6.4: fix build on OSes without NCURSES_EXT_COLORS
it was integrated into python core as the "sqlite3" module; nmap's zenmap
subpackage listed a dependency, but didn't really use this
(the module is confusingly named; it is for sqlite3 not sqlite2!)
setuptools (it's used as a package locator but importlib.metadata in
newer Python core or the external importlib_metadata are preferred).
So drop the RDEP in that case (it's still kept for py27) and bump
revisions.
with regard to variables within prepared queries, there should be a
space between the variable and following keywords.
ugly workaround to fix the query.
Upstream changed to using an embedded SQLite by default. Use
--enable-system-libraries to use the system SQLite. Add a build
dependency on ruby-mini_portile2, and add a patch so it isn't
needed at runtime.
5.5.10 and 5.5.11 adds support for nushell.
port-wise regen patch-src_args_c and remove a call to
`reset_color_pairs' that our ncurses doesn't provide.
Drop a patch thanks to upstream changes.
Don't supply build options that are now enabled by default.
New default build options:
SQLITE_ENABLE_BYTECODE_VTAB
SQLITE_ENABLE_DBPAGE_VTAB
SQLITE_ENABLE_FTS4
SQLITE_ENABLE_MATH_FUNCTIONS
Add build option SQLITE_MAX_ALLOCATION_SIZE,
set to 0x00fffeff (16M - 1 - 256), inspired by default 0x7ffffeff.
https://sqlite.org/compile.html
PostgreSQL port where it's used for building plpython, so remove the build
dependency (and as a bonus, it wasn't synced with the py27->py3 switch,
so this gets rid of another py27 user).
changelog:
Installation and configuration changes
* Renamed plugin module for dNSDomain/dNSDomain2 schema to
web2ldap.app.plugin.dnsdomain. You might have to adjust your plugin
import configuration in web2ldapcnf.plugins.
New features/enhancements
* Registered UCS attribute lockTime with plugin class SecondsSinceEpoch.
* Registered MS AD attribute msRTCSIP-PrimaryUserAddress with plugin
class Uri.
* Added new plugin module web2ldap.app.plugins.dnszone (web2ldap#60).
Bug fixes
* Fixed returning the diagnosticMessage text as error message in
case no more information could be extracted from it.
* Fixed plugin class for GUID values in MS AD to use little-endian
encoding/decoding.
Refactoring
* Renamed entry-point sub-module to web2ldap.__main__.
* Abandoned obsolete optimization with codecs.lookup() (closes#58).
ok sthen