2bc77f1780
Accepting request 1203862 from devel:languages:python
Ana Guerrero2024-09-26 16:52:46 +00:00
670786715f
- Split test run into separate build using _multibuild.
Matej Cepl2024-09-26 09:29:05 +00:00
8079568381
- The test suite has to be run with pytest, unittest is not enough - Add missing BuildRequires: ipython
Matej Cepl2024-09-20 20:30:06 +00:00
234322b8d1
Accepting request 1201732 from devel:languages:python
Ana Guerrero2024-09-20 15:08:52 +00:00
2c4a66a529
- Add new-python-312.patch to fix build with recent Python 3.12 release
Markéta Machová2024-09-18 08:31:43 +00:00
1c99f4c877
Accepting request 1199964 from devel:languages:python
Ana Guerrero2024-09-12 14:53:56 +00:00
77b6be5ecc
- Update to 2.1.0 * Add many_calls tests to EXECUTING_SLOW_TESTS (#78) * fix: backward compatibility fix for changed source positions in 3.12.5 (#82) (#83) * fix(3.13): show_caches is deprecated * fix(3.13): added new rules to the verification * build(3.13): added 3.13 to ci workflow * fix(3.13): fixed typing errors * fix(3.13): handle STORE_FAST_STORE_FAST and similar instructions as known issues * fix(3.13): loading of __class__ is mapped to the last element of the class * fix(3.13): handle CALL_KW like method calls which are only located by the end position * fix(3.13): a lambda can also have nonlocal variables * fix(3.13): a async function can also have nonlocal variables * fix(3.13): COMPARE_OP maps always to ast.Compare * fix(3.13): a type variable can also have nonlocal variables * test(3.13): handle optimization of not not x * test: fixed tests for 3.13.0b1 * fix: allow to LOAD_FAST variables for TypeVars * fix: skip files with raise an recursion error in 3.13, because the recursion limit has no effect * test(3.13): added sample_results * test: skip module tests for now * refactor: review changes * fix: handle __firstlineno__ * fix: removed unused verification * doc: review changes * Catch exception if node is in unexpected statement (#84) * test: optimized test preformance by moving deadcode check to the end (#89) * add 3.13 to setup.cfg classifiers - Drop support-new-python-3.12.patch, merged upstream
Markéta Machová2024-09-11 06:18:25 +00:00
b3c613d68f
- Switch to autosetup macro. - Add patch support-new-python-3.12.patch: * Support Python 3.13 (and backported to 3.12.5) AST changes for For.
Steve Kowalik2024-08-26 02:32:35 +00:00
8f126b9a45
Accepting request 1124080 from devel:languages:python
Ana Guerrero2023-11-08 21:17:08 +00:00
e601f2df84
- update to 2.0.1: * fix: self.fail() is only available in TestCase classes * fix: mark expressions which can be evaluated at compile time as deadcode * fix: implemented DELETE_DEREF * feat: 3.12 support for the PositionNodeFinder * feat: support LOAD_CONST * test: verify exception generation for asserts >= python 3.11.2 * test: skip test of module_files for the SentinelNodeFinder * test: do not check qualnames for files with syntax errors * fix: handle List/Set/DictComp inlining * fix: handle super optimization * fix: type parameter related things * fix: f-string * fix: disabled type checking for 3.12 * test: added test results for 3.12 * fix: workaround for a bug in six * remove python2 code * feat: support for __iter__ * feat: support for __next__ Clear caches when modules are reloaded - Update to 0.9.0 * handle new iphython cell code names
Dirk Mueller2023-11-07 19:17:01 +00:00