-
Notifications
You must be signed in to change notification settings - Fork 184
Comparing changes
Open a pull request
base repository: python-validators/validators
base: 0.21.1
head repository: python-validators/validators
compare: 0.21.2
- 14 commits
- 73 files changed
- 4 contributors
Commits on May 15, 2023
-
build(deps): bump pymdown-extensions from 9.11 to 10.0
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 9.11 to 10.0. - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](facelessuser/pymdown-extensions@9.11...10.0) --- updated-dependencies: - dependency-name: pymdown-extensions dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 049cdf8 - Browse repository at this point
Copy the full SHA 049cdf8View commit details
Commits on May 16, 2023
-
Merge pull request #273 from python-validators/dependabot/pip/pymdown…
…-extensions-10.0 build(deps): bump pymdown-extensions from 9.11 to 10.0
Configuration menu - View commit details
-
Copy full SHA for 017b521 - Browse repository at this point
Copy the full SHA 017b521View commit details
Commits on May 23, 2023
-
build(deps): bump requests from 2.28.2 to 2.31.0
Bumps [requests](https://github.com/psf/requests) from 2.28.2 to 2.31.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.28.2...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 12bbaac - Browse repository at this point
Copy the full SHA 12bbaacView commit details -
Merge pull request #275 from python-validators/dependabot/pip/request…
…s-2.31.0 build(deps): bump requests from 2.28.2 to 2.31.0
Configuration menu - View commit details
-
Copy full SHA for 92fe972 - Browse repository at this point
Copy the full SHA 92fe972View commit details
Commits on Jun 27, 2023
-
feat: adds ETH addresses (ERC20) validator (#276)
- add validator for etherium addresses - add test for eth address validator - add pysha3 dependency - move eth and btc validators to a new submodule - move eth and btc validators' tests to a new submodule - add init files for new submodules - add trx validator to init - fix bug in importing validator - revert moving btc validator and its tests to new submodules - fix import - remove faulty test value - use relative import - remove trx_validator - fix bugs in test values - combine eth regex checks into one check - check length in checksum validation - use eth-hash instead of pysha3 - use external tag - fix import tags - add eth-hash backends dependency - reformat using black
Configuration menu - View commit details
-
Copy full SHA for 60c5314 - Browse repository at this point
Copy the full SHA 60c5314View commit details
Commits on Jul 21, 2023
-
feat: adds Country Code validation (#280)
- ignore flake8 line length in country_code.py
Configuration menu - View commit details
-
Copy full SHA for 440b1cd - Browse repository at this point
Copy the full SHA 440b1cdView commit details
Commits on Jul 25, 2023
-
build(deps-dev): bump certifi from 2022.12.7 to 2023.7.22
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22. - [Commits](certifi/python-certifi@2022.12.07...2023.07.22) --- updated-dependencies: - dependency-name: certifi dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 51b5df2 - Browse repository at this point
Copy the full SHA 51b5df2View commit details
Commits on Jul 26, 2023
-
Merge pull request #281 from python-validators/dependabot/pip/certifi…
…-2023.7.22 build(deps-dev): bump certifi from 2022.12.7 to 2023.7.22
Configuration menu - View commit details
-
Copy full SHA for e1c0419 - Browse repository at this point
Copy the full SHA e1c0419View commit details
Commits on Aug 1, 2023
-
feat:
pyproject.tomlis now standardized- migrate from `poetry` to `PDM` - moves code into `src/` - updates dependencies - temporary removal of country code & ethereum addr. validation
Configuration menu - View commit details
-
Copy full SHA for 95ec1fa - Browse repository at this point
Copy the full SHA 95ec1faView commit details -
feat:
ValidationFailureis nowValidationError- ref https://peps.python.org/pep-0008/#exception-names - import sorted using ruff - adds project URLs
Configuration menu - View commit details
-
Copy full SHA for 12ae1f5 - Browse repository at this point
Copy the full SHA 12ae1f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 970de10 - Browse repository at this point
Copy the full SHA 970de10View commit details
Commits on Aug 7, 2023
-
feat: refactoring; updates; fixes; bump version
- fix author name capture from `importlib.metadata` in `docs/conf.py` - moves doc and package generator scripts to `src/export` - removes `coding: utf-8` comment as python 3 by default supports utf-8 - ignore `.ruff_cache`, "Issue Tracker" renamed to "Bugtracker" - adds `compose.yaml` to visualize web docs - includes `MANIFEST.in` - custom package finder configuration for `setuptools` build backend - flake8 config with `setup.cfg` is gone - refactor github action workflows - update copyright year - partial requirements file generated into `python` directory - mkdocs now watches `src/validators/` - update dependencies; bump project version
Configuration menu - View commit details
-
Copy full SHA for 2e0d0ec - Browse repository at this point
Copy the full SHA 2e0d0ecView commit details -
Merge pull request #283 from joe733/workshop
feat: refactoring; updates; fixes; bump version
Configuration menu - View commit details
-
Copy full SHA for 8fb3bf7 - Browse repository at this point
Copy the full SHA 8fb3bf7View commit details -
- disables pip auto version check - installs project in editable - build package in virtual environment - move env and permissions to individual job scope - use `.venv/bin` instead of `.venv/Scripts` in Linux
Configuration menu - View commit details
-
Copy full SHA for 0c97dde - Browse repository at this point
Copy the full SHA 0c97ddeView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.21.1...0.21.2