#acl PaulHowarth:read,write,admin,revert,delete All:read === Wednesday 7th March 2018 === ==== Fedora Project ==== * Updated `perl-Clone` (0.39) and `perl-Text-Aspell` (0.09) in Rawhide to explicitly build-require `gcc` ==== Local Packages ==== * Updated `libxml2` to 2.9.8 (bug fix and enhancement update - see https://mail.gnome.org/archives/xml//2018-March/msg00001.html) . I also added a small patch (from https://patchwork.openembedded.org/patch/143436/) to fix the Python tests to work with Python 3: . {{{#!highlight diff --- python/tests/tstLastError.py +++ python/tests/tstLastError.py @@ -25,7 +25,7 @@ class TestCase(unittest.TestCase): when the exception is raised, check the libxml2.lastError for expected values.""" # disable the default error handler - libxml2.registerErrorHandler(None,None) + libxml2.registerErrorHandler(lambda ctx,str: None,None) try: f(*args) except exc: }}} * Updated `perl-Email-Address` to 1.909: * Add some docs saying "don't use this, it can be busted" * Updated `perl-Net-FTPSSL` to 0.40: * Updated the copyright to 2018 * Updated `README` to reference the new `FTPSSL_SSL_VER` environment variable for the test case prompts (`t/*.t`); also fixed several typos in this file * Updated "`_mdtm()`" to allow for dates from 1999 and earlier ([[CPAN:124570|CPAN RT#124570]]) * Updated `perl-Test2-Suite` to 0.000106: * Fix nesting bug in `Test2::Workflow` * Updated `perl-Text-Template` to 1.51: * Add test for nested tags breakage that happened in v1.46 * Turn off `strict`+`warnings` in sections where template code is `eval`'ed ([[https://github.com/mschout/perl-text-template/issues/9|GH#9]]) * Rebuilt `perl-XML-LibXML` (2.0132) for `libxml2` version 2.9.8 ----