#1 Manually require transitive dependencies of jsonschema[format] to ensure this package works
Merged 3 years ago by abompard. Opened 3 years ago by churchyard.
rpms/ churchyard/python-bravado-core f32-extras  into  f32

file modified
+14 -1
@@ -2,7 +2,7 @@ 

  

  Name:           python-%{pypi_name}

  Version:        5.17.0

- Release:        1%{?dist}

+ Release:        1%{?dist}.1

  Summary:        Library for adding Swagger support to clients and servers

  

  License:        BSD
@@ -21,6 +21,16 @@ 

  Summary:        %{summary}

  %{?python_provide:%python_provide python3-%{pypi_name}}

  

+ # The package requires jsonschema[format],

+ # but Python extras are not supported by the dependency generator on F32 yet.

+ # Here are all the transitive dependencies of jsonschema[format]:

+ Requires:       python%{python3_version}dist(idna)

+ Requires:       python%{python3_version}dist(jsonpointer) > 1.13

jsonpointer is at 1.10 in Fedora 32, will see if it can be updated safely or not

+ Requires:       python%{python3_version}dist(rfc3987)

+ Requires:       python%{python3_version}dist(setuptools)

+ Requires:       python%{python3_version}dist(strict-rfc3339)

+ Requires:       python%{python3_version}dist(webcolors)

+ 

  %description -n python3-%{pypi_name}

  bravado-core is a Python library that adds client-side and

  server-side support for the OpenAPI Specification v2.0.
@@ -43,5 +53,8 @@ 

  %{python3_sitelib}/bravado_core-%{version}-py%{python3_version}.egg-info

  

  %changelog

+ * Wed Feb 03 2021 Miro Hrončok <mhroncok@redhat.com> - 5.17.0-1.1

+ - Manually require transitive dependencies of jsonschema[format] to ensure this package works

+ 

  * Tue Sep 08 2020 Aurelien Bompard <abompard@fedoraproject.org> - 5.17.0-1

  - Initial package.

jsonpointer is at 1.10 in Fedora 32, will see if it can be updated safely or not

jsonpointer 1.13 built in f32-build-side-36909

Pull-Request has been merged by abompard

3 years ago
Metadata