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: getappmap/appmap-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.15.2
Choose a base ref
...
head repository: getappmap/appmap-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.16.0
Choose a head ref
  • 9 commits
  • 31 files changed
  • 2 contributors

Commits on May 25, 2023

  1. refactor: undo rename of wrapt

    Renaming wrapt to appmap.wrapt has made it prohibitively difficult to
    update it, and wasn't really necessary. Instead, just symlink it under
    _appmap and import it appropriately.
    apotterri committed May 25, 2023
    Configuration menu
    Copy the full SHA
    2776194 View commit details
    Browse the repository at this point in the history
  2. refactor: switch to vendoring

    Use the vendoring package to install and patch v1.15.0 of wrapt.
    apotterri committed May 25, 2023
    Configuration menu
    Copy the full SHA
    646d1bc View commit details
    Browse the repository at this point in the history
  3. fix: handle 3.11 find_spec implementation

    3.11 changed some aspect of how finders are implemented, and broke our
    previous approach to wrapping find_spec. These changes make wrapping
    work again.
    apotterri committed May 25, 2023
    Configuration menu
    Copy the full SHA
    c62e64e View commit details
    Browse the repository at this point in the history
  4. refactor: split appmap.unittest

    Move the implementation details of unittest integration into
    _appmap.unittest.
    apotterri committed May 25, 2023
    Configuration menu
    Copy the full SHA
    e00527a View commit details
    Browse the repository at this point in the history
  5. fix: update unittest integration for python 3.11

    3.11 made updates to the implementation of unittest which broke our
    integration. These changes make it work again for all supported
    versions.
    apotterri committed May 25, 2023
    Configuration menu
    Copy the full SHA
    bd9598b View commit details
    Browse the repository at this point in the history
  6. feat: support python 3.11

    Update the test matrix to include 3.11.
    apotterri committed May 25, 2023
    Configuration menu
    Copy the full SHA
    15b0ddc View commit details
    Browse the repository at this point in the history
  7. fix: relax restriction on packaging to >=19.0

    23.1 was the current version when we first added packaging, which was
    why it was chosen.
    
    We don't really need anything except conformance to PEP 508, though.
    19.0 was the last time packaging's changelog mentions that PEP, so
    that should be good enough.
    apotterri committed May 25, 2023
    Configuration menu
    Copy the full SHA
    affdbda View commit details
    Browse the repository at this point in the history
  8. Merge pull request #241 from getappmap/python-3.11_20230515

    Support python 3.11
    apotterri authored May 25, 2023
    Configuration menu
    Copy the full SHA
    cdefb2d View commit details
    Browse the repository at this point in the history
  9. chore(release): 1.16.0 [skip ci]

    # [1.16.0](v1.15.2...v1.16.0) (2023-05-25)
    
    ### Bug Fixes
    
    * handle 3.11 find_spec implementation ([c62e64e](c62e64e))
    * relax restriction on packaging to >=19.0 ([affdbda](affdbda))
    * update unittest integration for python 3.11 ([bd9598b](bd9598b))
    
    ### Features
    
    * support python 3.11 ([15b0ddc](15b0ddc))
    semantic-release-bot committed May 25, 2023
    Configuration menu
    Copy the full SHA
    edfce6d View commit details
    Browse the repository at this point in the history
Loading