Packages changed: python-FontTools (4.28.3 -> 4.28.5) python-certifi (2021.5.30 -> 2021.10.8) python-fs (2.4.13 -> 2.4.14) === Details === ==== python-FontTools ==== Version update (4.28.3 -> 4.28.5) - update to 4.28.5: * make sure all occurrences of str() are now replaced with user-defined ntos * refactored code into submodules, plus several bugfixes and improvements * Merge GDEF marksets in Lookups properly * Have fontTools feaLib script exit with error code when build fails * Added ntos option to customize number formatting * Speed up subsetting of large CFF fonts * Speculatively promote lookups to extension to speed up compilation ==== python-certifi ==== Version update (2021.5.30 -> 2021.10.8) - update to 2021.10.8: added certs: * CN=TunTrust Root CA O=Agence Nationale de Certification Electronique * CN=HARICA TLS ECC Root CA 2021 O=Hellenic Academic and Research Institutions CA ==== python-fs ==== Version update (2.4.13 -> 2.4.14) - update to 2.4.14: * Added `fs.copy.copy_file_if`, `fs.copy.copy_dir_if`, and `fs.copy.copy_fs_if`. * Added `fs.base.FS.getmodified`. * FTP servers that do not support the MLST command now try to use the MDTM command to retrieve the last modification timestamp of a resource. * Fixed performance bugs in `fs.copy.copy_dir_if_newer`. Test cases were adapted to catch those bugs in the future. * Fixed precision bug for timestamps in `fs.OSFS.setinfo`.