Commit graph

33952 commits

Author SHA1 Message Date
wiz
2cac3f6b2b py-meson: remove, replaced with meson 2019-10-10 04:56:40 +00:00
ryoon
f7f2f6445f Fix devel/boost-libs build under recent NetBSD 9.99
* Follow EV_SET fingerprint change
* Bump PKGREVISION of devel/boost-headers
2019-10-09 19:17:45 +00:00
hauke
f380207cbf FreeBSD (11 here) does not provide <libintl.h>, so depend on gettext-lib. 2019-10-09 11:01:18 +00:00
adam
25a9fc6d11 py-jupyter_client: updated to 5.3.4
5.3.4
- Changed secure_write to be imported from jupyter_core with fix for extended usernames in Windows
2019-10-09 10:41:02 +00:00
otis
3df833ec37 protobuf: Add comment into patch file (cmath and pull request) 2019-10-09 08:46:22 +00:00
adam
2bf7aec63a py-jupyter_core: updated to 4.6.0
4.6.0
- Unicode characters existing in the user's home directory name are properly
  handled.
- mock is now only required for testing on Python 2.
- Deprecation warnings relative to _runtime_dir_changed are no longer
  produced.
- The scripts directory relative to the current python environment is
  now appended to the search directory for subcommands.
- Some utility functions (exists(), is_hidden(), secure_write())
  have been moved from jupyter_client and jupyter_server to
  jupyter_core.
- Fix error on Windows when setting private permissions
2019-10-09 07:29:25 +00:00
khorben
c6f985ab49 Add a comment about the new test target 2019-10-09 02:31:16 +00:00
khorben
1fc22a39bc Update devel/deforaos-configure to version 0.4.1
Among the changes upstream:
- introduction of configuration files per platform
- improved the generation of Makefiles
- support for commands as Makefile targets
- allow targets to be disabled by default
- support for more filename extensions
- support for spaces in filenames (with GNU Make)
- basic support for Java and Verilog
- integration with GCOV (for code coverage)
- additional test scripts
2019-10-09 02:23:17 +00:00
khorben
22c1855ccc Update devel/deforaos-libsystem to version 0.4.2
Among the changes upstream:
- re-licensing to the 2-clause BSD license
- improved build system
- extended Array and String API
- extended tests

This package no longer ships the API documentation; it will be included
in a separate package.
2019-10-09 01:58:55 +00:00
otis
e371803c4c protobuf: Fix build on NetBSD 8.1 with gcc 5.5.0
Include cmath instead of math.h. This fixes build on NetBSD 8.1 and gcc 5.5.

Also, pull request with upstream has been opened at:
https://github.com/protocolbuffers/protobuf/pull/6747
2019-10-08 22:11:37 +00:00
ryoon
a79ce94790 Update to 6.7
Changelog:
6.7 (23 September 2019)
* Language:
  . support of index subentries and sub-subentries with @subentry
  . new commands @seeentry and @seealso in index entries
  . no need to wrap Top node in @ifnottex - omitted automatically when
    processed with TeX
  . UTF-8 is the default input encoding

* texi2any
  . for HTML output, mark index nodes in menus and tables of contents
    with the 'rel' attribute of the 'a' tag.
  . TOP_NODE_UP is now only used in HTML if TOP_NODE_UP_URL is set.
    Also TOP_NODE_UP should now be formatted in the output format.
    In HTML TOP_NODE_UP should be suitable for inclusion in HTML
    element attributes, so for instance should not contain elements.
  . support of noderename.cnf files has been removed
  . INPUT_PERL_ENCODING, INPUT_ENCODING_NAME, NODE_FILE_EXTENSION,
    NODE_FILENAMES, SHORTEXTN and TOP_NODE_FILE removed as customization
    variables.
  . TOP_NODE_FILE_TARGET now contains the extension.
  . error messages translated when the XS parser module is in use

* texi2dvi
  . unconditionally run in --batch mode, i.e. without stopping if there
    is a TeX error
  . keep on going after a TeX error if the index files changed
  . with --tidy (or --build-dir), avoid reading index files from previous
    runs where --tidy was not used

* info
  . for a tree search (with M-/), '}' and '{' work as well as 'M-}' and
    'M-{' to go through the results

* Distribution:
  . Several obsolete portability checks removed
  . gettext 0.20.1, automake 1.16.1


6.6 (16 February 2019)
* Language:
  . new commands @&, @ampchar{}
  . @cropmarks command removed
  . @ctrl is no longer recognised (it was a way to insert literal
    control characters in Info files, but deprecated since the
    time of Texinfo version 2)
  . \usebracesinindexestrue is no longer recommended for using braces in
    index entries, and has been a no-op for some time

* texi2any
  . extension modules fixed to work with the "thread-safe locales" of
    Perl 5.28 and newer
  . some code changed to stop warnings being given by newer versions of Perl
  . for HTML output, use `id' to define link targets instead of the `name'
    attribute on <a>
  . A native-code implementation of the Texinfo parser has been included
    on an experimental basis, which makes texi2any a lot faster.  Set the
    `TEXINFO_XS_PARSER' environment variable to 1 to use.
  . changes to HTML output:
     . omit colon after node name in menus by default (use
       `MENU_ENTRY_COLON' to add it back)
     . no special CSS for commands like @smallexample
     . new customization variable `SECTION_NAME_IN_TITLE' to use the
       section name as the document <title>
     . use section names instead of node names in generated menus
  . pass on flags set with -D to TeX
  . useless static libraries are not installed
  . the newline after an @insertcopying is not output
  . warning given for @multitable prototypes not in braces
  . @indent and @noindent are not allowed inside the arguments to
    commands where they are not meaningful
  . @quote-arg and @allow-recursion are not recognised (these two used
    to be recognised by makeinfo in macro definitions but were never
    implemented in texinfo.tex)
  . `FIX_TEXINFO' removed as a customization variable
  . do not recognise or warn about obsolete customization variables

* info
  . debugging output with -x is not diverted to a separate infodebug file

* Development:
  . switch from Subversion to git
     - https://savannah.gnu.org/git/?group=texinfo
  . automake 1.16
