15
0
forked from pool/python-envier

- update to 0.6.1:

* fix: regression in include with namespace no overwrite
- update to 0.6.0:
  * feat: add support for Python 3.13
  * refactor!: expose HelpInfo as a namedtuple
  * feat: add items iterator
- Included Source1 to enable test
- Fixed Description and enable test
- Initial Package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-envier?expand=0&rev=4
This commit is contained in:
2024-11-19 12:47:41 +00:00
committed by Git OBS Bridge
parent ba8f729796
commit 076c937451
6 changed files with 27 additions and 16 deletions

View File

@@ -1,14 +1,24 @@
-------------------------------------------------------------------
Tue Nov 19 12:47:26 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.6.1:
* fix: regression in include with namespace no overwrite
- update to 0.6.0:
* feat: add support for Python 3.13
* refactor!: expose HelpInfo as a namedtuple
* feat: add items iterator
-------------------------------------------------------------------
Tue Sep 10 20:58:14 UTC 2024 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Included Source1 to enable test
- Included Source1 to enable test
-------------------------------------------------------------------
Mon Sep 9 18:43:08 UTC 2024 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Fixed Description and enable test
- Fixed Description and enable test
-------------------------------------------------------------------
Fri Aug 30 04:23:48 UTC 2024 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Initial Package
- Initial Package