Hugo
Hugo
Based on our last discussion, this is a security issue that we need to address, but I don't think we gain anything by keeping it under embargo: - Exploiting it...
Tests don't pass; we still rely on other pytz-specific attributes.
Can you run this in debug mode? In particular, I'd like to see if the response sent from the server has any body clarifying which validation failed.
This looks pretty convenient. Currently subclasses of `BaseWriter` are in `barcode/writer.py`, I think it's feasible to include an `AsciiWriter` there. The target can be a file-like, where one can pass...
If you want to take a shot at it, happy to review a PR for it.
Fixes https://github.com/flatpak/xdg-desktop-portal/issues/1042
Failure for piplowest is due to it referencing [`pkgutil.ImpImporter`](https://docs.python.org/3.11/library/pkgutil.html#pkgutil.ImpImporter), which is gone is Python 3.12. I think that we'll need to bump the minimal support version of pip.
I think that failure with pipsupported might be due to to [this change in pip](https://pip.pypa.io/en/stable/news/#id141): > freeze no longer excludes the setuptools, distribute, and wheel from the output when running...
References to pkgutil.ImpImporter were made conditional in https://github.com/pypa/pip/commit/f1a7a6f942b869ae3428dbf55dfc1ca756c78d94, which was first included in [23.1.2](https://github.com/pypa/pip/releases/tag/23.1.2), tagged 2023-04-26. I wonder if we need to update the minimal supported `pip`, or if we...
See also: https://github.com/jazzband/pip-tools/issues/2104