File tree Expand file tree Collapse file tree 7 files changed +15
-24
lines changed
Expand file tree Collapse file tree 7 files changed +15
-24
lines changed Original file line number Diff line number Diff line change 1919 - ["ubuntu", "ubuntu-latest"]
2020 config :
2121 # [Python version, visual name, tox env]
22- - ["3.12 ", "6.2 on py3.12 ", "py312 -plone62"]
22+ - ["3.13 ", "6.2 on py3.13 ", "py313 -plone62"]
2323 - ["3.10", "6.2 on py3.10", "py310-plone62"]
2424
2525 runs-on : ${{ matrix.os[1] }}
Original file line number Diff line number Diff line change 33# See the inline comments on how to expand/tweak this configuration file
44[meta ]
55template = " default"
6- commit-id = " 2.0.1.dev0 "
6+ commit-id = " 2.2.2 "
77
88[flake8 ]
99extra_lines = """
@@ -33,7 +33,7 @@ dependencies_mappings = [
3333]
3434
3535[tox ]
36- test_matrix = {"6.2" = [" 3.12 " , " 3.10 " ]}
36+ test_matrix = {"6.2" = [" * " ]}
3737
3838[github ]
3939jobs = [
@@ -49,3 +49,4 @@ extra_lines_after_os_dependencies = """
4949 sudo locale-gen nl_NL@euro
5050 sudo update-locale
5151"""
52+
Original file line number Diff line number Diff line change 77
88repos :
99- repo : https://github.com/asottile/pyupgrade
10- rev : v3.20 .0
10+ rev : v3.21 .0
1111 hooks :
1212 - id : pyupgrade
1313 args : [--py38-plus]
1414- repo : https://github.com/pycqa/isort
15- rev : 6 .0.1
15+ rev : 7 .0.0
1616 hooks :
1717 - id : isort
18- - repo : https://github.com/psf/black
19- rev : 25.1 .0
18+ - repo : https://github.com/psf/black-pre-commit-mirror
19+ rev : 25.9 .0
2020 hooks :
2121 - id : black
2222- repo : https://github.com/collective/zpretty
@@ -59,15 +59,15 @@ repos:
5959# """
6060# #
6161- repo : https://github.com/mgedmin/check-manifest
62- rev : " 0.50 "
62+ rev : " 0.51 "
6363 hooks :
6464 - id : check-manifest
6565- repo : https://github.com/regebro/pyroma
6666 rev : " 5.0"
6767 hooks :
6868 - id : pyroma
6969- repo : https://github.com/mgedmin/check-python-versions
70- rev : " 0.22.1 "
70+ rev : " 0.23.0 "
7171 hooks :
7272 - id : check-python-versions
7373 args : ['--only', 'setup.py,pyproject.toml']
Original file line number Diff line number Diff line change 1+ Replace ``pkg_resources`` namespace with PEP 420 native namespace.
2+ Support only Plone 6.2 and Python 3.10+.
Original file line number Diff line number Diff line change 11from pathlib import Path
2- from setuptools import find_packages
32from setuptools import setup
43
54
1918 "Development Status :: 5 - Production/Stable" ,
2019 "Environment :: Web Environment" ,
2120 "Framework :: Plone" ,
22- "Framework :: Plone :: 6.1 " ,
21+ "Framework :: Plone :: 6.2 " ,
2322 "Framework :: Plone :: Core" ,
2423 "Framework :: Zope :: 5" ,
2524 "License :: OSI Approved :: GNU General Public License v2 (GPLv2)" ,
4847 "Videos" : "https://youtube.com/@plonecms" ,
4948 "Sponsor" : "https://github.com/sponsors/plone" ,
5049 },
51- packages = find_packages ("src" ),
52- namespace_packages = ["Products" ],
53- package_dir = {"" : "src" },
5450 include_package_data = True ,
5551 zip_safe = False ,
5652 install_requires = [
122118 "Products.SiteErrorLog" ,
123119 "Products.statusmessages" ,
124120 "Products.ZCatalog" ,
125- "setuptools>=36.2" ,
126121 "webresource>=1.2" ,
127122 "z3c.caching" ,
128123 "z3c.form" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ min_version = 4.4.0
77envlist =
88 lint
99 test
10+ py313-plone62
1011 py312-plone62
12+ py311-plone62
1113 py310-plone62
1214 dependencies
1315
@@ -190,7 +192,6 @@ deps =
190192 build
191193 towncrier
192194 -c https://dist.plone.org/release/6.2-dev/constraints.txt
193-
194195commands =
195196 # fake version to not have to install the package
196197 # we build the change log as news entries might break
@@ -221,7 +222,6 @@ deps =
221222 pipdeptree
222223 pipforester
223224 -c https://dist.plone.org/release/6.2-dev/constraints.txt
224-
225225commands =
226226 # Generate the full dependency tree
227227 sh -c ' pipdeptree -j > forest.json'
You can’t perform that action at this time.
0 commit comments