-
-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fc] Repository: plone.staticresources
Branch: refs/heads/master Date: 2024-08-20T11:07:07+02:00 Author: Peter Mathis (petschki) <[email protected]> Commit: plone/plone.staticresources@77006b9 Preparing release 2.2.0a9 Files changed: M CHANGES.rst M setup.py D news/348.bugfix Repository: plone.staticresources Branch: refs/heads/master Date: 2024-08-20T11:07:59+02:00 Author: Peter Mathis (petschki) <[email protected]> Commit: plone/plone.staticresources@f80e02d Back to development: 2.2.0a10 Files changed: M setup.py
- Loading branch information
Showing
1 changed file
with
16 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,32 @@ | ||
Repository: plone.app.event | ||
Repository: plone.staticresources | ||
|
||
|
||
Branch: refs/heads/master | ||
Date: 2024-08-05T20:33:12Z | ||
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.event/commit/d169455a9fa4944d065ab236bcb4329aa46ade7b | ||
Date: 2024-08-20T11:07:07+02:00 | ||
Author: Peter Mathis (petschki) <[email protected]> | ||
Commit: https://github.com/plone/plone.staticresources/commit/77006b9a338a7cc4677fd2cca0ceaed62d416deb | ||
|
||
[pre-commit.ci] pre-commit autoupdate | ||
|
||
updates: | ||
- [github.com/asottile/pyupgrade: v3.16.0 → v3.17.0](https://github.com/asottile/pyupgrade/compare/v3.16.0...v3.17.0) | ||
- [github.com/psf/black: 24.4.2 → 24.8.0](https://github.com/psf/black/compare/24.4.2...24.8.0) | ||
- [github.com/PyCQA/flake8: 7.1.0 → 7.1.1](https://github.com/PyCQA/flake8/compare/7.1.0...7.1.1) | ||
- [github.com/collective/i18ndude: 6.2.0 → 6.2.1](https://github.com/collective/i18ndude/compare/6.2.0...6.2.1) | ||
Preparing release 2.2.0a9 | ||
|
||
Files changed: | ||
M .pre-commit-config.yaml | ||
M CHANGES.rst | ||
M setup.py | ||
D news/348.bugfix | ||
|
||
b'diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml\nindex 3479cc26..14603265 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.16.0\n+ rev: v3.17.0\n hooks:\n - id: pyupgrade\n args: [--py38-plus]\n@@ -16,7 +16,7 @@ repos:\n hooks:\n - id: isort\n - repo: https://github.com/psf/black\n- rev: 24.4.2\n+ rev: 24.8.0\n hooks:\n - id: black\n - repo: https://github.com/collective/zpretty\n@@ -32,7 +32,7 @@ repos:\n # """\n ##\n - repo: https://github.com/PyCQA/flake8\n- rev: 7.1.0\n+ rev: 7.1.1\n hooks:\n - id: flake8\n \n@@ -71,7 +71,7 @@ repos:\n - id: check-python-versions\n args: [\'--only\', \'setup.py,pyproject.toml\']\n - repo: https://github.com/collective/i18ndude\n- rev: "6.2.0"\n+ rev: "6.2.1"\n hooks:\n - id: i18ndude\n \n' | ||
b'diff --git a/CHANGES.rst b/CHANGES.rst\nindex d098b60cc..9b7a11e05 100644\n--- a/CHANGES.rst\n+++ b/CHANGES.rst\n@@ -8,6 +8,16 @@ Changelog\n \n .. towncrier release notes start\n \n+2.2.0a9 (2024-08-20)\n+--------------------\n+\n+Bug fixes:\n+\n+\n+- Latest `mockup = 5.2.0-alpha.9`. See https://github.com/plone/mockup/releases/tag/5.2.0-alpha.9 for detailed changenotes.\n+ [petschki] (#348)\n+\n+\n 2.2.0a8 (2024-07-16)\n --------------------\n \ndiff --git a/news/348.bugfix b/news/348.bugfix\ndeleted file mode 100644\nindex 84a0e8aa4..000000000\n--- a/news/348.bugfix\n+++ /dev/null\n@@ -1,2 +0,0 @@\n-Latest `mockup = 5.2.0-alpha.9`. See https://github.com/plone/mockup/releases/tag/5.2.0-alpha.9 for detailed changenotes.\n-[petschki]\ndiff --git a/setup.py b/setup.py\nindex af7d27454..90c585219 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -11,7 +11,7 @@\n \n setup(\n name="plone.staticresources",\n- version="2.2.0a9.dev0",\n+ version="2.2.0a9",\n description="Static resources for Plone",\n long_description=long_description,\n long_description_content_type="text/x-rst",\n' | ||
|
||
Repository: plone.app.event | ||
Repository: plone.staticresources | ||
|
||
|
||
Branch: refs/heads/master | ||
Date: 2024-08-20T08:19:40+02:00 | ||
Author: Peter Mathis (petschki) <[email protected]> | ||
Commit: https://github.com/plone/plone.app.event/commit/5e3ba1f8d729c4ebbc28b9d7117a8867a937ade4 | ||
|
||
Merge pull request #402 from plone/pre-commit-ci-update-config | ||
Date: 2024-08-20T11:07:59+02:00 | ||
Author: Peter Mathis (petschki) <[email protected]> | ||
Commit: https://github.com/plone/plone.staticresources/commit/f80e02d7dc3cc587e808765bbec37abf99c6da04 | ||
|
||
[pre-commit.ci] pre-commit autoupdate | ||
Back to development: 2.2.0a10 | ||
|
||
Files changed: | ||
M .pre-commit-config.yaml | ||
M setup.py | ||
|
||
b'diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml\nindex 3479cc26..14603265 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.16.0\n+ rev: v3.17.0\n hooks:\n - id: pyupgrade\n args: [--py38-plus]\n@@ -16,7 +16,7 @@ repos:\n hooks:\n - id: isort\n - repo: https://github.com/psf/black\n- rev: 24.4.2\n+ rev: 24.8.0\n hooks:\n - id: black\n - repo: https://github.com/collective/zpretty\n@@ -32,7 +32,7 @@ repos:\n # """\n ##\n - repo: https://github.com/PyCQA/flake8\n- rev: 7.1.0\n+ rev: 7.1.1\n hooks:\n - id: flake8\n \n@@ -71,7 +71,7 @@ repos:\n - id: check-python-versions\n args: [\'--only\', \'setup.py,pyproject.toml\']\n - repo: https://github.com/collective/i18ndude\n- rev: "6.2.0"\n+ rev: "6.2.1"\n hooks:\n - id: i18ndude\n \n' | ||
b'diff --git a/setup.py b/setup.py\nindex 90c585219..f9df0ba33 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -11,7 +11,7 @@\n \n setup(\n name="plone.staticresources",\n- version="2.2.0a9",\n+ version="2.2.0a10.dev0",\n description="Static resources for Plone",\n long_description=long_description,\n long_description_content_type="text/x-rst",\n' | ||
|