Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-openapi-schema-validator for
openSUSE:Factory checked in at 2023-07-30 20:58:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-openapi-schema-validator (Old)
and /work/SRC/openSUSE:Factory/.python-openapi-schema-validator.new.32662
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-openapi-schema-validator"
Sun Jul 30 20:58:01 2023 rev:9 rq:1101374 version:0.6.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-openapi-schema-validator/python-openapi-schema-validator.changes
2023-07-25 11:53:28.566286083 +0200
+++
/work/SRC/openSUSE:Factory/.python-openapi-schema-validator.new.32662/python-openapi-schema-validator.changes
2023-07-30 20:58:07.451345170 +0200
@@ -1,0 +2,5 @@
+Sat Jul 29 21:58:36 UTC 2023 - Ben Greiner <[email protected]>
+
+- Fix requirements
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-openapi-schema-validator.spec ++++++
--- /var/tmp/diff_new_pack.op8PEV/_old 2023-07-30 20:58:08.131349207 +0200
+++ /var/tmp/diff_new_pack.op8PEV/_new 2023-07-30 20:58:08.135349231 +0200
@@ -30,13 +30,13 @@
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Provides: python-openapi_schema_validator = %{version}-%{release}
-Requires: python-jsonschema >= 4.18
-Requires: python-jsonschema-specifications >= 2023.5
+Requires: python-jsonschema-specifications >= 2023.5.2
Requires: python-rfc3339-validator
+Requires: (python-jsonschema >= 4.18 with python-jsonschema < 5)
BuildArch: noarch
# SECTION test requirements
-BuildRequires: %{python_module jsonschema >= 4.18}
-BuildRequires: %{python_module jsonschema-specifications >= 2023.5}
+BuildRequires: %{python_module jsonschema >= 4.18 with %python-jsonschema < 5}
+BuildRequires: %{python_module jsonschema-specifications >= 2023.5.2}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module rfc3339-validator}
# /SECTION