Accepting request 1031625 from home:yarunachalam:branches:devel:languages:python

- Update to v15.1.1 
  * Fix ImportError on python <3.7.2
- Update to v15.1.0
  * Add enum provider.
- Update to v15.0.0
  * Add support for Python 3.10. Thanks @uri-rodberg.
  * Drop support for Python 3.6.

OBS-URL: https://build.opensuse.org/request/show/1031625
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=67
This commit is contained in:
2022-10-28 20:09:48 +00:00
committed by Git OBS Bridge
parent ff3d36605e
commit f5b4227c1d
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Oct 27 19:32:31 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to v15.1.1
* Fix ImportError on python <3.7.2
- Update to v15.1.0
* Add enum provider.
- Update to v15.0.0
* Add support for Python 3.10. Thanks @uri-rodberg.
* Drop support for Python 3.6.
-------------------------------------------------------------------
Tue Oct 11 23:18:26 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>