Hello community,
here is the log from the commit of package python-openapi-core for
openSUSE:Factory checked in at 2019-06-06 18:18:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-openapi-core (Old)
and /work/SRC/openSUSE:Factory/.python-openapi-core.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-openapi-core"
Thu Jun 6 18:18:10 2019 rev:2 rq:707880 version:0.10.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-openapi-core/python-openapi-core.changes
2018-08-29 12:26:30.215567641 +0200
+++
/work/SRC/openSUSE:Factory/.python-openapi-core.new.4811/python-openapi-core.changes
2019-06-06 18:18:13.196670257 +0200
@@ -1,0 +2,7 @@
+Mon Jun 3 11:20:00 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 0.10.0:
+ * Various tests and support updates
+- Update requirements to match up upstream
+
+-------------------------------------------------------------------
Old:
----
0.5.0.tar.gz
New:
----
0.10.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-openapi-core.spec ++++++
--- /var/tmp/diff_new_pack.KFpYhi/_old 2019-06-06 18:18:13.640670127 +0200
+++ /var/tmp/diff_new_pack.KFpYhi/_new 2019-06-06 18:18:13.648670124 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-openapi-core
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,15 +12,14 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
# remove with update to > 0.5.0; atm it is not working on py2 at all
-%define skip_python2 1
Name: python-openapi-core
-Version: 0.5.0
+Version: 0.10.0
Release: 0
Summary: Adds client-side and server-side support for the oas3
License: BSD-3-Clause
@@ -28,26 +27,29 @@
URL: https://github.com/p1c2u/openapi-core
Source: https://github.com/p1c2u/openapi-core/archive/%{version}.tar.gz
BuildRequires: %{python_module Flask}
+BuildRequires: %{python_module attrs}
BuildRequires: %{python_module lazy-object-proxy}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module openapi-spec-validator}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
-BuildRequires: %{python_module yarl}
+BuildRequires: %{python_module strict-rfc3339}
BuildRequires: fdupes
+BuildRequires: python-backports.functools_lru_cache
+BuildRequires: python-backports.functools_partialmethod
+BuildRequires: python-enum34
BuildRequires: python-rpm-macros
-BuildRequires: python2-backports.functools_lru_cache
-BuildRequires: python2-backports.functools_partialmethod
-BuildRequires: python2-enum34
+Requires: python-attrs
Requires: python-lazy-object-proxy
Requires: python-openapi-spec-validator
Requires: python-six
-Requires: python-yarl
+Requires: python-strict-rfc3339
BuildArch: noarch
%ifpython2
-Requires: python2-backports.functools_lru_cache
-Requires: python2-enum34
+Requires: python-backports.functools_lru_cache
+Requires: python-backports.functools_partialmethod
+Requires: python-enum34
%endif
%python_subpackages
@@ -70,7 +72,7 @@
%check
export LANG=en_US.UTF-8
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib}
py.test-%{$python_bin_suffix} tests/unit
+%pytest tests/unit
%files %{python_files}
%license LICENSE
++++++ 0.5.0.tar.gz -> 0.10.0.tar.gz ++++++
++++ 4577 lines of diff (skipped)