-
Notifications
You must be signed in to change notification settings - Fork 18
Comparing changes
Open a pull request
base repository: getappmap/appmap-python
base: v1.15.2
head repository: getappmap/appmap-python
compare: v1.16.0
- 9 commits
- 31 files changed
- 2 contributors
Commits on May 25, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for 2776194 - Browse repository at this point
Copy the full SHA 2776194View commit details -
Use the vendoring package to install and patch v1.15.0 of wrapt.
Configuration menu - View commit details
-
Copy full SHA for 646d1bc - Browse repository at this point
Copy the full SHA 646d1bcView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for c62e64e - Browse repository at this point
Copy the full SHA c62e64eView commit details -
refactor: split appmap.unittest
Move the implementation details of unittest integration into _appmap.unittest.
Configuration menu - View commit details
-
Copy full SHA for e00527a - Browse repository at this point
Copy the full SHA e00527aView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for bd9598b - Browse repository at this point
Copy the full SHA bd9598bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15b0ddc - Browse repository at this point
Copy the full SHA 15b0ddcView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for affdbda - Browse repository at this point
Copy the full SHA affdbdaView commit details -
Merge pull request #241 from getappmap/python-3.11_20230515
Support python 3.11
Configuration menu - View commit details
-
Copy full SHA for cdefb2d - Browse repository at this point
Copy the full SHA cdefb2dView commit details -
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))
Configuration menu - View commit details
-
Copy full SHA for edfce6d - Browse repository at this point
Copy the full SHA edfce6dView 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 v1.15.2...v1.16.0