forked from webrecorder/warcio
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pull] master from webrecorder:master #7
Open
pull
wants to merge
21
commits into
fakegit:master
Choose a base branch
from
webrecorder:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Also: - Remove older Python versions from CI - Switch to updated PSF httpbin
This avoids wsgiref incorrectly throwing an exception saying that the return data must be bytes.
- Use hookdns to route calls to proxy.com to localhost proxy now that requests no longer allows localhost:port proxies - Pin urrllib3 to 1.25.11, as more recent versions throw an SSL exception or hang if using a http url as an https proxy
- Migrate from Travis CI to GitHub Actions CI - Test Python versions 3.7-3.11 - Update httpbin to latest PSF-maintained version - Modify handling of proxies in test_capture_http_proxy module to account for breaking changes in requests and urllib3 (note that this currently means pinning urllib3==1.25.11, as more recent versions no longer allow using http:// scheme URLs with the https key in the proxies dictionary; depending on whether and how this is resolved, we may need to come back to this in the future but for now it gets CI working again)
This reverts commit fc0a222.
* Add very simple test for version argument * Add python 3.7 compatibility for package metadata version
for pip update and installation of extra dependencies
Following the deprecation of utcnow and utcfromtimestamp in Python 3.12, we add a `tzaware=False` argument to datetime utils, which defaults to generating naive datetimes but will generate a timezone-aware datetime with timezone set to UTC if set to True. All instances of deprecated datetime methods have also been replaced. --------- Co-authored-by: Ilya Kreymer <[email protected]>
* bump version to 1.7.5 * ci: add publish_pypi ci script
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )