Skip to content

Commit

Permalink
[fc] Repository: plone.z3cform
Browse files Browse the repository at this point in the history
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 -&gt; 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
mauritsvanrees committed Dec 7, 2023
1 parent 1694263 commit e5b7334
Showing 1 changed file with 73 additions and 25 deletions.
Loading

0 comments on commit e5b7334

Please sign in to comment.