569af03f27- dont use suse version for the dist info handling as people can build with newer setuptools on older distros
devel
Matej Cepl2025-04-19 16:00:44 +00:00
4e62da06ebAccepting request 1266159 from devel:languages:pythonAna Guerrero2025-04-16 18:37:07 +00:00
4875e633e2- Wrap the metadata directory name in a distro-based conditionalMarkéta Machová2025-04-01 12:54:58 +00:00
9a783322c7Accepting request 1205113 from devel:languages:pythonAna Guerrero2024-10-02 19:32:09 +00:00
1be86d53b4- Update to 6.0.2 * Support for Cython 3.x and Python 3.13 - Adjust invocation path for testsuite - Adjust upstream source name in spec file - Drop build-with-cython3.patch, merged upstreamMatej Cepl2024-10-02 08:38:17 +00:00
0236ff56e3Accepting request 1184287 from devel:languages:pythonAna Guerrero2024-07-02 16:14:43 +00:00
d010eb6b7f- add build-with-cython3.patch from 6.0.2rc1 to build with cython3 (needed for python 3.13+)Dirk Mueller2024-07-01 10:53:08 +00:00
30ee541c21Accepting request 1150539 from devel:languages:pythonAna Guerrero2024-02-27 21:43:29 +00:00
b69ead11b9- Switch to pyproject and autosetup macros. - Drop patch setuptools.patch, we can now cope.Steve Kowalik2024-02-26 03:24:04 +00:00
735dbd4821Accepting request 1112345 from devel:languages:pythonAna Guerrero2023-09-21 20:13:27 +00:00
ff96627d4f- cleanup * pin Cython to < 3.0 - Fixed comparison to None warning (closes issue #64). - increase file-descriptor-count for s390 to make tests happy - increase file-descriptor-count for ppc to make tests happyDirk Mueller2023-09-19 16:25:45 +00:00
7b6c76ca13- update to 5.4.1 (bsc#1174514, CVE-2020-14343):Dirk Mueller2021-01-24 18:30:05 +00:00
67d920e551- update to 5.4.1: * Fix stub compat with older pyyaml versions that may unwittingly load it * Build modernization, remove distutils, fix metadata, build wheels, CI to GHA * Fix for CVE-2020-14343, moves arbitrary python tags to UnsafeLoader * Fix memory leak in implicit resolver setup * Fix py2 copy support for timezone objects * Fix compatibility with JythonDirk Mueller2021-01-24 18:29:14 +00:00
d14ef02791- update to 5.3 * Use is instead of equality for comparing with None * fix typos and stylistic nit * Fix up small typo * Fix handling of __slots__ * Allow calling add_multi_constructor with None * Add use of safe_load() function in README * Fix reader for Unicode code points over 0xFFFF * Enable certain unicode tests when maxunicode not > 0xffff * Use full_load in yaml-highlight example * Document that PyYAML is implemented with Cython * Fix for Python 3.10 * increase size of index, line, and column fields * remove some unused imports * Create timezone-aware datetimes when parsed as such * Add tests for timezoneOndřej Súkup2020-01-07 09:59:22 +00:00
cbf28f779c- update to 5.2 * A more flexible fix for custom tag constructors * Change default loader for yaml.add_constructor * Change default loader for add_implicit_resolver, add_path_resolver * Move constructor for object/apply to UnsafeConstructor * Fix logic for quoting special charactersOndřej Súkup2019-12-03 11:34:15 +00:00