Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Branch: refs/heads/master Date: 2023-11-10T23:28:42+01:00 Author: Maurits van Rees (mauritsvanrees) <[email protected]> Commit: plone/plone.z3cform@de5fe65 Replace deprecated cgi.FieldStorage class with a simple one. The ``cgi`` module is deprecated and will be removed in Python 3.13. Instead we now use a simple class that implements only what is needed for the converter. It is only used for converting a ``ZPublisher`` ``FileUpload`` to a ``zope.publisher`` one. Files changed: A news/1.bugfix M src/plone/z3cform/converter.py Repository: plone.z3cform Branch: refs/heads/master Date: 2023-11-10T23:32:51+01:00 Author: Maurits van Rees (mauritsvanrees) <[email protected]> Commit: plone/plone.z3cform@9f57faf dependencychecker: ignore five.pt. We only include its zcml conditionally. Files changed: M .meta.toml Repository: plone.z3cform Branch: refs/heads/master Date: 2023-11-10T23:32:58+01:00 Author: Maurits van Rees (mauritsvanrees) <[email protected]> Commit: plone/plone.z3cform@529e512 Configuring with plone/meta Files changed: M .editorconfig M .github/workflows/meta.yml M .gitignore M .meta.toml M .pre-commit-config.yaml M pyproject.toml M tox.ini Repository: plone.z3cform Branch: refs/heads/master Date: 2023-11-10T23:34:36+01:00 Author: Maurits van Rees (mauritsvanrees) <[email protected]> Commit: plone/plone.z3cform@4cb94be codespell: re-use -> reuse Files changed: M README.rst Repository: plone.z3cform Branch: refs/heads/master Date: 2023-12-08T00:26:03+01:00 Author: Maurits van Rees (mauritsvanrees) <[email protected]> Commit: plone/plone.z3cform@683649e Merge pull request #27 from plone/maurits-replace-cgi-fieldstorage Replace deprecated cgi.FieldStorage class with a simple one. Files changed: A news/1.bugfix M .editorconfig M .github/workflows/meta.yml M .gitignore M .meta.toml M .pre-commit-config.yaml M README.rst M pyproject.toml M src/plone/z3cform/converter.py M tox.ini
- Loading branch information