8000 Comparing v2.0.0...v2.1.0 · JoshData/python-email-validator · GitHub
[go: up one dir, main page]

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: JoshData/python-email-validator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0
Choose a base ref
...
head repository: JoshData/python-email-validator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.0
Choose a head ref
  • 14 commits
  • 13 files changed
  • 4 contributors

Commits on Jun 5, 2023

  1. Exposing a version str & deprecating the email attribute (#110)

    * expose version as __version__
    
    * assist ValidatedEmail.email deprecation
    commonism authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    68b9d18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5abaa7b View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Drop Python 3.7 and update GitHub Actions to build with Python 3.12.0…

    …-rc.3
    
    flake8's latest version for Python 3.7 failed to parse f-strings correctly when running on Python 3.12, giving:
    
    --ignore=E501,E126,W503 email_validator tests
    email_validator/syntax.py:30:24: E231 missing whitespace after ':'
    email_validator/syntax.py:32:24: E231 missing whitespace after ':'
    ```
    
    By dropping 3.7 we can update flake8 to work on all other versions.
    
    See https://github.com/actions/python-versions/releases for the Python versions supported in GitHub Actions.
    JoshData committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    dbf4618 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

    8000
  1. Configuration menu
    Copy the full SHA
    c52aaa2 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    3aad019 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a9653b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    371c120 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    814b488 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    786defc View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. Configuration menu
    Copy the full SHA
    2c3501e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1f37d6 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2023

  1. 2.1.0

    JoshData committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    36b0611 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    c3e8109 View commit details
    Browse the repository at this point in the history
  2. 2.1.0.post1

    JoshData committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    fd655c0 View commit details
    Browse the repository at this point in the history
Loading
0