11%global owner Commonjava
22%global modulename charon
33
4- %global charon_version 1.2 .2
4+ %global charon_version 1.3 .2
55%global sdist_tar_name %{modulename }-%{charon_version }
66
77%global python3_pkgversion 3
@@ -23,33 +23,17 @@ BuildArch: x86_64
2323BuildRequires: python%{python3_pkgversion }-setuptools
2424BuildRequires: python%{python3_pkgversion }-devel
2525
26+ Requires: python%{python3_pkgversion }-jinja2
2627Requires: python%{python3_pkgversion }-boto3
2728Requires: python%{python3_pkgversion }-botocore
28- Requires: python%{python3_pkgversion }-jinja2
29- Requires: python%{python3_pkgversion }-markupsafe
30- Requires: python%{python3_pkgversion }-dateutil
31- Requires: python%{python3_pkgversion }-six
32- Requires: python%{python3_pkgversion }-jmespath
33- Requires: python%{python3_pkgversion }-urllib3
34- Requires: python%{python3_pkgversion }-s3transfer
3529Requires: python%{python3_pkgversion }-click
3630Requires: python%{python3_pkgversion }-requests
37- Requires: python%{python3_pkgversion }-idna
38- Requires: python%{python3_pkgversion }-chardet
39- Requires: python%{python3_pkgversion }-cryptography
40- Requires: python%{python3_pkgversion }-cffi
41- Requires: python%{python3_pkgversion }-pycparser
42- Requires: python%{python3_pkgversion }-certifi
43- Requires: python%{python3_pkgversion }-pyOpenSSL
44- Requires: python%{python3_pkgversion }-ruamel-yaml
31+ Requires: python%{python3_pkgversion }-pyyaml
4532Requires: python%{python3_pkgversion }-defusedxml
46- Requires: python%{python3_pkgversion }-semantic-version
4733Requires: python%{python3_pkgversion }-subresource-integrity
4834Requires: python%{python3_pkgversion }-jsonschema
49- Requires: python%{python3_pkgversion }-importlib-metadata
50- Requires: python%{python3_pkgversion }-zipp
51- Requires: python%{python3_pkgversion }-attrs
52- Requires: python%{python3_pkgversion }-pyrsistent
35+ Requires: python%{python3_pkgversion }-urllib3
36+ Requires: python%{python3_pkgversion }-semantic-version
5337
5438%description
5539Simple Python tool with command line interface for charon init,
0 commit comments