Accepting request 687459 from home:sebix

initial package
can also maintain if you wish

OBS-URL: https://build.opensuse.org/request/show/687459
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-autodoc-typehints?expand=0&rev=1
This commit is contained in:
Thomas Bechtold
2019-03-22 10:14:22 +00:00
committed by Git OBS Bridge
commit 5ee444f032
6 changed files with 112 additions and 0 deletions

14
setup-tests.patch Normal file
View File

@@ -0,0 +1,14 @@
--- sphinx-autodoc-typehints-1.6.0/setup.py 2018-01-01 02:48:40.000000000 +0100
+++ sphinx-autodoc-typehints-1.6.0/setup.py 2019-03-20 22:30:36.262439430 +0100
@@ -5,5 +5,6 @@
setup_requires=[
'setuptools_scm >= 1.7.0',
'setuptools >= 36.2.7'
- ]
+ ],
+ test_suite='tests',
)
--- /dev/null 2019-03-17 09:10:37.176419428 +0100
+++ sphinx-autodoc-typehints-1.6.0/tests/__init__.py 2019-03-20 22:36:39.207014883 +0100
@@ -0,0 +1 @@
+