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 2023-06-21 22:39:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-openapi-core (Old)
 and      /work/SRC/openSUSE:Factory/.python-openapi-core.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-openapi-core"

Wed Jun 21 22:39:20 2023 rev:15 rq:1094230 version:0.16.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-openapi-core/python-openapi-core.changes  
2023-06-20 16:48:57.475577619 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-openapi-core.new.15902/python-openapi-core.changes
       2023-06-21 22:40:23.914565950 +0200
@@ -1,0 +2,19 @@
+Tue Jun 20 17:32:29 UTC 2023 - Ben Greiner <c...@bnavigator.de>
+
+- Revert to 0.16.x branch
+  * python-jupyterlab-server-openapi (jupyterlab-server[openapi])
+   is the only consumer in the distribution and requires
+   openapi-core~=0.16.1
+  * See gh#jupyterlab/jupyterlab_server#400
+- Changelog from 0.16.1 to 0.16.6:
+  * openapi-schema-validator 0.5.2 tests compatibility fix #527
+  * validators public api expose #455
+  * allow openapi-schema-validator 0.4 #458
+  * better unmarshaller finders with refactor #447
+  * werkzeug flask root path fix #449
+  * additionalProperties without schema should allow null. #444
+  * Add NullUnmarshaller #432
+  * Multi type unmarshaller #433
+  * Unmarshaller format refactor #434
+
+-------------------------------------------------------------------

Old:
----
  openapi_core-0.17.2.tar.gz

New:
----
  openapi-core-0.16.6-gh.tar.gz

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

Other differences:
------------------
++++++ python-openapi-core.spec ++++++
--- /var/tmp/diff_new_pack.SxxTlK/_old  2023-06-21 22:40:24.410568935 +0200
+++ /var/tmp/diff_new_pack.SxxTlK/_new  2023-06-21 22:40:24.410568935 +0200
@@ -17,12 +17,12 @@
 
 
 Name:           python-openapi-core
-Version:        0.17.2
+Version:        0.16.6
 Release:        0
 Summary:        Client- and server-side support for the OpenAPI Specification 
v3
 License:        BSD-3-Clause
 URL:            https://github.com/p1c2u/openapi-core
-Source:         
https://files.pythonhosted.org/packages/source/o/openapi-core/openapi_core-%{version}.tar.gz
+Source:         
https://github.com/p1c2u/openapi-core/archive/%{version}.tar.gz#/openapi-core-%{version}-gh.tar.gz
 BuildRequires:  %{python_module base >= 3.7}
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module poetry-core}
@@ -33,27 +33,26 @@
 BuildRequires:  %{python_module Flask}
 BuildRequires:  %{python_module WebOb}
 BuildRequires:  %{python_module Werkzeug}
-BuildRequires:  %{python_module aiohttp >= 3.0}
-BuildRequires:  %{python_module asgiref >= 3.6}
 BuildRequires:  %{python_module falcon >= 3.0}
 BuildRequires:  %{python_module isodate}
-BuildRequires:  %{python_module jsonschema-spec >= 0.1.6}
+BuildRequires:  %{python_module jsonschema-spec >= 0.1.1}
 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 pytest-aiohttp}
+BuildRequires:  %{python_module openapi-schema-validator >= 0.3.0 with 
%python-openapi-schema-validator < 0.5}
+BuildRequires:  %{python_module openapi-spec-validator >= 0.5.0 with 
%python-openapi-spec-validator < 0.6}
+BuildRequires:  %{python_module parse}
+BuildRequires:  %{python_module pathable >= 0.4.0}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module responses}
 # /SECTION
 Requires:       python-Werkzeug
-Requires:       python-asgiref >= 3.6
 Requires:       python-isodate
-Requires:       python-jsonschema-spec >= 0.1.6
+Requires:       python-jsonschema-spec >= 0.1.1
 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-parse
+Requires:       python-pathable >= 0.4.0
+Requires:       python-typing-extensions >= 4.3.0
+Requires:       (python-openapi-schema-validator >= 0.3.0 with 
python-openapi-schema-validator < 0.5)
+Requires:       (python-openapi-spec-validator >= 0.5.0 with 
python-openapi-spec-validator < 0.6)
 BuildArch:      noarch
 %python_subpackages
 
@@ -63,8 +62,11 @@
 v3.0.0.
 
 %prep
-%setup -q -n openapi_core-%{version}
+%setup -q -n openapi-core-%{version}
 sed -i '/--cov/d' pyproject.toml
+for f in openapi_core/contrib/falcon/views.py; do
+  [ -f $f -a ! -s $f ] && echo "# empty module" > $f || exit 1
+done
 
 %build
 %pyproject_wheel

Reply via email to