forked from joke2k/faker
-
Notifications
You must be signed in to change notification settings - Fork 0
Main fork update #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Main fork update #10
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Create `es` `person` provider to reuse `language_names` * Add person provider for es_CO. * Add address provider for es_CO. * Add automotive provider for es_CO. * Add ssn provider for es_CO. * Add phone_number provider for es_CO. * Organize imports and fix some comments. * Correct spelling mistake in a female name. * Remove python 2 unicode string literals from docstrings. * Format with black. * Fix errors detected by mypy.
This reverts commit 441b526.
This reverts commit db04a0c.
* lorem, color providers done * address done * address optimized, license formats done, banks done * company, currency, datetime,internet,job, person done * person updated * ssn and phone numbers done * fix issues * format issues fixed * import order changed in automative * automative import * -added postalcode generator -added test cases for az_AZ address provider -minor fix * -added tests for az_AZ locale implemented providers -minor bug fixes * Update __init__.py sources added * Update test_company.py * Update test_job.py * -adjusted to flake8 -fixed minor typo errors * Update faker/providers/person/az_AZ/__init__.py Co-authored-by: Flavio Curella <89607+fcurella@users.noreply.github.com> * is_valid_aba added to bank test * ssn and lorem tests addded * Update tests/providers/test_company.py Co-authored-by: Flavio Curella <89607+fcurella@users.noreply.github.com> * Update faker/providers/ssn/az_AZ/__init__.py Co-authored-by: Flavio Curella <89607+fcurella@users.noreply.github.com> * Update faker/providers/ssn/az_AZ/__init__.py Co-authored-by: Flavio Curella <89607+fcurella@users.noreply.github.com> * Update faker/providers/phone_number/az_AZ/__init__.py Co-authored-by: Flavio Curella <89607+fcurella@users.noreply.github.com> * Update faker/providers/phone_number/az_AZ/__init__.py Co-authored-by: Flavio Curella <89607+fcurella@users.noreply.github.com> * Update faker/providers/phone_number/az_AZ/__init__.py Co-authored-by: Flavio Curella <89607+fcurella@users.noreply.github.com> * Update faker/providers/phone_number/az_AZ/__init__.py Co-authored-by: Flavio Curella <89607+fcurella@users.noreply.github.com> * Update faker/providers/phone_number/az_AZ/__init__.py Co-authored-by: Flavio Curella <89607+fcurella@users.noreply.github.com> * Update faker/providers/phone_number/az_AZ/__init__.py Co-authored-by: Flavio Curella <89607+fcurella@users.noreply.github.com> * Revert "deprecate positional `allowed_types` (#1573)" This reverts commit 441b526. * 📝 Update CHANGELOG * Bump version: 9.9.0 → 9.9.1 * deprecate positional `allowed_types` (#1573) This reverts commit db04a0c. * 📝 update CHANGELOG * Bump version: 9.9.1 → 10.0.0 * Allow custom placeholder string for `image_url`. Close #1319 (#1580) * 📝 Update CHANGELOF.md * Bump version: 10.0.0 → 11.0.0 * linted code * split compund words in lorem provider * remove unused code Co-authored-by: Sevdimali Isayev <github853211> Co-authored-by: Mecid Recebli <rcblmcd@gmail.com> Co-authored-by: Flavio Curella <89607+fcurella@users.noreply.github.com> Co-authored-by: fcurella <flavio.curella@gmail.com>
Co-authored-by: Kalle Bracht <kallebracht@gmx.de>
… currency, date_time, geo, internet, job, person, phone_number and ssn. Co-authored-by: Flavio Curella <flavio.curella@gmail.com>
Signed-off-by: sashashura <93376818+sashashura@users.noreply.github.com> Signed-off-by: sashashura <93376818+sashashura@users.noreply.github.com>
Fix to name August, missing 'A' in first name list.
* Added support for Python 3.10. * Dropped support for Python 3.6.
Bumps [actions/stale](https://github.com/actions/stale) from 5 to 6. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@v5...v6) --- updated-dependencies: - dependency-name: actions/stale dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this changes
Brief summary of the changes
What was wrong
Description of what was the root cause of the issue.
How this fixes it
Description of how the changes fix the issue.
Fixes #...