2019-10-08 14:30:09 +00:00
ryoon
020c87be94 Fix build with recent EV_SET 2019-10-08 14:06:42 +00:00
prlw1
883c98f9ec Revert previous as per note from jpkerin@ (PR pkg/54608) 2019-10-08 10:58:17 +00:00
prlw1
4e19b060ed Fix build on SunOS gcc-solaris11 5.11 11.3 sun4u sparc SUNW,SPARC-Enterprise
from Palle Lyckegaard in PR pkg/54608.
2019-10-08 08:48:15 +00:00
adam
f53feb0408 py-pathlib2: updated to 2.3.5
Version 2.3.5
- Fall back to ascii when getfilesystemencoding returns None
2019-10-07 20:30:22 +00:00
adam
2b1b750656 py-attrs: updated to 19.2.0
19.2.0:

Backward-incompatible Changes
- Removed deprecated ``Attribute`` attribute ``convert`` per scheduled removal on 2019/1.
- ``__lt__``, ``__le__``, ``__gt__``, and ``__ge__`` do not consider subclasses comparable anymore.

  This has been deprecated since 18.2.0 and was raising a ``DeprecationWarning`` for over a year.


Deprecations
- The ``cmp`` argument to ``attr.s()`` and ``attr.ib()`` is now deprecated.

  Please use ``eq`` to add equality methods (``__eq__`` and ``__ne__``) and ``order`` to add ordering methods (``__lt__``, ``__le__``, ``__gt__``, and ``__ge__``) instead – just like with `dataclasses <https://docs.python.org/3/library/dataclasses.html>`_.

  Both are effectively ``True`` by default but it's enough to set ``eq=False`` to disable both at once.
  Passing ``eq=False, order=True`` explicitly will raise a ``ValueError`` though.

  Since this is arguably a deeper backward-compatibility break, it will have an extended deprecation period until 2021-06-01.
  After that day, the ``cmp`` argument will be removed.

  ``attr.Attribute`` also isn't orderable anymore.

Changes
- Updated ``attr.validators.__all__`` to include new validators.
- Slotted classes now use a pure Python mechanism to rewrite the ``__class__`` cell when rebuilding the class, so ``super()`` works even on environments where ``ctypes`` is not installed.
- When collecting attributes using ``@attr.s(auto_attribs=True)``, attributes with a default of ``None`` are now deleted too.
- Fixed ``attr.validators.deep_iterable()`` and ``attr.validators.deep_mapping()`` type stubs.
- ``attr.validators.is_callable()`` validator now raises an exception ``attr.exceptions.NotCallableError``, a subclass of ``TypeError``, informing the received value.
- ``@attr.s(auto_exc=True)`` now generates classes that are hashable by ID, as the documentation always claimed it would.
- Added ``attr.validators.matches_re()`` that checks string attributes whether they match a regular expression.
- Keyword-only attributes (``kw_only=True``) and attributes that are excluded from the ``attrs``'s ``__init__`` (``init=False``) now can appear before mandatory attributes.
- The fake filename for generated methods is now more stable.
  It won't change when you restart the process.
- The value passed to ``@attr.ib(repr=…)`` can now be either a boolean (as before) or a callable.
  That callable must return a string and is then used for formatting the attribute by the generated ``__repr__()`` method.
- Added ``attr.__version_info__`` that can be used to reliably check the version of ``attrs`` and write forward- and backward-compatible code.
2019-10-07 20:25:01 +00:00
adam
95d2f86245 py-prompt_toolkit2: updated to 2.0.10
2.0.10:
Bug fixes:
- Handle HANDLE sizes correctly on windows. This made things break randomly.on
  64 bit systems.
- Handle terminal size correctly when reported as (0, 0).
- Fix width computation in progress bar formatter.
- Fix option-up and -down on Mac with iTerm2.
- Removed ctrl-c in confirmation prompt.

New features:
- Added PROMPT_TOOLKIT_NO_CPR=1 environment variable to disable CPR requests.
- Accept a pattern in `WordCompleter`.
2019-10-07 20:10:26 +00:00
hauke
c835976da2 Un-break Solarish build by avoiding world-writable dist files.
Would be nice if the extract: target took care of this, where upstream cannot...
2019-10-07 12:54:51 +00:00
prlw1
c02441770e Rename py-meson to meson.
The motivation is to consider meson as an application, so there is only
one copy on the system, and as a python 3 program, it can build python 2
packages.
2019-10-07 09:28:09 +00:00
adam
c85234cf6b py-xdis: updated to 4.0.4
4.0.4:
Add most-recent 3.8 magic number
Remove some 3.8 invalid escape warnings
2019-10-07 05:38:38 +00:00
nia
2553be9c50 SDL_gfx: Update to 2.0.26
Ver 2.0.26 - Mon, Feb 20, 2017  8:31:57 PM
* Updated version numbers for next release
* Included patch for CMake builds against SDL2 (contributed by
  Carles Pages - thanks Carles)
* Fixed bug in rotozoomSurfaceSizeTrig (thanks hydren)
* added VS2015 solution files.
2019-10-06 13:02:08 +00:00
nia
8d57801142 libgit2: Update to 0.28.3
This is a security release fixing the following issues:

    A carefully constructed commit object with a very large number
    of parents may lead to potential out-of-bounds writes or
    potential denial of service.

    The ProgramData configuration file is always read for compatibility
    with Git for Windows and Portable Git installations. The ProgramData
    location is not necessarily writable only by administrators, so we
    now ensure that the configuration file is owned by the administrator
    or the current user.
2019-10-06 12:18:30 +00:00
nia
1ce1e30a64 hdf5: Update to 1.10.5
No changelog...
2019-10-06 12:05:33 +00:00
rillig
1598268d17 devel/gtexinfo: disable strict check for configure arguments
When the check was enabled, the sub-configure for the Perl modules didn't
know some options and failed. This in turn disabled the Perl modules from
being installed, but the PLIST mentions them unconditionally.
2019-10-06 08:58:22 +00:00
gutteridge
48d8494200 fossil: address SunOS build failure 2019-10-05 20:53:01 +00:00
nia
aaeaa23227 meson: Support CONFIGURE_DIRS et al. 2019-10-05 20:09:52 +00:00
maya
adb2713558 pangox-compat: fix build with newer pango.
seems to be enough to run at least one of the packages indirectly using
this.

note: all the packages relying on this are at serious risk of breaking.
it isn't maintained code.
2019-10-05 12:38:28 +00:00
adam
1a4305f177 sqlite3: updated to 3.30.0
SQLite Release 3.30.0

