forked from pool/python-asttokens
- Update to version 2.1.0 * Merge pull request #93 from gristlabs/unmarked2 ASTText class that doesn't require tokens - Update to 2.0.8 * Merge pull request #90 from palfrey/fix-explicit-import * Fix mypy explicit re-export issues - Update to 2.0.7 * Merge pull request #87 from gristlabs/astroid-type-checking * Fix astroid type checking import errors OBS-URL: https://build.opensuse.org/request/show/1039412 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asttokens?expand=0&rev=9
68 lines
2.4 KiB
Plaintext
68 lines
2.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Dec 1 22:18:13 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
- Update to version 2.1.0
|
|
* Merge pull request #93 from gristlabs/unmarked2
|
|
ASTText class that doesn't require tokens
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 23 11:59:52 UTC 2022 - ecsos <ecsos@opensuse.org>
|
|
|
|
- Update to version 2.0.8:
|
|
* Merge pull request #90 from palfrey/fix-explicit-import
|
|
* Fix mypy explicit re-export issues
|
|
- Changes from version 2.0.7:
|
|
* Merge pull request #87 from gristlabs/astroid-type-checking
|
|
* Fix astroid type checking import errors
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 23 02:15:13 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
- Update to 2.0.8
|
|
* Merge pull request #90 from palfrey/fix-explicit-import
|
|
* Fix mypy explicit re-export issues
|
|
|
|
- Update to 2.0.7
|
|
* Merge pull request #87 from gristlabs/astroid-type-checking
|
|
* Fix astroid type checking import errors
|
|
-------------------------------------------------------------------
|
|
Fri Nov 19 10:21:46 UTC 2021 - ecsos <ecsos@opensuse.org>
|
|
|
|
- Fix build error for Leap outside repo d:l:p.
|
|
- Disable build of python2 and python36.
|
|
End of support since: python2 (2020-01-01), python36 (2021-12-23)
|
|
- Insert reuired versions for required python-modules.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Sep 5 22:20:08 UTC 2021 - malcolmlewis@opensuse.org
|
|
|
|
- Updated to version 2.0.5:
|
|
* Add 3.9 support.
|
|
- Drop py39.patch as this is upstreamed.
|
|
- Skip failed test for the moment - TestAstroid.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 16 12:42:11 UTC 2021 - Markéta Machová <mmachova@suse.com>
|
|
|
|
- Add patch py39.patch to fix build with Python 3.9
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 12 14:38:22 UTC 2020 - malcolmlewis@opensuse.org
|
|
|
|
- Updated to version 2.0.4:
|
|
* Fix for Python 3.9 keyword arguments.
|
|
* Don't verify slice nodes.
|
|
* Test 3.9 in tox and travis.
|
|
- Changes from version 2.0.3:
|
|
* Bump patch version.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 8 15:00:01 UTC 2020 - malcolmlewis@opensuse.org
|
|
|
|
- Disable python2 build.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 19 17:45:21 UTC 2019 - malcolmlewis@opensuse.org
|
|
|
|
- Initial build at version 2.0.2.
|