forked from pool/python-pyp
- Update to 1.3.0:
- Add support for Python 3.13 - Turn missing config file into a warning instead of an error - Add support for __pyp_before__ configuration for permanent before code OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyp?expand=0&rev=10
This commit is contained in:
66
python-pyp.changes
Normal file
66
python-pyp.changes
Normal file
@@ -0,0 +1,66 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 27 09:01:06 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
- Update to 1.3.0:
|
||||
- Add support for Python 3.13
|
||||
- Turn missing config file into a warning instead of an error
|
||||
- Add support for __pyp_before__ configuration for permanent
|
||||
before code
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 9 13:03:02 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
- Skip failing tests for Python 3.13 (gh#hauntsaninja/pyp#40).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 26 13:06:58 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Update to 1.2.0
|
||||
* Fix submodule import name detection
|
||||
* Add `pypyp` as alternate command line entrypoint
|
||||
* Drop support for Python 3.6 and 3.7
|
||||
* Testing updates
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 22 06:20:21 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
- Use release from github, the new release was created there
|
||||
(gh#hauntsaninja/pyp#33)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 21 16:35:23 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
- Use release from pypi, the last release it not tagged in github, but
|
||||
add a new source with the github repo to get the tests that are not
|
||||
in the pypi release. (gh#hauntsaninja/pyp#33)
|
||||
- Update to 1.1.0:
|
||||
* Fix AST construction on Python 3.11
|
||||
* Constructed ASTs now have a more convincing end_lineno
|
||||
* Test coverage for fallback unparsing, other test improvements
|
||||
* Now packaged by flit
|
||||
- [v1.0.0]
|
||||
* Configuration now allows the use of magic variables, effectively
|
||||
allowing you to define your own magic variables. See README.md for
|
||||
details
|
||||
* Explicit printing in used config functions will now disable
|
||||
automatic printing
|
||||
* Config definitions can now use things defined from wildcard
|
||||
imports. Automatic imports now work in config as well
|
||||
* Removed s as a magic variable. If you miss it, you can redefine it
|
||||
in your config using s = x
|
||||
* Implement correct scoping semantics for comprehensions, including
|
||||
with assignment expressions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 9 08:38:33 UTC 2021 - Hans-Peter Jansen <hpj@urpla.net>
|
||||
|
||||
version 0.3.4:
|
||||
- Reduce reconstructed traceback's reliance on CPython
|
||||
implementation details
|
||||
- Fix automatic print behaviour in edge case interaction with
|
||||
scopes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 25 19:07:17 UTC 2020 - Hans-Peter Jansen <hpj@urpla.net>
|
||||
|
||||
- version 0.3.3: initial build
|
Reference in New Issue
Block a user