14
0
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:
2024-12-27 09:04:31 +00:00
committed by Git OBS Bridge
parent aa1d571cbc
commit 809dcea2f3
4 changed files with 13 additions and 6 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
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>