15
0
forked from pool/python-parso
Commit Graph

26 Commits

Author SHA256 Message Date
c6ea8bda75 Accepting request 782049 from devel:languages:python
- update to 0.6.2
 * Add Grammar.refactor (might still be subject to change until 0.7.0) 
 * add py_38.patch - fix tests with py-3.8.2

OBS-URL: https://build.opensuse.org/request/show/782049
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-parso?expand=0&rev=12
2020-03-08 21:22:36 +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
6bd977ea64 Accepting request 769905 from devel:languages:python
- 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/request/show/769905
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-parso?expand=0&rev=11
2020-02-06 12:19:20 +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
a5c914c21b Accepting request 759718 from devel:languages:python
- 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/request/show/759718
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-parso?expand=0&rev=10
2019-12-29 14:49:24 +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
2f2c3d441e Accepting request 715639 from devel:languages:python
- 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/request/show/715639
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-parso?expand=0&rev=9
2019-07-21 09:28:55 +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
4ef27cff2d Accepting request 713046 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/713046
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-parso?expand=0&rev=8
2019-07-08 12:59:34 +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
14bb52313b Accepting request 695674 from devel:languages:python
- 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/request/show/695674
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-parso?expand=0&rev=7
2019-04-22 10:22:49 +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
4e61afa554 Accepting request 674948 from devel:languages:python
- 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/request/show/674948
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-parso?expand=0&rev=6
2019-02-26 21:14:20 +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
de53e4e414 Accepting request 659537 from devel:languages:python
Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/659537
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-parso?expand=0&rev=5
2018-12-24 10:40:50 +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
2033bc2880 Accepting request 625057 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/625057
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-parso?expand=0&rev=4
2018-07-31 13:57:38 +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
28af233cc3 Accepting request 622330 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/622330
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-parso?expand=0&rev=3
2018-07-13 08:22:18 +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
fbdbea531e Accepting request 597314 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/597314
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-parso?expand=0&rev=2
2018-04-19 13:29:27 +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
9851343ad5 Accepting request 540491 from devel:languages:python
- update to version 0.1.1:
  * Fixed a few bugs in the caching layer
  * Added support for Python 3.7
- intial version 0.1.0

OBS-URL: https://build.opensuse.org/request/show/540491
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-parso?expand=0&rev=1
2017-11-15 15:56:09 +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
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