-
Notifications
You must be signed in to change notification settings - Fork 63
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
Fix for newer requests-cache #105
base: master
Are you sure you want to change the base?
Conversation
Cheers! Thanks. Will this be automatically distributed in the FreeBSD ports tree (sorry, kind of a noob here when it comes to ports/updating/maintaining)= Georg |
I don't know if or when this PR might be merged. You can send a link to this to the package maintainer. |
Thats exactly what I did, many thanks again! |
Im not sure this patch is enough to establish compat with more recent versions of requests_cache; f.e. attempting at running the test suit i get:
could you have a look at this too please? ideally try running the tests, as they may uncover more issues -- thanks! |
I think this is fixed now. The error seemed to be only in the test code. It was using internals of requests-cache that have changed. |
It worked for me though (once it was integrated in the FreeBSD ports tree). |
thanks, with the latest changes i can confirm all works for debian |
These changes fix errors with newer requests-cache. Tested against requests-cache 0.9.8, the version in Debian 12.
Fixes dbr/tvnamer#210 (comment)