* Stop using pathlib2. - No longer remove typing from requirements, we install it explicitly. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lib3to6?expand=0&rev=13
60 lines
2.3 KiB
Plaintext
60 lines
2.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Aug 8 05:21:21 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Add patch use-pathlib-directly.patch:
|
|
* Stop using pathlib2.
|
|
- No longer remove typing from requirements, we install it explicitly.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 8 14:16:38 UTC 2021 - pgajdos@suse.com
|
|
|
|
- version update to 202107.1047
|
|
- Fix type annotations with list arguments
|
|
- Fix type annotations with attribute access
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 28 11:25:04 UTC 2021 - Markéta Machová <mmachova@suse.com>
|
|
|
|
- Update to 202101.1045
|
|
* Fixes for Python 3.9 and mypy 0.800
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Oct 10 04:23:46 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Use %pytest
|
|
- Avoid Python 3.8 specific test cases to support Leap 15.x
|
|
- Update to v202009.1044
|
|
* per-file opt-in/opt-out `# lib3to6: [enabled|disabled]`
|
|
- from v202006.1041
|
|
* Add detection of invalid imports and point to available backports
|
|
Use `install_requires` option to whitelist installed backports
|
|
* Checkers produce better error messages
|
|
* Colouring of diffs when using `lib3to6` cli command
|
|
* Checker for `yield from` syntax depending on target version
|
|
* Checker for `@` operator depending on target version
|
|
* Fix `--target-version` argument is ignored
|
|
* Remove `from __future__ import X` depending on target version
|
|
* Convert Forward Reference Annotations to strings
|
|
* Don't apply keyword only args fixer for target version 3.0+
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 25 06:50:36 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
|
|
|
|
- %python3_only -> %python_alternative
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 10 09:03:30 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 202002.32:
|
|
* python 3.8 support
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Apr 20 13:57:42 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Use noun phrase in summary.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 12 07:47:48 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Initial spec for v201902.30
|