Skip to content

Commit

Permalink
[fc] Repository: plone.outputfilters
Browse files Browse the repository at this point in the history
Branch: refs/heads/master
Date: 2022-08-25T19:05:37+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.outputfilters@e7e101a

isort

Files changed:
M bootstrap.py
M plone/outputfilters/filters/picture_variants.py
M plone/outputfilters/filters/resolveuid_and_caption.py
M plone/outputfilters/setuphandlers.py
M plone/outputfilters/testing.py
M plone/outputfilters/tests/test_docs.py
M plone/outputfilters/tests/test_resolveuid_and_caption.py
M plone/outputfilters/tests/test_transforms.py
M setup.cfg
Repository: plone.outputfilters

Branch: refs/heads/master
Date: 2022-08-25T19:05:44+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.outputfilters@894ee62

black

Files changed:
M bootstrap.py
M plone/__init__.py
M plone/outputfilters/browser/captioned_image.py
M plone/outputfilters/browser/resolveuid.py
M plone/outputfilters/filters/example.py
M plone/outputfilters/filters/picture_variants.py
M plone/outputfilters/filters/resolveuid_and_caption.py
M plone/outputfilters/interfaces.py
M plone/outputfilters/mimetype.py
M plone/outputfilters/setuphandlers.py
M plone/outputfilters/testing.py
M plone/outputfilters/tests/test_apply_filters.py
M plone/outputfilters/tests/test_docs.py
M plone/outputfilters/tests/test_picture_variants.py
M plone/outputfilters/tests/test_resolveuid_and_caption.py
M plone/outputfilters/tests/test_transforms.py
M plone/outputfilters/transforms/html_to_plone_outputfilters_html.py
M plone/outputfilters/transforms/plone_outputfilters_html_to_html.py
M setup.py
Repository: plone.outputfilters

Branch: refs/heads/master
Date: 2022-08-25T19:09:44+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.outputfilters@2f9c1c5

pyupgrade

Files changed:
M plone/__init__.py
M plone/outputfilters/__init__.py
M plone/outputfilters/browser/captioned_image.py
M plone/outputfilters/browser/resolveuid.py
M plone/outputfilters/filters/example.py
M plone/outputfilters/filters/picture_variants.py
M plone/outputfilters/filters/resolveuid_and_caption.py
M plone/outputfilters/interfaces.py
M plone/outputfilters/mimetype.py
M plone/outputfilters/setuphandlers.py
M plone/outputfilters/testing.py
M plone/outputfilters/tests/test_apply_filters.py
M plone/outputfilters/tests/test_docs.py
M plone/outputfilters/tests/test_picture_variants.py
M plone/outputfilters/tests/test_resolveuid_and_caption.py
M plone/outputfilters/tests/test_transforms.py
M plone/outputfilters/transforms/html_to_plone_outputfilters_html.py
M plone/outputfilters/transforms/plone_outputfilters_html_to_html.py
M setup.py
Repository: plone.outputfilters

Branch: refs/heads/master
Date: 2022-08-25T19:15:22+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.outputfilters@b11063e

remove six and use plone.base

Files changed:
M plone/outputfilters/filters/picture_variants.py
M plone/outputfilters/filters/resolveuid_and_caption.py
M plone/outputfilters/tests/test_docs.py
M setup.py
Repository: plone.outputfilters

Branch: refs/heads/master
Date: 2022-08-25T19:17:05+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.outputfilters@ffb4efb

add changelog

Files changed:
A news/53.bgfix
Repository: plone.outputfilters

Branch: refs/heads/master
Date: 2022-08-25T21:50:03+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.outputfilters@9ed5927

missing import added

Files changed:
M plone/outputfilters/filters/resolveuid_and_caption.py
Repository: plone.outputfilters

Branch: refs/heads/master
Date: 2022-08-25T23:02:13+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.outputfilters@1725dd8

Merge pull request #53 from plone/jensens-py-codestyle

Codestyle, pyupgrade, no six

Files changed:
A news/53.bgfix
M bootstrap.py
M plone/__init__.py
M plone/outputfilters/__init__.py
M plone/outputfilters/browser/captioned_image.py
M plone/outputfilters/browser/resolveuid.py
M plone/outputfilters/filters/example.py
M plone/outputfilters/filters/picture_variants.py
M plone/outputfilters/filters/resolveuid_and_caption.py
M plone/outputfilters/interfaces.py
M plone/outputfilters/mimetype.py
M plone/outputfilters/setuphandlers.py
M plone/outputfilters/testing.py
M plone/outputfilters/tests/test_apply_filters.py
M plone/outputfilters/tests/test_docs.py
M plone/outputfilters/tests/test_picture_variants.py
M plone/outputfilters/tests/test_resolveuid_and_caption.py
M plone/outputfilters/tests/test_transforms.py
M plone/outputfilters/transforms/html_to_plone_outputfilters_html.py
M plone/outputfilters/transforms/plone_outputfilters_html_to_html.py
M setup.cfg
M setup.py
  • Loading branch information
jensens committed Aug 25, 2022
1 parent 1b94d36 commit 1864cf8
Showing 1 changed file with 130 additions and 42 deletions.
Loading

0 comments on commit 1864cf8

Please sign in to comment.