File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22__pycache__ /
33build /
44tests /cli.toml
5- pytest_pulp_cli / GPG-PRIVATE-KEY-fixture-signing
5+ GPG-PRIVATE-KEY-fixture-signing
66site /
77dist /
88* .po~
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools<81 " ]
2+ requires = [" setuptools" ]
33build-backend = " setuptools.build_meta"
44
55[project ]
@@ -25,7 +25,7 @@ classifiers = [
2525dependencies = [
2626 " importlib_resources>=5.4.0,<6.2;python_version<'3.9'" ,
2727 " multidict>=6.0.5,<6.5" ,
28- " packaging>=20.0,<=25.0 " , # CalVer
28+ " packaging>=20.0,<=26.2 " , # CalVer
2929 " requests>=2.24.0,<2.33" ,
3030]
3131
Original file line number Diff line number Diff line change @@ -647,7 +647,8 @@ def load_labels_callback(
647647
648648
649649def create_content_json_callback (
650- context_class : t .Optional [t .Type [PulpContentContext ]] = None , schema : s .Schema = None
650+ context_class : t .Optional [t .Type [PulpContentContext ]] = None ,
651+ schema : t .Optional [s .Schema ] = None ,
651652) -> t .Any :
652653 @load_file_wrapper
653654 def _callback (
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools<81 " ]
2+ requires = [" setuptools" ]
33build-backend = " setuptools.build_meta"
44
55[project ]
@@ -25,7 +25,7 @@ classifiers=[
2525dependencies = [
2626 " pulp-glue==0.32.4.dev" ,
2727 " click>=8.0.0,<8.2" , # Proven to not do semver.
28- " packaging>=20.0,<=25 " , # CalVer
28+ " packaging>=20.0,<=26.2 " , # CalVer
2929 " PyYAML>=5.3,<6.1" ,
3030 " schema>=0.7.5,<0.8" ,
3131 " tomli>=2.0.0,<2.1;python_version<'3.11'" ,
You can’t perform that action at this time.
0 commit comments