File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 28
28
- id : pyproject-fmt
29
29
additional_dependencies : [ tox ]
30
30
- repo : https://github.com/abravalheri/validate-pyproject
31
- rev : v0.16
31
+ rev : v0.24.1
32
32
hooks :
33
33
- id : validate-pyproject
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ Bug fixes
11
11
only when reruns are detected.
12
12
(`#287 <https://github.com/pytest-dev/pytest-rerunfailures/issues/287 >`_)
13
13
14
+ - Switched to using the SPDX license identifier in the project metadata.
15
+
14
16
15
17
15.0 (2024-11-20)
16
18
-----------------
Original file line number Diff line number Diff line change @@ -20,14 +20,13 @@ keywords = [
20
20
" pytest" ,
21
21
" rerun" ,
22
22
]
23
- license = { text = " Mozilla Public License 2.0 ( MPL 2.0) " }
23
+ license. text = " MPL- 2.0"
24
24
authors = [{
name =
" Leah Klearman" ,
email =
" [email protected] " }]
25
25
requires-python = " >=3.9"
26
26
classifiers = [
27
27
" Development Status :: 5 - Production/Stable" ,
28
28
" Framework :: Pytest" ,
29
29
" Intended Audience :: Developers" ,
30
- " License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)" ,
31
30
" Operating System :: MacOS :: MacOS X" ,
32
31
" Operating System :: Microsoft :: Windows" ,
33
32
" Operating System :: POSIX" ,
You can’t perform that action at this time.
0 commit comments