15
0
Files
python-openapi-core/encoding.patch
Dirk Mueller d6fea03b3d Accepting request 626545 from home:seanmarlow:branches:devel:languages:python
- Initial release v0.5.0

TODO: Planning to add unit tests to build once upstream switches to the maintained codestyle package instead of legacy pep8 usage.

OBS-URL: https://build.opensuse.org/request/show/626545
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-openapi-core?expand=0&rev=1
2018-08-02 07:10:10 +00:00

15 lines
519 B
Diff

Index: openapi-core-0.5.0/openapi_core/__init__.py
===================================================================
--- openapi-core-0.5.0.orig/openapi_core/__init__.py
+++ openapi-core-0.5.0/openapi_core/__init__.py
@@ -3,7 +3,7 @@ from openapi_core.shortcuts import (
create_spec, validate_parameters, validate_body, validate_data,
)
-__author__ = 'Artur Maciąg'
+__author__ = 'Artur Maciag'
__email__ = 'maciag.artur@gmail.com'
__version__ = '0.5.0'
__url__ = 'https://github.com/p1c2u/openapi-core'