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: 2025-01-06T20:54:56Z
Author: pre-commit-ci[bot] (pre-commit-ci[bot]) <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Commit: plone/plone.app.dexterity@b655132

[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1)

Files changed:
M .pre-commit-config.yaml
Repository: plone.app.dexterity

Branch: refs/heads/master
Date: 2025-01-07T13:58:23+01:00
Author: Jens W. Klein (jensens) <[email protected]>
Commit: plone/plone.app.dexterity@519b9f4

Merge pull request #400 from plone/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate

Files changed:
M .pre-commit-config.yaml
  • Loading branch information
jensens committed Jan 7, 2025
1 parent 9e7f815 commit dcbddc0
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions last_commit.txt
Original file line number Diff line number Diff line change
@@ -1,34 +1,35 @@
Repository: Products.CMFPlone
Repository: plone.app.dexterity


Branch: refs/heads/master
Date: 2025-01-06T17:20:28+01:00
Author: Godefroid Chapelle (gotcha) <[email protected]>
Commit: https://github.com/plone/Products.CMFPlone/commit/81316998219cc2828a651b8ed132c37ed60064b1
Date: 2025-01-06T20:54:56Z
Author: pre-commit-ci[bot] (pre-commit-ci[bot]) <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Commit: https://github.com/plone/plone.app.dexterity/commit/b6551320b88f11bba5034689c01a2fb8e4042a68

Update python-requires
[pre-commit.ci] pre-commit autoupdate

Has been missed in https://github.com/plone/Products.CMFPlone/commit/eba6e73108541efac28eef47c7be61c658684db9
updates:
- [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](https://github.com/asottile/pyupgrade/compare/v3.19.0...v3.19.1)

Files changed:
M setup.py
M .pre-commit-config.yaml

b'diff --git a/setup.py b/setup.py\nindex f5c535c6b6..9bdb79606d 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -26,7 +26,7 @@\n "Programming Language :: Python :: 3.12",\n "Programming Language :: Python :: 3.13",\n ],\n- python_requires=">=3.8",\n+ python_requires=">=3.10",\n keywords="Plone CMF Python Zope CMS Webapplication",\n author="Plone Foundation",\n author_email="[email protected]",\n'
b'diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml\nindex bfe96ed9..18b75326 100644\n--- a/.pre-commit-config.yaml\n+++ b/.pre-commit-config.yaml\n@@ -7,7 +7,7 @@ ci:\n \n repos:\n - repo: https://github.com/asottile/pyupgrade\n- rev: v3.19.0\n+ rev: v3.19.1\n hooks:\n - id: pyupgrade\n args: [--py38-plus]\n'

Repository: Products.CMFPlone
Repository: plone.app.dexterity


Branch: refs/heads/master
Date: 2025-01-06T21:25:18+01:00
Author: Maurits van Rees (mauritsvanrees) <[email protected]>
Commit: https://github.com/plone/Products.CMFPlone/commit/0d9943cc7465281ca19b361635bf1836c59a0455
Date: 2025-01-07T13:58:23+01:00
Author: Jens W. Klein (jensens) <[email protected]>
Commit: https://github.com/plone/plone.app.dexterity/commit/519b9f4b5ba428e50dc24d93c7f9d01fd2074b5a

Merge pull request #4087 from plone/gotcha/fix-python-requires
Merge pull request #400 from plone/pre-commit-ci-update-config

Update python-requires
[pre-commit.ci] pre-commit autoupdate

Files changed:
M setup.py
M .pre-commit-config.yaml

b'diff --git a/setup.py b/setup.py\nindex f5c535c6b6..9bdb79606d 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -26,7 +26,7 @@\n "Programming Language :: Python :: 3.12",\n "Programming Language :: Python :: 3.13",\n ],\n- python_requires=">=3.8",\n+ python_requires=">=3.10",\n keywords="Plone CMF Python Zope CMS Webapplication",\n author="Plone Foundation",\n author_email="[email protected]",\n'
b'diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml\nindex bfe96ed9..18b75326 100644\n--- a/.pre-commit-config.yaml\n+++ b/.pre-commit-config.yaml\n@@ -7,7 +7,7 @@ ci:\n \n repos:\n - repo: https://github.com/asottile/pyupgrade\n- rev: v3.19.0\n+ rev: v3.19.1\n hooks:\n - id: pyupgrade\n args: [--py38-plus]\n'

0 comments on commit dcbddc0

Please sign in to comment.