From dc453109fc2847380b2441230dbfba1c87315c1d012629cc80fb6a0009c41367 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 28 Oct 2022 20:09:48 +0000 Subject: [PATCH] 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 --- Faker-14.2.1.tar.gz | 3 --- Faker-15.1.1.tar.gz | 3 +++ python-Faker.changes | 11 +++++++++++ python-Faker.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 Faker-14.2.1.tar.gz create mode 100644 Faker-15.1.1.tar.gz diff --git a/Faker-14.2.1.tar.gz b/Faker-14.2.1.tar.gz deleted file mode 100644 index 5397192..0000000 --- a/Faker-14.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:daad7badb4fd916bd047b28c8459ef4689e4fe6acf61f6dfebee8cc602e4d009 -size 1599112 diff --git a/Faker-15.1.1.tar.gz b/Faker-15.1.1.tar.gz new file mode 100644 index 0000000..68cba16 --- /dev/null +++ b/Faker-15.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a741b77f484215c3aab2604100669657189548f440fcb2ed0f8b7ee21c385629 +size 1600615 diff --git a/python-Faker.changes b/python-Faker.changes index dece3f3..7aa343e 100644 --- a/python-Faker.changes +++ b/python-Faker.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Oct 27 19:32:31 UTC 2022 - Yogalakshmi Arunachalam + +- 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 diff --git a/python-Faker.spec b/python-Faker.spec index aa732e4..5897240 100644 --- a/python-Faker.spec +++ b/python-Faker.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python3-%{**}} %global skip_python2 1 Name: python-Faker -Version: 14.2.1 +Version: 15.1.1 Release: 0 Summary: Python package that generates fake data License: MIT