forked from pool/python-munch
Accepting request 1190456 from home:glaubitz:branches:devel:languages:python
- Cherry-pick upstream patch to adjust tests for Python 3.13 * adjust-tests-for-python3.13.patch OBS-URL: https://build.opensuse.org/request/show/1190456 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-munch?expand=0&rev=15
This commit is contained in:
80
python-munch.changes
Normal file
80
python-munch.changes
Normal file
@@ -0,0 +1,80 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 30 11:14:38 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Cherry-pick upstream patch to adjust tests for Python 3.13
|
||||
* adjust-tests-for-python3.13.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 17 01:56:59 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 4.0.0:
|
||||
* Remove six dependency
|
||||
- drop python-munch-no-six.patch (upstream)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- add sle15_python_module_pythons (jsc#PED-68)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 13 22:42:39 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Make calling of %{sle15modernpython} optional.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 20 19:20:53 UTC 2019 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- update to 2.5.0:
|
||||
* Support fromJSON classmethod for all Munch subclasses
|
||||
* Fix DefaultMunch/DefaultFactoryMunch return value for get method (fixes #53)
|
||||
* Support fromYAML classmethod for all Munch subclasses (fixes #34)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 6 05:40:17 UTC 2018 - Thomas Bechtold <tbechtold@suse.com>
|
||||
|
||||
update to version 2.3.2:
|
||||
* Add __dict__ property that calls toDict()
|
||||
* Limit travis deployment conditions
|
||||
* Implement the pickling interface
|
||||
* Use flat dicts in __getstate__ (closes #30)
|
||||
* Ignore pytest cache
|
||||
* __setattr__ will now munchify() any provided dict
|
||||
* AutoMunch for automatically converting dicts to Munches
|
||||
* Drop support for 2.6, 3.3, 3.4
|
||||
* Build python wheels
|
||||
* Avoid running yaml tests when in no-deps environment
|
||||
* Drop support for Python 2.6, 3.3, 3.4
|
||||
* Fix lint in init
|
||||
* Ignore flycheck files
|
||||
* Drop the dot in pytest invocation
|
||||
* Clear and update dict
|
||||
* Make DefaultFactoryMunch which lets users provide a factory to
|
||||
generate missing values
|
||||
* Bump version
|
||||
* Remove default from constructor and fromDict. Also add a test for repr
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 12:50:36 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Remove superfluous devel dependency for noarch package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 12 08:37:50 UTC 2018 - tbechtold@suse.com
|
||||
|
||||
- Initial packaging (version 2.2.0)
|
Reference in New Issue
Block a user