14
0
forked from pool/python-munch

Accepting request 1091713 from home:pgajdos:python

- version update to 3.0.0
  * Fix munchify for tuples of lists
  * Require Python >=3.6 and upgrade syntax - thanks @EwoutH
  * Update __init__.py  to work with non standard version - thanks @mboisson
  * Allow importing even when VERSION read fails - thanks @mdornseif and @dangillet
  * Add imports to README
  * replace pkg_resources with importlib.metadata - thanks @dhellmann
  * Added RecursiveMunch object - thanks @GuillaumeRochette
- added patches
  fix https://github.com/Infinidat/munch/issues/96
  + python-munch-no-six.patch
- test package

OBS-URL: https://build.opensuse.org/request/show/1091713
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-munch?expand=0&rev=11
This commit is contained in:
2023-06-09 05:13:47 +00:00
committed by Git OBS Bridge
parent 564919b4f6
commit bcc1583cd9
5 changed files with 134 additions and 10 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Jun 8 14:12:23 UTC 2023 - pgajdos@suse.com
- version update to 3.0.0
* Fix munchify for tuples of lists
* Require Python >=3.6 and upgrade syntax - thanks @EwoutH
* Update __init__.py to work with non standard version - thanks @mboisson
* Allow importing even when VERSION read fails - thanks @mdornseif and @dangillet
* Add imports to README
* replace pkg_resources with importlib.metadata - thanks @dhellmann
* Added RecursiveMunch object - thanks @GuillaumeRochette
- added patches
fix https://github.com/Infinidat/munch/issues/96
+ python-munch-no-six.patch
- test package
-------------------------------------------------------------------
Fri Apr 21 12:28:20 UTC 2023 - Dirk Müller <dmueller@suse.com>