Skip to content

Commit

Permalink
[fc] Repository: plone.app.dexterity
Browse files Browse the repository at this point in the history
Branch: refs/heads/master
Date: 2024-09-14T21:24:58+02:00
Author: 1letter (1letter) <1letter@gmx.de>
Commit: plone/plone.app.dexterity@9074dd5

Configuring with plone/meta

Files changed:
A news/+meta.internal
M .meta.toml
M pyproject.toml
Repository: plone.app.dexterity

Branch: refs/heads/master
Date: 2024-09-14T22:22:24+02:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.app.dexterity@01777b0

Merge pull request #392 from plone/config-with-default-template-5d22fbf8

Configuring with plone/meta

Files changed:
A news/+meta.internal
M .meta.toml
M pyproject.toml
  • Loading branch information
mauritsvanrees committed Sep 14, 2024
1 parent 0d688ce commit 824dcd5
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions last_commit.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
Repository: plone.app.dexterity


Branch: refs/heads/master
Date: 2024-09-14T21:24:58+02:00
Author: 1letter (1letter) <1letter@gmx.de>
Commit: https://github.com/plone/plone.app.dexterity/commit/9074dd5adff36200638a4caf2a7a045fbf075365

Configuring with plone/meta

Files changed:
A news/+meta.internal
M .meta.toml
M pyproject.toml

b'diff --git a/.meta.toml b/.meta.toml\nindex c2aed684..3e42afd1 100644\n--- a/.meta.toml\n+++ b/.meta.toml\n@@ -3,7 +3,7 @@\n # See the inline comments on how to expand/tweak this configuration file\n [meta]\n template = "default"\n-commit-id = "a89af8f2"\n+commit-id = "5d22fbf8"\n \n [pyproject]\n codespell_ignores = "hove"\ndiff --git a/news/+meta.internal b/news/+meta.internal\nnew file mode 100644\nindex 00000000..c08f5399\n--- /dev/null\n+++ b/news/+meta.internal\n@@ -0,0 +1,2 @@\n+Update configuration files.\n+[plone devs]\ndiff --git a/pyproject.toml b/pyproject.toml\nindex a6df4ae8..e229484f 100644\n--- a/pyproject.toml\n+++ b/pyproject.toml\n@@ -119,6 +119,7 @@ Zope = [\n \'Products.CMFCore\', \'Products.CMFDynamicViewFTI\',\n ]\n python-dateutil = [\'dateutil\']\n+pytest-plone = [\'pytest\', \'zope.pytestlayer\', \'plone.testing\', \'plone.app.testing\']\n ignore-packages = [\'plone.app.content\', \'plone.app.relationfield\', \'plone.directives.form\', \'plone.directives.dexterity\', \'five.grok\', \'plone.app.intid\', \'plone.contentrules\', \'plone.schema\', \'z3c.relationfield\']\n \n ##\n'

Repository: plone.app.dexterity


Branch: refs/heads/master
Date: 2024-09-14T22:22:24+02:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: https://github.com/plone/plone.app.dexterity/commit/01777b09c67b1a11f55c996263cd9a01d58dfcf6

Merge pull request #392 from plone/config-with-default-template-5d22fbf8

Configuring with plone/meta

Files changed:
A news/+meta.internal
M .meta.toml
M pyproject.toml

b'diff --git a/.meta.toml b/.meta.toml\nindex c2aed684..3e42afd1 100644\n--- a/.meta.toml\n+++ b/.meta.toml\n@@ -3,7 +3,7 @@\n # See the inline comments on how to expand/tweak this configuration file\n [meta]\n template = "default"\n-commit-id = "a89af8f2"\n+commit-id = "5d22fbf8"\n \n [pyproject]\n codespell_ignores = "hove"\ndiff --git a/news/+meta.internal b/news/+meta.internal\nnew file mode 100644\nindex 00000000..c08f5399\n--- /dev/null\n+++ b/news/+meta.internal\n@@ -0,0 +1,2 @@\n+Update configuration files.\n+[plone devs]\ndiff --git a/pyproject.toml b/pyproject.toml\nindex a6df4ae8..e229484f 100644\n--- a/pyproject.toml\n+++ b/pyproject.toml\n@@ -119,6 +119,7 @@ Zope = [\n \'Products.CMFCore\', \'Products.CMFDynamicViewFTI\',\n ]\n python-dateutil = [\'dateutil\']\n+pytest-plone = [\'pytest\', \'zope.pytestlayer\', \'plone.testing\', \'plone.app.testing\']\n ignore-packages = [\'plone.app.content\', \'plone.app.relationfield\', \'plone.directives.form\', \'plone.directives.dexterity\', \'five.grok\', \'plone.app.intid\', \'plone.contentrules\', \'plone.schema\', \'z3c.relationfield\']\n \n ##\n'

0 comments on commit 824dcd5

Please sign in to comment.