| |
@@ -14,7 +14,7 @@
|
| |
Name: python-%{pypi_name}
|
| |
Summary: Implementation of JSON Schema validation for Python
|
| |
Version: 3.2.0
|
| |
- Release: 6%{?dist}
|
| |
+ Release: 7%{?dist}
|
| |
License: MIT
|
| |
|
| |
URL: https://github.com/Julian/jsonschema
|
| |
@@ -42,15 +42,14 @@
|
| |
|
| |
%package -n python3-%{pypi_name}
|
| |
Summary: %{summary}
|
| |
+ # This subpackage was removed for missing deps:
|
| |
+ Obsoletes: python3-%{pypi_name}+format < 3.2.0-7
|
| |
|
| |
%{?python_provide:%python_provide python3-%{pypi_name}}
|
| |
|
| |
%description -n python3-%{pypi_name} %{common_description}
|
| |
|
| |
|
| |
- %{?python_extras_subpkg:%python_extras_subpkg -n python3-%{pypi_name} -i %{python3_sitelib}/*.egg-info format}
|
| |
-
|
| |
-
|
| |
%prep
|
| |
%autosetup -n %{pypi_name}-%{version}
|
| |
|
| |
@@ -83,6 +82,9 @@
|
| |
|
| |
|
| |
%changelog
|
| |
+ * Tue Sep 29 2020 Miro Hrončok <mhroncok@redhat.com> - 3.2.0-7
|
| |
+ - Remove metapackage for python3dist(jsonschema[format]) (missing deps, #1880820)
|
| |
+
|
| |
* Sat Sep 19 2020 Miro Hrončok <mhroncok@redhat.com> - 3.2.0-6
|
| |
- Add metapackage for python3dist(jsonschema[format]) needed by python3-bravado-core (#1878976)
|
| |
|
| |
This reverts commit 766932e.
The dependencieas are missing:
https://bugzilla.redhat.com/show_bug.cgi?id=1880820