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: googleapis/python-api-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.31.1
Choose a base ref
...
head repository: googleapis/python-api-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0b1
Choose a head ref
  • 3 commits
  • 37 files changed
  • 3 contributors

Commits on Aug 3, 2021

  1. Configuration menu
    Copy the full SHA
    ff6ef1b View commit details
    Browse the repository at this point in the history
  2. fix!: drop support for Python 2.7 / 3.5 (#212)

    Drop 'six' module
    
    Drop 'u"' prefixes for text
    
    Remove other Python 2.7 workarounds
    
    Drop use of 'pytz'
    
    Dxpand range to allow 'google-auth' 2.x versions
    
    Remove 'general_helpers.wraps': except for a backward-compatibility
    import, 'functools.wraps' does everything wee need on Python >= 3.6.
    
    Remove 'packaging' dependency
    
    Release-As: 2.0.0b1
    
    Closes #74.
    
    Closes #215.
    tseaver authored Aug 3, 2021
    Configuration menu
    Copy the full SHA
    a30f004 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d566f28 View commit details
    Browse the repository at this point in the history
Loading