Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-openapi-spec-validator for 
openSUSE:Factory checked in at 2022-10-06 07:41:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-openapi-spec-validator (Old)
 and      /work/SRC/openSUSE:Factory/.python-openapi-spec-validator.new.2275 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-openapi-spec-validator"

Thu Oct  6 07:41:41 2022 rev:9 rq:1008086 version:0.5.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-openapi-spec-validator/python-openapi-spec-validator.changes
      2022-03-28 19:24:35.381038701 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-openapi-spec-validator.new.2275/python-openapi-spec-validator.changes
    2022-10-06 07:41:51.752641681 +0200
@@ -1,0 +2,12 @@
+Wed Oct  5 05:23:42 UTC 2022 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Update to 0.5.1:
+  * Responses schema validation #177
+  * detect spec schema version #167
+  * static types and Mypy static type check #168
+  * tests mark network #169
+  * schemas and validators lazy loading proxy #170 
+- Drop patch openapi-spec-validator-skip-urls.patch, fixed by upstream
+  by markers.
+
+-------------------------------------------------------------------

Old:
----
  0.4.0.tar.gz
  openapi-spec-validator-skip-urls.patch

New:
----
  0.5.1.tar.gz

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

Other differences:
------------------
++++++ python-openapi-spec-validator.spec ++++++
--- /var/tmp/diff_new_pack.AMG5Bd/_old  2022-10-06 07:41:52.228642741 +0200
+++ /var/tmp/diff_new_pack.AMG5Bd/_new  2022-10-06 07:41:52.232642750 +0200
@@ -19,39 +19,36 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without python2
 Name:           python-openapi-spec-validator
-Version:        0.4.0
+Version:        0.5.1
 Release:        0
 Summary:        Python module for validating OpenAPI Specs against Swagger and 
OAS3
 License:        Apache-2.0
 URL:            https://github.com/p1c2u/openapi-spec-validator
 Source:         
https://github.com/p1c2u/openapi-spec-validator/archive/%{version}.tar.gz
-Patch0:         openapi-spec-validator-skip-urls.patch
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module poetry}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-PyYAML >= 5.1
-Requires:       python-jsonschema
-Requires:       python-openapi-schema-validator
+Requires:       python-importlib-resources
+Requires:       python-jsonschema >= 4.0.0
+Requires:       python-jsonschema-spec >= 0.1.1
+Requires:       python-lazy-object-proxy >= 1.7.1
+Requires:       python-openapi-schema-validator >= 0.3.2
 Requires:       python-setuptools
-Requires:       python-six
 Requires(post): update-alternatives
 Requires(postun):update-alternatives
 BuildArch:      noarch
 # SECTION test requirements
 BuildRequires:  %{python_module PyYAML >= 5.1}
-BuildRequires:  %{python_module jsonschema}
-BuildRequires:  %{python_module openapi-schema-validator}
+BuildRequires:  %{python_module importlib-resources}
+BuildRequires:  %{python_module jsonschema >= 4.0.0}
+BuildRequires:  %{python_module jsonschema-spec >= 0.1.1}
+BuildRequires:  %{python_module lazy-object-proxy >= 1.7.1}
+BuildRequires:  %{python_module openapi-schema-validator >= 0.3.2}
 BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module six}
 # /SECTION
-%if %{with python2}
-BuildRequires:  python-pathlib2
-%endif
-%ifpython2
-Requires:       python-pathlib2
-%endif
 %python_subpackages
 
 %description
@@ -61,8 +58,7 @@
 for full compliance with the Specification.
 
 %prep
-%setup -q -n openapi-spec-validator-%{version}
-%patch0 -p1
+%autosetup -p1 -n openapi-spec-validator-%{version}
 
 %build
 %pyproject_wheel
@@ -80,7 +76,7 @@
 
 %check
 sed -i 's:tool.pytest.ini_options:hide:' pyproject.toml
-%pytest -rs
+%pytest -m 'not network'
 
 %files %{python_files}
 %doc README.rst

++++++ 0.4.0.tar.gz -> 0.5.1.tar.gz ++++++
++++ 6062 lines of diff (skipped)

Reply via email to