Revisions of python-executing

buildservice-autocommit accepted request 1217356 from Daniel Garcia's avatar Daniel Garcia (dgarcia) (revision 23)
baserev update by copy to link target
Daniel Garcia's avatar Daniel Garcia (dgarcia) committed (revision 22)
- Remove ipython dependency for Leap
buildservice-autocommit accepted request 1203862 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 21)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 20)
- Split test run into separate build using _multibuild.
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 19)
- The test suite has to be run with pytest, unittest is not enough
- Add missing BuildRequires: ipython
buildservice-autocommit accepted request 1201732 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 18)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1201726 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 17)
- Add new-python-312.patch to fix build with recent Python 3.12 release
buildservice-autocommit accepted request 1199964 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 16)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1199807 from John Paul Adrian Glaubitz's avatar John Paul Adrian Glaubitz (glaubitz) (revision 15)
- 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
buildservice-autocommit accepted request 1195976 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 14)
baserev update by copy to link target
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 13)
- 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.
buildservice-autocommit accepted request 1124080 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 12)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 11)
- 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
buildservice-autocommit accepted request 1081931 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 10)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1081401 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 9)
SR for python stack proposal
buildservice-autocommit accepted request 1039671 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 8)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1039628 from Yogalakshmi Arunachalam's avatar Yogalakshmi Arunachalam (yarunachalam) (revision 7)
- Update to 1.2.0
  Merge pull request #56 from alexmojaki/init_tokens
      Use new asttokens.ASTText
- Update to 1.1.1
  tox is breaking weirdly with too much parallelism
- Update to 1.1.0
  3.11 in setup.cfg
- Update to 1.0.0
  Merge pull request #46 from alexmojaki/checkcache
      Always check linecache
- Update to 0.10.0
  Merge pull request #45 from alexmojaki/reload
      Clear caches when modules are reloaded  
- Update to 0.9.1
  Merge pull request #41 from alexmojaki/node_linenos
      Extract node_linenos to account for end_lineno and use in assert_linenos
- Update to 0.9.0 
  * Merge pull request #38 from alexmojaki/pwwang/master
      Support STORE_ATTR and STORE_SUBSCR
buildservice-autocommit accepted request 965181 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 6)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 5)
- update to 0.8.3:
  * handle new iphython cell code names 
  * link to futurecoder
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 935171 from Guillaume GARDET's avatar Guillaume GARDET (Guillaume_G) (revision 4)
- Skip python 3.6 since python-asttokens dropped it
Displaying revisions 1 - 20 of 23
openSUSE Build Service is sponsored by