Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: python-validators/validators
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.21.1
Choose a base ref
...
head repository: python-validators/validators
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.21.2
Choose a head ref
  • 14 commits
  • 73 files changed
  • 4 contributors

Commits on May 15, 2023

  1. 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>
    dependabot[bot] authored May 15, 2023
    Configuration menu
    Copy the full SHA
    049cdf8 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Merge pull request #273 from python-validators/dependabot/pip/pymdown…

    …-extensions-10.0
    
    build(deps): bump pymdown-extensions from 9.11 to 10.0
    nandgator authored May 16, 2023
    Configuration menu
    Copy the full SHA
    017b521 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. 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>
    dependabot[bot] authored May 23, 2023
    Configuration menu
    Copy the full SHA
    12bbaac View commit details
    Browse the repository at this point in the history
  2. 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
    nandgator authored May 23, 2023
    Configuration menu
    Copy the full SHA
    92fe972 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. 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
    msamsami authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    60c5314 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. feat: adds Country Code validation (#280)

    - ignore flake8 line length in country_code.py
    aviiciii authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    440b1cd View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. 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>
    dependabot[bot] authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    51b5df2 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. 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
    nandgator authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    e1c0419 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. feat: pyproject.toml is now standardized

    - migrate from `poetry` to `PDM`
    - moves code into `src/`
    - updates dependencies
    - temporary removal of country code & ethereum addr. validation
    nandgator committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    95ec1fa View commit details
    Browse the repository at this point in the history
  2. feat: ValidationFailure is now ValidationError

    - ref https://peps.python.org/pep-0008/#exception-names
    - import sorted using ruff
    - adds project URLs
    nandgator committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    12ae1f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    970de10 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. 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
    nandgator committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    2e0d0ec View commit details
    Browse the repository at this point in the history
  2. Merge pull request #283 from joe733/workshop

    feat: refactoring; updates; fixes; bump version
    nandgator authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    8fb3bf7 View commit details
    Browse the repository at this point in the history
  3. fix: gh actions workflow

    - 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
    nandgator committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    0c97dde View commit details
    Browse the repository at this point in the history
Loading