Add support for the FILTER clause on aggregate functions.
Add support for the NULLS FIRST and NULLS LAST syntax in ORDER BY clauses.
The index_info and index_xinfo pragmas are enhanced to provide information about the on-disk representation of WITHOUT ROWID tables.
Add the sqlite3_drop_modules() interface, allowing applications to disable automatically loaded virtual tables that they do not need.
Improvements to the .recover dot-command in the CLI so that it recovers more content from corrupt database files.
Enhance the RBU extension to support indexes on expressions.
Change the schema parser so that it will error out if any of the type, name, and tbl_name columns of the sqlite_master table have been corrupted and the database connection is not in writable_schema mode.
The PRAGMA function_list, PRAGMA module_list, and PRAGMA pragma_list commands are now enabled in all builds by default. Disable them using -DSQLITE_OMIT_INTROSPECTION_PRAGMAS.
Add the SQLITE_DBCONFIG_ENABLE_VIEW option for sqlite3_db_config().
Added the TCL Interface config method in order to be able to disable SQLITE_DBCONFIG_ENABLE_VIEW as well as control other sqlite3_db_config() options from TCL.
Added the SQLITE_DIRECTONLY flag for application-defined SQL functions to prevent those functions from being used inside triggers and views.
The legacy SQLITE_ENABLE_STAT3 compile-time option is now a no-op.
2019-10-05 08:03:55 +00:00
gutteridge
876c8f35d0 fossil: update to 2.10
Change log:

  *  Added support for [./serverext.wiki|CGI-based Server Extensions].
  *  Added the [/help?cmd=repolist-skin|repolist-skin] setting used to
     add style to repository list pages.
  *  Enhance the hierarchical display of Forum threads to do less
     indentation and to provide links back to the previous message
     in the thread.  Provide sequential numbers for all messages in
     a forum thread.
  *  Add support for fenced code blocks and improved hyperlink
     processing to the [/md_rules|markdown formatter].
  *  Add support for hyperlinks to wiki pages in the
     [/md_rules|markdown formatter].
  *  Enhance the [/help?cmd=/stat|/stat] page so that it gives the
     option to show a breakdown of forum posts.
  *  The special check-in name "merge-in:BRANCH" means the source of
     the most recent merge-in from the parent branch of BRANCH.
  *  Add hyperlinks to branch-diffs on the /info page and from
     timelines of a branch.
  *  Add graphical context on the [/help?cmd=/vdiff|/vdiff] page.
  *  Uppercase query parameters, POST parameters, and cookie names are
     converted to all lowercase and entered into the parameter set,
     instead of being discarded.
  *  Change the default [./hashpolicy.wiki|hash policy] to SHA3.
  *  Timeout [./server/any/cgi.md|CGI requests] after 300 seconds, or
     some other value set by the
     [./cgi.wiki#timeout|"timeout:" property] in the CGI script.
  *  The check-in lock interval is reduced from 24 hours to 60 seconds,
     though the interval is now configurable using a setting.
     An additional check for conflicts is added after interactive
     check-in comment entry, to compensate for the reduced lock interval.
  *  Performance optimizations.
  *  Many documentation improvements.
2019-10-04 22:42:39 +00:00
gutteridge
56d883a968 py-guppy3: update to version 3.0.7
Change log:

2019-09-21  YiFei Zhu  <zhuyifei1999@gmail.com>

    * Nothing changed, just releasing 3.0.7

2019-09-20  YiFei Zhu  <zhuyifei1999@gmail.com>

    * Simulate recursion with multiple node sets (MutNodeSet) and stacks
      (PyList) for generating a reference graph, so we don't get a C stack
      overflow
    * Make tab completion with rlcompleter on a UniSet not so expensive by
      using introspection and return if it's being called by rlcompleter

2019-09-19  YiFei Zhu  <zhuyifei1999@gmail.com>

    * Traverse all GC tracked items to find non-GC-tracked dicts in dictof
      classifier

2019-09-17  YiFei Zhu  <zhuyifei1999@gmail.com>

    * Optimize dictof classifier by using GC data rather than heap traversal
    * Scope all eval() in tests
    * Use a stack instead of recursion for heap traversals, except reference
      graph where a recursion limit is set

2019-09-16  YiFei Zhu  <zhuyifei1999@gmail.com>

    * Disabled malloc hooks because of thread safety issues
    * Fixed tests if installed as package
2019-10-04 22:32:18 +00:00
gutteridge
2f88fd589f devel/Makefile: add py-guppy3 2019-10-04 22:15:04 +00:00
gutteridge
2882869f1b py-guppy3: add package version 3.0.6
Guppy3 is a programming environment providing object and heap memory sizing,
profiling and analysis. It includes a prototypical specification language that
can be used to formally specify aspects of Python programs and generate tests
and documentation from a common source.

Modules which constitute the environment:

- Heapy: debugging and optimization regarding memory related issues in Python
  programs
- GSL (Guppy Specification Language): describes aspects of a system, especially
  its API, in a way that can be automatically converted to tests as well as to
  documents
- Guppy: umbrella package combining Heapy and GSL with support utilities such as
  the Glue module that keeps things together
2019-10-04 22:11:59 +00:00
prlw1
70907fa28b Add meson 0.51.2
The intention is to replace py-meson with meson to allow the possibility
of a python 3 meson to build a python 2 package.

No release notes, but
$ git log --oneline 0.51.1..0.51.2
6857936c (tag: 0.51.2, origin/0.51) Bump versions to 0.51.2 for release
267a69b1 Fix packaging.
0a460903 Fix tests for 0.51.2.
550a03ee gnome: Handle overriden g-ir-scanner
173facd4 cmake: fix missing -lpthread (fixes #5821)
ac2d69bd Pass optimization flags to rustc properly. Closes: #5788.
f2bd0812 Revert "gnome: Use find_program() to get glib-compile-resources"
acdcd736 Put native file before cross file in options list
524280db environment: simplify powerpc conditionals
51d1612d environment: simplify CPU logic via hw.machine_arch on BSDs
6b43e66e Canonicalize 'i86pc' return from platform.machine() for Solaris
bb63fe8e gnome: Use find_program() to get glib-compile-resources
c9524472 Made build. options alias basic ones when native building.
69a01dae Made set_option kwargs named-only.
5c7ff27e Do not print build and host settings when compiling natively.
949accb1 Do not print build compiler info when not cross compiling. It is confusing.
7aadc3aa vs backend: commandrunner.py takes source dir first
46c2a051 Update MSI creator script to newest VS on Win 7. [skip ci]
1a5c121f Fix cross compilation on OSX
c5f99542 coredata: Ignore directories when searching for machine files
85270dce mintro: Fix crash related to the sources kwarg (fixes #5741)
b48e1fcc docs: Add missing closing ` in reference manual
6f18ab18 interpreter: Fix permitted kwargs in dependency.get_variable
7f390e6a docs: correct key in dep.get_variable
58a6ab32 run_unitests: Skip the native_file_is_pipe test on cygwin
2640cd7e unit tests: Check whether pytest-xdist is available
be16f4cf Use pytest parallelisation if available.
5b02f88b ci/cygwin: Install pytest-xdist for unit tests
f7684ec5 ci/cygwin: Don't need a special step to install cmake
6e18169e tests/122 shared module: More verbose logging
87dee156 .travis.yml: Fix cross-mingw test failures
e7990883 cmake: 0.51 backport of #5665
750a7dc0 unit tests: Don't keep builddirs inside source tree on Cygwin
b591f3e7 Keep all build dirs inside the source tree.
bac86f25 meson: handle nested disabler
46d43b29 cmake: added test case for environment variables
e8421b24 meson: Use CMAKE_PREFIX_PATH environment variable
fd3384ca ValaCompiler: only emit '--debug' in debug build.
1e305e60 mintro: Fix section key in buildoptions
81e81209 BUGFIX: Fortran module regex handle more edge cases
d198d50c Fix missing return statements that are seen with -Werror=return-type.
f9211b75 No need to reserve build_ because we use build. instead.
41e9ac35 run_unitests: Add a unit test for native files that are pipes
4e2adb82 coredata: Correctly handle receiving a pipe for native/cross files
0e25505f Do not fail on passing `-Werror=unused-parameter` from environment
3beb2737 Return zero in cross_sizeof
58441054 cmake: Handle disabling subprojects
2019-10-04 14:06:18 +00:00
micha
e10cce39c2 smake: Update to 1.3nb5
Switch to latest distfile.

Changelog
=========

Release 2019-07-22:
- RULES/*: Changes CURDIR into CURWDIR as GNU make uses CURDIR and we
           added compatibility support to SunPro Make and smake.

- RULES: Added configuration symlinks for FreeBSD on PowerPC

- smake: The -C option now gives GNU make compatibility.
         - Multiple -C options are now supported
         - A new variable CURDIR has been implemented
         The old implementation from May 2009 did not yet support that.

Release 2019-08-13:
- smake: Added some code to trick out GCC that warns on a so called bit
         loss while enlarging the fastalloc() size parameter for alignment
         purposes.
2019-10-04 13:32:05 +00:00
ryoon
29237125d9 Update to 3.46.1
Changelog:
* 1582343 - Soft token MAC verification not constant time
* 1577953 - Remove arbitrary HKDF output limit by allocating space as needed
2019-10-04 12:35:15 +00:00
adam
f4aa4a0fbb py-protobuf: updated to 3.10.0
3.10.0:
Add descriptor methods in descriptor_pool are deprecated.
Uses explicit imports to prevent multithread test failures in py3.
Added delitem for Python extension dict
Update six version to 1.12.0 and fix legacy_create_init issue
2019-10-04 11:13:39 +00:00
adam
fc493331d5 protobuf: updated to 3.10.0
Protocol Buffers v3.10.0

C++

Switch the proto parser to the faster MOMI parser.
Properly escape Struct keys in the proto3 JSON serializer.
Fix crash on uninitialized map entries.
Informed the compiler of has-bit invariant to produce better code
Unused imports of files defining descriptor extensions will now be reported
Add proto2::util::RemoveSubranges to remove multiple subranges in linear time.
Added BaseTextGenerator::GetCurrentIndentationSize()
Made implicit weak fields compatible with the Apple linker
Support 32 bit values for ProtoStreamObjectWriter to Struct.
Removed the internal-only header coded_stream_inl.h and the internal-only methods defined there.
Enforced no SWIG wrapping of descriptor_database.h (other headers already had this restriction).
Implementation of the equivalent of the MOMI parser for serialization. This removes one of the two serialization routines, by making the fast array serialization routine completely general. SerializeToCodedStream can now be implemented in terms of the much much faster array serialization. The array serialization regresses slightly, but when array serialization is not possible this wins big.
Do not convert unknown field name to snake case to accurately report error.
Fix a UBSAN warnings.
Add podspec for C++
protoc: fix source code info location for missing label
C++ Add move constructor for Reflection's SetString
2019-10-04 10:37:49 +00:00
wen
4d3e3f5514 Update to 0.9908
Upstream changes:
0.9908 2019/08/24
  - fixed Win32 path separator issues

0.9907 2019/08/22
  - changed scan_also and features options to accept glob expressions
  - added "version" option to show what's going on

0.9906 2019/07/06
  - fixed PackageVariant parser not to die when it finds something
    other than importing
2019-10-04 07:05:14 +00:00
adam
9c6da972bd cmake: updated to 3.15.4
CMake 3.15.4:
* VS: Tell VS 16.4 not to verify SYMBOLIC custom command outputs
* Tests: Teach RunCMake to support a custom working directory
* Tests: Revise RunCMake.add_subdirectory ExcludeFromAll to avoid globbing
* Tests: Clarify target names in RunCMake.add_subdirectory ExcludeFromAll
* Makefiles: Revert "Make build root targets ... recursive"
* Restore "all" target in subdirectories marked EXCLUDE_FROM_ALL
* Help: Add release note for EXCLUDE_FROM_ALL fix in 3.14.7
* Help: Add release note for EXCLUDE_FROM_ALL fix in 3.15.4
* Help: Mention 3.14.7 EXCLUDE_FROM_ALL fix in 3.15.4 release note
* Help: Document VS 2019 toolset in MSVC_TOOLSET_VERSION
2019-10-03 08:01:09 +00:00
kamil
2deedde03e tcllib: Update to 1.19
Switch MASTER_SITES to github mirror as convenient.
Upstream uses fossil.

Update HOMEPAGE to https://core.tcl-lang.org/tcllib/

Require wget an use it in modules/doctools/mpformats/_html.tcl.
Previously FETCH_CMD evaluated to an empty string.

Update the list of tclsh.

Upstream changelog
==================
Tcllib 1.19 Release on February 17, 2018

    Overview
    ========

        7   new packages                in 6   modules
        52  changed packages            in 35  modules
        15  internally changed packages in 10  modules
        359 unchanged packages          in 105 modules
        443 packages, total             in 130 modules, total

    Legend
    ======

        Change   Details   Comments
        -------- --------- ----------------------------------
        Major    API       __incompatible__ API changes
        Minor    EF        Extended functionality, API
                 I         Major rewrite, but no API change
        Patch    B         Bug fixes
                 EX        New examples
                 P         Performance enhancement
        None     T         Testsuite changes
                 D         Documentation updates
        -------- --------- ----------------------------------

    New in Tcllib 1.19
    ==================

        Module       Package                           New Version   Comments
        ------------ --------------------------------- ------------- ----------
        defer        defer                             1
        math         math::PCA                         1.0
        practcl      practcl                           0.11
        ------------ --------------------------------- ------------- ----------
        pt           pt::rde::nx                       1.1.1.1
                     pt::tclparam::configuration::nx   1.0.1
        ------------ --------------------------------- ------------- ----------
        tool-ui      tool-ui                           0.2.1
        udpcluster   udpcluster                        0.3.3
        ------------ --------------------------------- ------------- ----------

    Changes from Tcllib 1.18 to 1.19
    ================================

        Module             Package                     From 1.18   To 1.19   Comments
        ------------------ --------------------------- ----------- --------- --------------
        coroutine          coroutine                   1.1.3       1.2       B D EF
        crc                crc16                       1.1.2       1.1.3     B D
        cron               cron                        1.2.1       2.1       API B D EF T
        dicttool           dicttool                    1.0         1.1       D EF
        ------------------ --------------------------- ----------- --------- --------------
        dns                dns                         1.3.5       1.4.0     D EF T
                           ip                          1.3         1.4       B D T
        ------------------ --------------------------- ----------- --------- --------------
        doctools           doctools                    1.4.19      1.4.21    B D T
                           doctools::idx               1.0.5       1.0.7     B D T
                           doctools::toc               1.1.4       1.1.6     B D T
        ------------------ --------------------------- ----------- --------- --------------
        doctools2idx       doctools::idx::export       0.1         0.2       B
                           doctools::idx::import       0.1         0.2       B
        ------------------ --------------------------- ----------- --------- --------------
        doctools2toc       doctools::toc::export       0.1         0.2       B
                           doctools::toc::import       0.1         0.2       B
        ------------------ --------------------------- ----------- --------- --------------
        fileutil           fileutil                    1.15        1.16      B T
                           fileutil::decode            0.2         0.2.1     B
        ------------------ --------------------------- ----------- --------- --------------
        fumagic            fileutil::magic::cfront     1.0         1.2.0     B D EF T
                           fileutil::magic::cgen       1.0         1.2.0     D EF T
                           fileutil::magic::filetype   1.0.2       2.0       API D EF T
                           fileutil::magic::rt         1.0         2.0       API D EF T
        ------------------ --------------------------- ----------- --------- --------------
        http               autoproxy                   1.5.3       1.6       D EF T
        ------------------ --------------------------- ----------- --------- --------------
        httpd              httpd                       4.0         4.1.1     B EF I T
                           httpd::content              4.0                   Removed
                           scgi::app                   0.1                   Removed
        ------------------ --------------------------- ----------- --------- --------------
        inifile            ini                         0.3         0.3.1     B D
        json               json                        1.3.3       1.3.4     B D T
        ------------------ --------------------------- ----------- --------- --------------
        ldap               ldap                        1.8         1.9.2     B D T
                           ldapx                       1.0         1.1       B D T
        ------------------ --------------------------- ----------- --------- --------------
        markdown           Markdown                    1.0         1.1       D EF T
        ------------------ --------------------------- ----------- --------- --------------
        math               math::calculus              0.8.1       0.8.2     B T
                           math::exact                 1.0         1.0.1     B D T
                           math::geometry              1.1.3       1.2.3     B D EF I T
                           math::interpolate           1.1         1.1.1     B T
                           math::linearalgebra         1.1.5       1.1.6     B T
                           math::numtheory             1.0         1.1       D EF T
                           math::statistics            1.0         1.1.1     B D EF T
        ------------------ --------------------------- ----------- --------- --------------
        md4                md4                         1.0.6       1.0.7     B D
        nettool            nettool                     0.5.1       0.5.2     B I
        oauth              oauth                       1           1.0.1     B D
        oodialect          oo::dialect                 0.3         0.3.3     B I T
        ------------------ --------------------------- ----------- --------- --------------
        oometa             oo::meta                    0.4.1       0.7.1     B EF T
                           oo::option                  0.3         0.3.1     B
        ------------------ --------------------------- ----------- --------- --------------
        pki                pki                         0.6         0.10      B D EF T
        ------------------ --------------------------- ----------- --------- --------------
        processman         odie::processman            0.3         0.5       EF
                           processman                  0.3         0.5       B EF
        ------------------ --------------------------- ----------- --------- --------------
        pt                 pt::pgen                    1.0.3       1.1       EF
        rest               rest                        1.0.2       1.3.1     D EF I
        ------------------ --------------------------- ----------- --------- --------------
        struct             struct::graph               1.2.1       1.2.1     B D T
                           struct::graph               2.4         2.4.1     B D T
        ------------------ --------------------------- ----------- --------- --------------
        tar                tar                         0.10        0.11      B D T
        tepam              tepam                       0.5         0.5.2     B D T
        textutil           textutil::split             0.7         0.8       B D T
        tool               tool                        0.5         0.7       B D EF T
        units              units                       2.1.1       2.2.1     B EF T
        uri                uri                         1.2.6       1.2.7     B D T
        uuid               uuid                        1.0.5       1.0.6     B
        valtype            valtype::iban               1.5         1.7       D EF T
        ------------------ --------------------------- ----------- --------- --------------
        virtchannel_base   tcl::chan::memchan          1.0.3       1.0.4     B D T
                           tcl::chan::string           1.0.2       1.0.3     B D T
                           tcl::chan::variable         1.0.3       1.0.4     B D T
        ------------------ --------------------------- ----------- --------- --------------
        websocket          websocket                   1.4         1.4.1     B
        ------------------ --------------------------- ----------- --------- --------------
        yaml               huddle                      0.2         0.3       B D T
                           yaml                        0.3.9       0.4.1     B D EF T
        ------------------ --------------------------- ----------- --------- --------------
        zip                zipfile::decode             0.7         0.7.1     D T
        ------------------ --------------------------- ----------- --------- --------------

    Invisible changes (documentation, testsuites)
    =============================================

        Module             Package            From 1.18   To 1.19   Comments
        ------------------ ------------------ ----------- --------- ----------
        bee                bee                0.1         0.1       D
        comm               comm               4.6.3.1     4.6.3.1   T
        ------------------ ------------------ ----------- --------- ----------
        des                tclDES             1.0.0       1.0.0     D
                           tclDESjr           1.0.0       1.0.0     D
        ------------------ ------------------ ----------- --------- ----------
        docstrip           docstrip::util     1.3.1       1.3.1     D
        doctools2idx       doctools::idx      2           2         ---
        doctools2toc       doctools::toc      2           2         ---
        ------------------ ------------------ ----------- --------- ----------
        math               math::bigfloat     1.2.2       1.2.2     T
                           math::bigfloat     2.0.2       2.0.2     T
                           math::decimal      1.0.3       1.0.3     D T
                           math::special      0.3.0       0.3.0     T
        ------------------ ------------------ ----------- --------- ----------
        md5                md5                1.4.4       1.4.4     T
                           md5                2.0.7       2.0.7     T
        ------------------ ------------------ ----------- --------- ----------
        pop3               pop3               1.9         1.9       T
        pt                 pt::rde::oo        1.1         1.1       I
        ------------------ ------------------ ----------- --------- ----------
        try                throw              1           1         D
                           try                1           1         D
        ------------------ ------------------ ----------- --------- ----------
        virtchannel_base   tcl::chan::fifo    1           1         D
                           tcl::chan::fifo2   1           1         D
        ------------------ ------------------ ----------- --------- ----------

    Unchanged
    =========

        aes, ascii85, asn, base32, base32::core, base32::hex, base64,
        bench, bench::in, bench::out::csv, bench::out::text, bibtex,
        blowfish, cache::async, calendar, char, cksum, clock::iso8601,
        clock::rfc2822, cmdline, configuration, control,
        coroutine::auto, counter, crc32, csv, debug, debug::caller,
        debug::heartbeat, debug::timestamp, des, docstrip,
        doctools::changelog, doctools::config, doctools::cvs,
        doctools::html, doctools::html::cssdefaults,
        doctools::idx::export::docidx,
        doctools::idx::export::html, doctools::idx::export::json,
        doctools::idx::export::nroff, doctools::idx::export::text,
        doctools::idx::export::wiki,
        doctools::idx::import::docidx, doctools::idx::import::json,
        doctools::idx::parse, doctools::idx::structure,
        doctools::msgcat, doctools::msgcat::idx::c,
        doctools::msgcat::idx::de, doctools::msgcat::idx::en,
        doctools::msgcat::idx::fr, doctools::msgcat::toc::c,
        doctools::msgcat::toc::de, doctools::msgcat::toc::en,
        doctools::msgcat::toc::fr, doctools::nroff::man_macros,
        doctools::paths, doctools::tcl::parse, doctools::text,
        doctools::toc::export::doctoc,
        doctools::toc::export::html, doctools::toc::export::json,
        doctools::toc::export::nroff, doctools::toc::export::text,
        doctools::toc::export::wiki,
        doctools::toc::import::doctoc, doctools::toc::import::json,
        doctools::toc::parse, doctools::toc::structure, dtplite, exif,
        fileutil::multi, fileutil::multi::op, fileutil::traverse, ftp,
        ftp::geturl, ftpd, generator, gpx, grammar::aycock,
        grammar::aycock::debug, grammar::aycock::runtime, grammar::fa,
        grammar::fa::dacceptor, grammar::fa::dexec, grammar::fa::op,
        grammar::me::cpu, grammar::me::cpu::core,
        grammar::me::cpu::gasm, grammar::me::tcl, grammar::me::util,
        grammar::peg, grammar::peg::interp, hook, html, htmlparse,
        http::wget, http::wget, huddle::json, ident, imap4,
        interp, interp::delegate::method, interp::delegate::proc, irc,
        javascript, jpeg, json::write, lambda, log, logger,
        logger::appender, logger::utils, map::geocode::nominatim,
        map::slippy, map::slippy::cache, map::slippy::fetcher, mapproj,
        math, math::bignum, math::calculus::symdiff,
        math::complexnumbers, math::constants,
        math::fourier, math::fuzzy, math::machineparameters,
        math::optimize, math::polynomials, math::rationalfunctions,
        math::roman, md5crypt, mime, multiplexer, nameserv,
        nameserv::auto, nameserv::common, nameserv::server, namespacex,
        ncgi, nmea, nntp, oo::util, otp,
        page::analysis::peg::emodes, page::analysis::peg::minimize,
        page::analysis::peg::reachable, page::analysis::peg::realizable,
        page::compiler::peg::mecpu, page::config::peg,
        page::gen::peg::canon, page::gen::peg::cpkg, page::gen::peg::hb,
        page::gen::peg::me, page::gen::peg::mecpu, page::gen::peg::ser,
        page::gen::tree::text, page::parse::lemon, page::parse::peg,
        page::parse::peghb, page::parse::pegser, page::pluginmgr,
        page::reader::hb, page::reader::lemon, page::reader::peg,
        page::reader::ser, page::reader::treeser,
        page::transform::mecpu, page::transform::reachable,
        page::transform::realizable, page::util::flow,
        page::util::norm::lemon, page::util::norm::peg, page::util::peg,
        page::util::quote, page::writer::hb, page::writer::identity,
        page::writer::me, page::writer::mecpu, page::writer::null,
        page::writer::peg, page::writer::ser, page::writer::tpc,
        page::writer::tree, paths, picoirc, pluginmgr, png, pop3d,
        pop3d::dbox, pop3d::udb, profiler, pt::ast,
        pt::cparam::configuration::critcl,
        pt::cparam::configuration::tea, pt::parse::peg, pt::pe,
        pt::pe::op, pt::peg, pt::peg::container,
        pt::peg::container::peg, pt::peg::export,
        pt::peg::export::container, pt::peg::export::json,
        pt::peg::export::peg, pt::peg::from::json, pt::peg::from::peg,
        pt::peg::import, pt::peg::import::json, pt::peg::import::peg,
        pt::peg::interp, pt::peg::op, pt::peg::to::container,
        pt::peg::to::cparam, pt::peg::to::json, pt::peg::to::param,
        pt::peg::to::peg, pt::peg::to::tclparam, pt::rde
        pt::tclparam::configuration::snit,
        pt::tclparam::configuration::tcloo, pt::util, rc4, rcs, report,
        resolv, ripemd128, ripemd160, S3, SASL, SASL::NTLM, SASL::SCRAM,
        SASL::XGoogleToken, sha1, sha256, simulation::annealing,
        simulation::montecarlo, simulation::random, smtp, smtpd, snit,
        soundex, spf, stooop, string::token, string::token::shell,
        stringprep, stringprep::data, struct, struct::disjointset,
        struct::graph::op, struct::list, struct::matrix, struct::pool,
        struct::prioqueue, struct::queue, struct::record, struct::set,
        struct::skiplist, struct::stack, struct::tree, sum, switched,
        tcl::chan::cat, tcl::chan::core, tcl::chan::events,
        tcl::chan::facade, tcl::chan::halfpipe, tcl::chan::null,
        tcl::chan::nullzero, tcl::chan::random, tcl::chan::std,
        tcl::chan::textwindow, tcl::chan::zero, tcl::randomseed,
        tcl::transform::adler32, tcl::transform::base64,
        tcl::transform::core, tcl::transform::counter,
        tcl::transform::crc32, tcl::transform::hex,
        tcl::transform::identity, tcl::transform::limitsize,
        tcl::transform::observe, tcl::transform::otp,
        tcl::transform::rot, tcl::transform::spacer,
        tcl::transform::zlib, tepam::doc_gen, term, term::ansi::code,
        term::ansi::code::attr, term::ansi::code::ctrl,
        term::ansi::code::macros, term::ansi::ctrl::unix,
        term::ansi::send, term::interact::menu, term::interact::pager,
        term::receive, term::receive::bind, term::send, text::write,
        textutil, textutil::adjust, textutil::expander,
        textutil::repeat, textutil::string, textutil::tabify,
        textutil::trim, tie, tie::std::array, tie::std::dsource,
        tie::std::file, tie::std::growfile, tie::std::log,
        tie::std::rarray, tiff, time, tool::datatype, transfer::connect,
        transfer::copy, transfer::copy::queue,
        transfer::data::destination, transfer::data::source,
        transfer::receiver, transfer::transmitter, treeql, uevent,
        uevent::onidle, unicode, unicode::data, uri::urn, uuencode,
        valtype::common, valtype::creditcard::amex,
        valtype::creditcard::discover, valtype::creditcard::mastercard,
        valtype::creditcard::visa, valtype::gs1::ean13, valtype::imei,
        valtype::isbn, valtype::luhn, valtype::luhn5, valtype::usnpi,
        valtype::verhoeff, wip, xsxp, yencode, zipfile::encode,
        zipfile::mkzip
2019-10-02 16:37:48 +00:00
adam
084d28997a py-test-mock: updated to 1.11.0
1.11.0
* The object returned by ``mocker.spy`` now also tracks the return value
  of the spied method/function.
2019-10-02 10:19:51 +00:00
adam
22b69ff119 py-test-xdist: updated to 1.30.0
pytest-xdist 1.30.0:

Features
* Initialization between workers and master nodes is now more consistent, which fixes a number of long-standing issues related to startup with the -c option.

Issues:
* Poor interaction between -n# and -c X.cfg
* pytest-xdist is not reporting the same nodeid as pytest does
This however only works with pytest 5.1 or later, as it required changes in pytest itself.
2019-10-02 10:18:58 +00:00
adam
f66dc51b74 py-distro: cleanup 2019-10-02 10:04:59 +00:00
kamil
b2c9a3316b + tkcon 2019-10-01 23:41:45 +00:00
kamil
a6efa5e612 devel/tkcon: import tkcon-2.7.2
tkcon is a replacement for the standard console that comes with Tk (on
Windows/Mac, but also works on Unix).  tkcon provides many more features
than the standard console and works on all platforms where Tcl/Tk is
available.  It is meant primarily to aid one when working with the little
details inside tcl and tk and to give Unix users the GUI console provided
by default in the Mac and Windows Tk.
2019-10-01 23:40:40 +00:00
rillig
6e61842d05 devel/cbindgen: fix typo 2019-10-01 21:30:04 +00:00
adam
4b54000895 memcached: updated to 1.5.19
Memcached 1.5.19

This release contains an experimental new protocol extension for the default Text Protocol. This extension includes a flexible set of new commands encompassing features previously unique to the binary protocol, as well as many new updates allowing a reduction of network roundtrips for advanced features.

Fixes

Keep "last access" time up to date in default segmented LRU mode
slow down t/watcher.t test more
Add include stdio.h to restart.c
Reload CA cert in refresh routine
TLS: fix leak of SSL context on accept failure
drop privileges for FreeBSD.
Make memcached setgroups failure non-fatal
restart: use /tmp for restart tests.
restart: add missing msync at close time
2019-10-01 18:17:24 +00:00
triaxx
ca5c5b7a2e Import py-distro to version 1.4.0 2019-10-01 13:24:35 +00:00
triaxx
f20deca974 py-distro: import to version 1.4.0
Thanks to Aleksej for importing 1.1.0 in wip.
2019-10-01 13:22:55 +00:00
adam
6176347b31 py-pylint: updated to 2.4.2
What's New in Pylint 2.4.2?
* ``ignored-modules`` can skip submodules.
* ``self-assigning-variable`` skips class level assignments.
* ``consider-using-sys-exit`` is exempted when `exit()` is imported from `sys`
* Exempt annotated assignments without variable from ``class-variable-slots-conflict``
* Fix ``utils.is_error`` to account for functions returning early.
  This fixes a false negative with ``unused-variable`` which was no longer triggered
  when a function raised an exception as the last instruction, but the body of the function
  still had unused variables.

What's New in Pylint 2.4.1?
* Exempt type checking definitions defined in both clauses of a type checking guard
* Exempt type checking definitions inside the type check guard
  In a7f236528bb3758886b97285a56f3f9ce5b13a99 we added basic support
  for emitting `used-before-assignment` if a variable was only defined
  inside a type checking guard (using `TYPE_CHECKING` variable from `typing`)
  Unfortunately that missed the case of using those type checking imports
  inside the guard itself, which triggered spurious used-before-assignment errors.
* Require astroid >= 2.3 to avoid any compatibility issues.

What's New in Pylint 2.4.0?
* New check: ``import-outside-toplevel``
  This check warns when modules are imported from places other than a
  module toplevel, e.g. inside a function or a class.
* Handle inference ambiguity for ``invalid-format-index``
* Removed Python 2 specific checks such as ``relative-import``,
  ``invalid-encoded-data``, ``missing-super-argument``.
* Support forward references for ``function-redefined`` check.
* Handle redefinitions in case of type checking imports.
* Added a new check, ``consider-using-sys-exit``
  This check is emitted when we detect that a quit() or exit() is invoked
  instead of sys.exit(), which is the preferred way of exiting in program.
* ``useless-suppression`` check now ignores ``cyclic-import`` suppressions,
  which could lead to false postiives due to incomplete context at the time
  of the check.
* Added new checks, ``no-else-break`` and ``no-else-continue``
  These checks highlight unnecessary ``else`` and ``elif`` blocks after
  ``break`` and ``continue`` statements.
* Don't emit ``protected-access`` when a single underscore prefixed attribute
  is used inside a special method
* Fix the "statement" values in the PyLinter's stats reports by module.
* Added a new check, ``invalid-overridden-method``
  This check is emitted when we detect that a method is overridden
  as a property or a property is overridden as a method. This can indicate
  a bug in the application code that will trigger a runtime error.
* Added a new check, ``arguments-out-of-order``
  This check warns if you have arguments with names that match those in
  a function's signature but you are passing them in to the function
  in a different order.
* Added a new check, ``redeclared-assigned-name``
  This check is emitted when ``pylint`` detects that a name
  was assigned one or multiple times in the same assignment,
  which indicate a potential bug.
* Ignore lambda calls with variadic arguments without a context.
  Inferring variadic positional arguments and keyword arguments
  will result into empty Tuples and Dicts, which can lead in
  some cases to false positives with regard to no-value-for-parameter.
  In order to avoid this, until we'll have support for call context
  propagation, we're ignoring such cases if detected.
  We already did that for function calls, but the previous fix
  was not taking in consideration ``lambdas``
* Added a new check, ``self-assigning-variable``
  This check is emitted when we detect that a variable is assigned
  to itself, which might indicate a potential bug in the code application.
* Added a new check, ``property-with-parameters``.
  This check is emitted when we detect that a defined property also
  has parameters, which are useless.
* Excluded protocol classes from a couple of checks.
* Add a check `unnecessary-comprehension` that detects unnecessary comprehensions.
  This check is emitted when ``pylint`` finds list-, set- or dict-comprehensions,
  that are unnecessary and can be rewritten with the list-, set- or dict-constructors.
* Excluded PEP 526 instance and class variables from ``no-member``.
* Excluded `attrs` from `too-few-public-methods` check.
* ``unused-import`` emitted for the right import names in function scopes.
* Dropped support for Python 3.4.
* ``assignment-from-no-return`` not triggered for async methods.
* Don't emit ``attribute-defined-outside-init`` for variables defined in setters.
* Syntax errors report the column number.
* Support fully qualified typing imports for type annotations.
* Exclude ``__dict__`` from ``attribute-defined-outside-init``
* Fix pointer on spelling check when the error are more than one time in the same line.
* Fix crash happening when parent of called object cannot be determined
* Allow of in `GoogleDocstring.re_multiple_type`
* Added `subprocess-run-check` to handle subrocess.run without explicitly set `check` keyword.
* When we can't infer bare except handlers, skip ``try-except-raise``
* Handle more `unnecessary-lambda` cases when dealing with additional kwargs in wrapped calls
* Better postponed evaluation of annotations handling
* Support postponed evaluation of annotations for variable annotations.
* ``epylint.py_run`` defaults to ``python`` in case the current executable is not a Python one.
* Ignore raw docstrings when running Similarities checker with `ignore-docstrings=yes` option
* Fix crash when calling ``inherit_from_std_ex`` on a class which is its own ancestor
* Added a new check that warns the user if a function call is used inside a test but parentheses are missing.
* ``len-as-condition`` now only fires when a ``len(x)`` call is made without an explicit comparison
  The message and description accompanying this checker has been changed
  reflect this new behavior, by explicitly asking to either rely on the
  fact that empty sequence are false or to compare the length with a scalar.
* Add ``preferred-module`` checker that notify if an import has a replacement module that should be used.
  This check is emitted when ``pylint`` finds an imported module that has a
  preferred replacement listed in ``preferred-modules``.
* ``assigning-non-slot`` not emitted for classes with unknown base classes.
* ``old-division`` is not emitted for non-Const nodes.
* Added method arguments to the dot writer for pyreverse.
* Support for linting file from stdin.
  IDEs may benefit from the support for linting from an in-memory file.
* Added a new check `class-variable-slots-conflict`
  This check is emitted when ``pylint`` finds a class variable that conflicts with a slot
  name, which would raise a ``ValueError`` at runtime.
* Added new check: dict-iter-missing-items (E1141)
* Fix issue with pylint name in output of python -m pylint --version
* Relicense logo material under the CC BY-SA 4.0 license.
* Skip `if` expressions from f-strings for the `check_elif` checker
* C0412 (ungrouped-import) is now compatible with isort.
* Added new extension to detect too much code in a try clause
* ``signature-mutators`` option was added
   With this option, users can choose to ignore `too-many-function-args`, `unexpected-keyword-arg`,
   and `no-value-for-parameter` for functions decorated with decorators that change
   the signature of a decorated function.
* Fixed a pragma comment on its own physical line being ignored when part
  of a logical line with the previous physical line.
* Fixed false `undefined-loop-variable` for a function defined in the loop,
  that uses the variable defined in that loop.
* Fixed `unused-argument` and `function-redefined` getting raised for
  functions decorated with `typing.overload`.
* Fixed a false positive with ``consider-using-dict-comprehension`` for constructions that can't be converted to a comprehension
* Added ``__post_init__`` to ``defining-attr-methods`` in order to avoid ``attribute-defined-outside-init`` in dataclasses.
* Changed description of W0199 to use the term 2-item-tuple instead of 2-uple.
* Allow a `.` as a prefix for Sphinx name resolution.
* Checkers must now keep a 1 to 1 relationship between "msgid" (ie: C1234) and "symbol" (ie : human-readable-symbol)
* In checkers, an old_names can now be used for multiple new messages and pylint is now a little faster
* Allow the choice of f-strings as a valid way of formatting logging strings.
* Added ``--list-msgs-enabled`` command to list all enabled and disabled messages given the current RC file and command line arguments.
2019-10-01 11:38:06 +00:00