14
0
forked from pool/python-parso
Commit Graph

27 Commits

Author SHA256 Message Date
40ea0e7005 Accepting request 1191121 from home:glaubitz:branches:devel:languages:python
- Skip test_python_exception_matches on Python 3.13 as well

OBS-URL: https://build.opensuse.org/request/show/1191121
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=48
2024-08-02 11:50:17 +00:00
8664781610 Accepting request 1189018 from home:glaubitz:branches:devel:languages:python
- Update to 0.8.4
  * Add basic support for Python 3.13
- Drop patches for issues fixed upstream
  * cf5969d7a109798adbf9538d70e92138f077d700.patch

OBS-URL: https://build.opensuse.org/request/show/1189018
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=46
2024-07-29 08:20:11 +00:00
b811d419fc - Switch to pyproject macros.
- Also skip the recalcitrant test under Python 3.12.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=44
2023-10-03 02:36:51 +00:00
d0e2c48e25 Accepting request 1081511 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081511
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=42
2023-04-21 14:16:39 +00:00
866c9df945 - add cf5969d7a109798adbf9538d70e92138f077d700.patch to fix
unit tests with Python 3.11/3.12

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=40
2023-01-06 21:46:01 +00:00
0979806496 Accepting request 939578 from home:bnavigator:branches:devel:languages:python
- update to 0.8.3:
  * Add basic support for Python 3.11 and 3.12
- Skip tests failing in Python 3.10 gh#davidhalter/parso#192

OBS-URL: https://build.opensuse.org/request/show/939578
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=39
2021-12-11 23:45:24 +00:00
bee54fc2f0 - update to 0.8.2:
- Various small bugfixes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=37
2021-06-06 12:43:13 +00:00
2a35a5890d - update to 0.8.1 (according to gh#davidhalter/jedi#1650 it
should be compatible with python-jedi now):
  - Dropped Support for Python 2.7, 3.4, 3.5
  - It's possible to use ``pathlib.Path`` objects now in the API
  - The stubs are gone, we are now using annotations
  - ``namedexpr_test`` nodes are now a proper class called ``NamedExpr``
  - A lot of smaller refactorings

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=34
2020-12-25 19:02:58 +00:00
b28850b43f - update to 0.7.1:
- Fixed a couple of smaller bugs (mostly syntax error detection in
  ``Grammar.iter_errors``)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=32
2020-12-19 13:18:06 +00:00
0e6b1979f9 - Revert back to the 0.7.0 version.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=31
2020-09-03 20:25:47 +00:00
0754ceca53 ok
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=30
2020-09-03 20:22:48 +00:00
a23ca3f4a3 - update to 0.8.0
* Dropped Support for Python 2.7, 3.4, 3.5
 * it’s possible to use pathlib.Path objects now in the API
 * The stubs are gone, we are now using annotations
 * namedexpr_test nodes are now a proper class called NamedExpr

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=29
2020-08-13 11:01:00 +00:00
Tomáš Chvátal
f574b5cd3d Accepting request 793803 from home:bnavigator:branches:devel:languages:python
- update to 0.7.0
  * Fix a lot of annoying bugs in the diff parser. The fuzzer did not find
    issues anymore even after running it for more than 24 hours (500k tests).
  * Small grammar change: suites can now contain newlines even after a newline.
    This should really not matter if you don't use error recovery. It allows for
    nicer error recovery.
- remove py_38.patch (merged upstream)
 
From upstream's Jedí news thread [1]:

==Released parso 0.7.0. This is not a Jedi upgrade.==

This should be backwards compatible with the last few Jedi versions, so please just upgrade. The upgrade helps a lot with some situations where after working with some code completions would stop. This was completely not reproducible (or it was very hard to reproduce), so people never really reported it.

I fixed a lot of annoying bugs in the diff parser. The fuzzer finally and for the first time did not find issues anymore even after running it for more than 24 hours (500k tests).

[1] https://github.com/davidhalter/jedi/issues/1063#issuecomment-613080481

OBS-URL: https://build.opensuse.org/request/show/793803
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=27
2020-04-14 10:17:56 +00:00
78ac56a74f * add py_38.patch - fix tests with py-3.8.2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=25
2020-03-06 09:24:08 +00:00
4ca0b938bd - update to 0.6.2
* Add Grammar.refactor (might still be subject to change until 0.7.0)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=24
2020-03-05 12:25:40 +00:00
82a2746ca0 - update to 0.6.1
* Add parso.normalizer.Issue.end_pos to make it possible to know
    where an issue ends
 * Dropped Python 2.6/Python 3.3 support
 * del_stmt names are now considered as a definition (for name.is_definition())

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=22
2020-02-04 09:35:11 +00:00
ab264e39fc - update to 0.5.2
* Add include_setitem to get_definition/is_definition and get_defined_names
 * Fix named expression error listing
 * Fix some f-string tokenizer issues

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=20
2019-12-27 17:15:49 +00:00
e0e40d4c54 - update to 0.5.1
* Fix: Some unicode identifiers were not correctly tokenized
 * Fix: Line continuations in f-strings are now working

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=18
2019-07-16 10:38:15 +00:00
Tomáš Chvátal
294d032391 Accepting request 713021 from home:mcalabkova:branches:devel:languages:python
- update to 0.5.0
  * comp_for is now called sync_comp_for for all Python versions to 
    be compatible with the Python 3.8 Grammar
  * Added .pyi stubs for a lot of the parso API
  * Small FileIO changes

OBS-URL: https://build.opensuse.org/request/show/713021
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=16
2019-07-02 11:48:46 +00:00
7d2669e159 - update to 0.4.0
* Python 3.8 support
 * FileIO support, it's now possible to use abstract file IO, support is alpha

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=14
2019-04-18 12:43:24 +00:00
Tomáš Chvátal
abfea6d573 - Update to 0.3.4:
* Fix an f-string tokenizer error
  * Fix async errors in the diff parser
  * A fix in iter_errors
  * 20+ bugfixes in the diff parser and 3 in the tokenizer
  * A fuzzer for the diff parser, to give confidence that the diff parser is in a good shape.
  * Some bugfixes for f-string

- Drop bogus dependency on pytest-cache

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=12
2019-02-14 12:11:24 +00:00
b8174e040c Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=10
2018-12-04 13:45:05 +00:00
Tomáš Chvátal
b0e3c4b532 - Drop dependency on tox, not really needed
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=8
2018-07-17 13:15:56 +00:00
Tomáš Chvátal
8b6faeccb3 Accepting request 622325 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/622325
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=6
2018-07-12 17:18:04 +00:00
Tomáš Chvátal
48f6a4c268 Accepting request 597253 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/597253
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=4
2018-04-17 06:36:07 +00:00
17dd21819f Accepting request 540105 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/540105
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=2
2017-11-10 11:52:27 +00:00
Thomas Bechtold
84f76efe73 Accepting request 528857 from home:apersaud:branches:devel:languages:python
new package, needed for latest release of python-jedi

OBS-URL: https://build.opensuse.org/request/show/528857
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=1
2017-09-27 05:51:49 +00:00