Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-openapi-core for 
openSUSE:Factory checked in at 2022-10-08 01:24:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-openapi-core (Old)
 and      /work/SRC/openSUSE:Factory/.python-openapi-core.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-openapi-core"

Sat Oct  8 01:24:51 2022 rev:12 rq:1008633 version:0.16.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-openapi-core/python-openapi-core.changes  
2022-10-06 07:41:52.520643392 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-openapi-core.new.2275/python-openapi-core.changes
        2022-10-08 01:24:54.282185576 +0200
@@ -1,0 +2,5 @@
+Thu Oct  6 19:06:37 UTC 2022 - Benjamin Greiner <c...@bnavigator.de>
+
+- Fix dependencies.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-openapi-core.spec ++++++
--- /var/tmp/diff_new_pack.zj40jN/_old  2022-10-08 01:24:55.710188852 +0200
+++ /var/tmp/diff_new_pack.zj40jN/_new  2022-10-08 01:24:55.714188861 +0200
@@ -16,49 +16,43 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without python2
 Name:           python-openapi-core
 Version:        0.16.0
 Release:        0
-Summary:        Adds client-side and server-side support for the oas3
+Summary:        Client- and server-side support for the OpenAPI Specification 
v3
 License:        BSD-3-Clause
 URL:            https://github.com/p1c2u/openapi-core
 Source:         
https://github.com/p1c2u/openapi-core/archive/%{version}.tar.gz#/openapi-core-%{version}-gh.tar.gz
-BuildRequires:  %{python_module Django}
+BuildRequires:  %{python_module base >= 3.7}
+BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module poetry-core}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+# SECTION test
+BuildRequires:  %{python_module Django >= 3.0}
 BuildRequires:  %{python_module Flask}
 BuildRequires:  %{python_module WebOb}
 BuildRequires:  %{python_module Werkzeug}
-BuildRequires:  %{python_module attrs}
-BuildRequires:  %{python_module dictpath}
-BuildRequires:  %{python_module falcon}
+BuildRequires:  %{python_module falcon >= 3.0}
 BuildRequires:  %{python_module isodate}
 BuildRequires:  %{python_module jsonschema-spec >= 0.1.1}
-BuildRequires:  %{python_module lazy-object-proxy}
-BuildRequires:  %{python_module more-itertools >= 5.0.0}
+BuildRequires:  %{python_module more-itertools}
 BuildRequires:  %{python_module openapi-schema-validator >= 0.3.0}
 BuildRequires:  %{python_module openapi-spec-validator >= 0.5.0}
 BuildRequires:  %{python_module parse >= 1.14.0}
 BuildRequires:  %{python_module pathable >= 0.4.0}
-BuildRequires:  %{python_module pip}
-BuildRequires:  %{python_module poetry}
-BuildRequires:  %{python_module pytest-cov}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module responses}
-BuildRequires:  %{python_module setuptools}
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
+# /SECTION
 Requires:       python-Werkzeug
-Requires:       python-attrs
-Requires:       python-dictpath
 Requires:       python-isodate
 Requires:       python-jsonschema-spec >= 0.1.1
-Requires:       python-lazy-object-proxy
-Requires:       python-more-itertools >= 5.0.0
+Requires:       python-more-itertools
 Requires:       python-openapi-schema-validator >= 0.3.0
 Requires:       python-openapi-spec-validator >= 0.5.0
 Requires:       python-parse >= 1.14.0
 Requires:       python-pathable >= 0.4.0
+Requires:       python-typing-extensions >= 4.3.0
 BuildArch:      noarch
 %python_subpackages
 
@@ -69,6 +63,7 @@
 
 %prep
 %setup -q -n openapi-core-%{version}
+sed -i '/--cov/d' pyproject.toml
 
 %build
 %pyproject_wheel

Reply via email to