Accepting request 789997 from home:pgajdos:python
- version update to 0.13.3
* lot of changes, see
https://github.com/p1c2u/openapi-core/releases
OBS-URL: https://build.opensuse.org/request/show/789997
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-openapi-core?expand=0&rev=17
This commit is contained in:
committed by
Git OBS Bridge
parent
d4e6f06007
commit
619e0e3f23
3
0.13.3.tar.gz
Normal file
3
0.13.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c030a4069c9f08d4c1816b9bf1187607facc3a2f0d609cd5356da140b583abdc
|
||||
size 58784
|
||||
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 27 14:07:28 UTC 2020 - pgajdos@suse.com
|
||||
|
||||
- version update to 0.13.3
|
||||
* lot of changes, see
|
||||
https://github.com/p1c2u/openapi-core/releases
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 10 14:50:55 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
%bcond_without python2
|
||||
%endif
|
||||
Name: python-openapi-core
|
||||
Version: 0.12.0
|
||||
Version: 0.13.3
|
||||
Release: 0
|
||||
Summary: Adds client-side and server-side support for the oas3
|
||||
License: BSD-3-Clause
|
||||
@@ -36,7 +36,10 @@ BuildRequires: %{python_module attrs}
|
||||
BuildRequires: %{python_module isodate}
|
||||
BuildRequires: %{python_module lazy-object-proxy}
|
||||
BuildRequires: %{python_module mock}
|
||||
BuildRequires: %{python_module more-itertools >= 5.0.0}
|
||||
BuildRequires: %{python_module openapi-schema-validator}
|
||||
BuildRequires: %{python_module openapi-spec-validator}
|
||||
BuildRequires: %{python_module parse >= 1.14.0}
|
||||
BuildRequires: %{python_module pytest < 5}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module six}
|
||||
@@ -46,7 +49,10 @@ BuildRequires: python-rpm-macros
|
||||
Requires: python-attrs
|
||||
Requires: python-isodate
|
||||
Requires: python-lazy-object-proxy
|
||||
Requires: python-more-itertools >= 5.0.0
|
||||
Requires: python-openapi-schema-validator
|
||||
Requires: python-openapi-spec-validator
|
||||
Requires: python-parse >= 1.14.0
|
||||
Requires: python-six
|
||||
Requires: python-strict-rfc3339
|
||||
BuildArch: noarch
|
||||
@@ -80,6 +86,7 @@ export LANG=en_US.UTF-8
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
sed -i '/addopts/d' setup.cfg
|
||||
export LANG=en_US.UTF-8
|
||||
%pytest tests/unit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user