7
0
Commit Graph

15 Commits

Author SHA256 Message Date
e05c7bf4ca - disable tests 'test_ignores' and 'test_convert_strs', failing on ppc64, fixes bsc#1171573.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typed-ast?expand=0&rev=25
2020-05-17 19:38:23 +00:00
93d534ea81 - update to version 1.4.1:
* Clean up old build scripts (#123)
 * Build artifacts for 3.8 (#127)
 * Fix build on cpython (3.9) master branch (#128)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typed-ast?expand=0&rev=22
2020-01-18 10:48:20 +00:00
Tomáš Chvátal
c20d2b0f9a Accepting request 710321 from home:pgajdos
- version update to 1.4.0
  * Fix compilation on Python 3.8

OBS-URL: https://build.opensuse.org/request/show/710321
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typed-ast?expand=0&rev=20
2019-06-17 10:31:29 +00:00
Tomáš Chvátal
945107a700 - Do not use the %pytest_arch call but expand it as the tests
seem to need more verbosity otherwise they fail sometimes
  (fishy, but works)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typed-ast?expand=0&rev=18
2019-05-10 12:17:14 +00:00
Tomáš Chvátal
63b053d1b8 - Use %pytest_arch
- Add missing fdupes call

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typed-ast?expand=0&rev=16
2019-05-07 10:39:01 +00:00
Tomáš Chvátal
dc0dcd1da2 Accepting request 701263 from home:pgajdos
- version update to 1.3.5
  *  Counteract PyTuple_SetItem stealing reference in _PyObject_FastCall
     fallback (#104)
- run tests

OBS-URL: https://build.opensuse.org/request/show/701263
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typed-ast?expand=0&rev=15
2019-05-07 10:36:48 +00:00
a5a6c3b2c3 - update to version 1.3.4:
* Oops: add the pgenheaders files to the depends lists
- update to version 1.3.3:
 * Don't rely on Python's pgenheaders.h (#101)
- update to version 1.3.2:
 * Fix two out-of-bounds array reads (#99)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typed-ast?expand=0&rev=14
2019-05-03 18:16:09 +00:00
3ac403f0b0 - Update to version 1.3.1:
* Disallow two type comments on one def
 * Fix memory leaks caused by type comment parsing (#91)
 * Fix some broken asserts relating to handling of async keyword (#92)
 * Check NEW_TYPE_COMMENT calls for failure (#93)
- Update to version 1.3.0:
 * Fully incorporate the code from Python 3.7.2
 * Fix some compiler warnings
 * Add a kind field to Bytes as well (#83) 
 * Fix await in functions with type comments (#86) 
 * Put _ast3 and _ast27 in the typed_ast package (#85) 
 * Fix f-string parsing to not think everything is a set (#87)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typed-ast?expand=0&rev=12
2019-02-10 13:27:30 +00:00
42c59683cd - Update to version 1.2.0:
* Fix conversions.py2to3 on unicode strings (#67)
 * Fix remaining calls to Str without a kind (#68)
 * Add "Python :: 3.7" to the classifiers list
 * Some docs updates (#73)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typed-ast?expand=0&rev=10
2019-01-15 20:36:10 +00:00
a0cd5300da - Update to version 1.1.1:
* Add __version__ string and tweak versioning scheme
 * Point to the Python 3.6 commits as examples of how to update typed_ast (
 * Add section on development philosophy
 * Add information about the release process.
 * Document Google Cloud Storage artifact deployment
 * Preserve string kind modifiers
 * Add docs for Str.kind

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typed-ast?expand=0&rev=9
2019-01-02 11:06:05 +00:00
Tomáš Chvátal
d5a20bf5f8 - Use license macro for license install
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typed-ast?expand=0&rev=7
2018-09-20 07:04:05 +00:00
471942aabe - update to version 1.1.0
* Vs2010 compilation support (Python 3.3/3.4 support) (#47)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typed-ast?expand=0&rev=4
2017-07-20 10:00:59 +00:00
e191183831 - use new %skip_python2 instead of obsolete undefines
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typed-ast?expand=0&rev=3
2017-06-27 20:23:25 +00:00
84687e0949 - update to version 1.0.4
* Add checks for some 3.5+ only syntax (async/await and the @ operator) (#41)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typed-ast?expand=0&rev=2
2017-06-20 19:56:32 +00:00
6fa583ec27 Accepting request 500360 from home:sebix
Needed for mypy

OBS-URL: https://build.opensuse.org/request/show/500360
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typed-ast?expand=0&rev=1
2017-06-06 08:47:57 +00:00