-
-
Notifications
You must be signed in to change notification settings - Fork 75
/
Copy pathlast_commit.txt
32 lines (20 loc) · 2.92 KB
/
last_commit.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Repository: plone.app.upgrade
Branch: refs/heads/master
Date: 2025-02-08T00:04:09+01:00
Author: Maurits van Rees (mauritsvanrees) <[email protected]>
Commit: https://github.com/plone/plone.app.upgrade/commit/c4cfbe21a7fdb8ae16656a8fcbe9b400e3d83082
Update classifiers.
Files changed:
M setup.py
b'diff --git a/setup.py b/setup.py\nindex 23266030..c134b4b6 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -14,15 +14,17 @@\n "Environment :: Web Environment",\n "Framework :: Plone",\n "Framework :: Plone :: 6.0",\n+ "Framework :: Plone :: 6.1",\n "Framework :: Plone :: Core",\n "Framework :: Zope :: 5",\n "License :: OSI Approved :: GNU General Public License v2 (GPLv2)",\n "Operating System :: OS Independent",\n "Programming Language :: Python",\n- "Programming Language :: Python :: 3.8",\n "Programming Language :: Python :: 3.9",\n "Programming Language :: Python :: 3.10",\n "Programming Language :: Python :: 3.11",\n+ "Programming Language :: Python :: 3.12",\n+ "Programming Language :: Python :: 3.13",\n ],\n keywords="Plone upgrade migration",\n author="Plone Foundation",\n'
Repository: plone.app.upgrade
Branch: refs/heads/master
Date: 2025-02-08T00:06:22+01:00
Author: Maurits van Rees (mauritsvanrees) <[email protected]>
Commit: https://github.com/plone/plone.app.upgrade/commit/fc3d427f91b4b1c825b430667c220aa8ca12228a
Added upgrade to 6108, Plone 6.1.1.
Files changed:
A news/6108.internal
M CHANGES.rst
M plone/app/upgrade/v61/configure.zcml
b'diff --git a/CHANGES.rst b/CHANGES.rst\nindex f8a3d34e..e886320e 100644\n--- a/CHANGES.rst\n+++ b/CHANGES.rst\n@@ -23,7 +23,7 @@ Internal:\n \n - Added upgrade to 6026, Plone 6.0.15.\n [maurits] (#6026)\n-- Added upgrade to 6107, Plone 6.1.0rc1.\n+- Added upgrade to 6107, Plone 6.1.0rc1 and 6.1.0 final.\n [maurits] (#6107)\n \n \ndiff --git a/news/6108.internal b/news/6108.internal\nnew file mode 100644\nindex 00000000..5db82227\n--- /dev/null\n+++ b/news/6108.internal\n@@ -0,0 +1,2 @@\n+Added upgrade to 6108, Plone 6.1.1.\n+[maurits]\ndiff --git a/plone/app/upgrade/v61/configure.zcml b/plone/app/upgrade/v61/configure.zcml\nindex 6ed150d8..f4f6fcc4 100644\n--- a/plone/app/upgrade/v61/configure.zcml\n+++ b/plone/app/upgrade/v61/configure.zcml\n@@ -105,7 +105,7 @@\n source="6106"\n destination="6107"\n >\n- <!-- Plone 6.1.0rc1 -->\n+ <!-- Plone 6.1.0rc1 and 6.1.0 final -->\n <gs:upgradeStep\n title="Miscellaneous"\n handler="..v60.final.cleanup_mimetypes_registry"\n@@ -113,4 +113,17 @@\n \n </gs:upgradeSteps>\n \n+ <gs:upgradeSteps\n+ profile="Products.CMFPlone:plone"\n+ source="6107"\n+ destination="6108"\n+ >\n+ <!-- Plone 6.1.1 -->\n+ <gs:upgradeStep\n+ title="Miscellaneous"\n+ handler="..utils.null_upgrade_step"\n+ />\n+\n+ </gs:upgradeSteps>\n+\n </configure>\n'