diff --git a/Faker-4.0.3.tar.gz b/Faker-4.0.3.tar.gz deleted file mode 100644 index 8a74556..0000000 --- a/Faker-4.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7292806948ed848f1bcea1e7b963bae6f398687d1da0ea096e156fea2787f454 -size 964755 diff --git a/Faker-4.1.0.tar.gz b/Faker-4.1.0.tar.gz new file mode 100644 index 0000000..d81b773 --- /dev/null +++ b/Faker-4.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:103c46b9701a151299c5bffe6fefcd4fb5fb04c3b5d06bee4952d36255d44ea2 +size 971673 diff --git a/python-Faker.changes b/python-Faker.changes index 86e3777..5936d8c 100644 --- a/python-Faker.changes +++ b/python-Faker.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Jun 9 07:53:47 UTC 2020 - Tomáš Chvátal + +- Update to 4.1.0: + * Add pytest plugin. Thanks @malefice. + * Fix phone numbers for es_ES. Thanks @pablofm. + * Fix uuid provider to return a uuid4 object when cast_to is set to None. Thanks @rodrigondec. + * Update names for es_ES person provider. Thanks @mondeja. + * Add provider for sk_SK birth_number. Thanks @eumiro. + * Add day_of_week and month_name for de_DE provider. Thanks @eumiro. + ------------------------------------------------------------------- Mon May 4 08:37:02 UTC 2020 - Johannes Grassler diff --git a/python-Faker.spec b/python-Faker.spec index ce0f9ca..4916efc 100644 --- a/python-Faker.spec +++ b/python-Faker.spec @@ -20,7 +20,7 @@ %define oldpython python %global skip_python2 1 Name: python-Faker -Version: 4.0.3 +Version: 4.1.0 Release: 0 Summary: Python package that generates fake data License: MIT @@ -60,7 +60,6 @@ testing, and data anonymization from production services. # Remove pre-existing bytecode files in the sdist find . -name '*.py[co]' -delete # do not hardcode versions -sed -i -e 's:"pytest>=3.8.0,<3.9":"pytest>=3.8.0":g' setup.py sed -i -e 's:==:>=:g' setup.py %build