[med-svn] [Git][med-team/python-dnaio][upstream] New upstream version 0.5.1
Nilesh Patra
gitlab at salsa.debian.org
Tue Apr 27 20:27:19 BST 2021
Nilesh Patra pushed to branch upstream at Debian Med / python-dnaio
Commits:
1e4b1485 by Nilesh Patra at 2021-04-28T00:53:29+05:30
New upstream version 0.5.1
- - - - -
4 changed files:
- setup.py
- + src/dnaio/_version.pyi
- + src/dnaio/py.typed
- tox.ini
Changes:
=====================================
setup.py
=====================================
@@ -64,6 +64,7 @@ setup(
license='MIT',
package_dir={'': 'src'},
packages=find_packages('src'),
+ package_data={"dnaio": ["py.typed", "*.pyi"]},
extras_require={
'dev': ['Cython', 'pytest'],
},
=====================================
src/dnaio/_version.pyi
=====================================
@@ -0,0 +1,4 @@
+# The _version.py file is generated on installation. By including this stub,
+# we can run mypy without having to install the package.
+
+version: str
=====================================
src/dnaio/py.typed
=====================================
=====================================
tox.ini
=====================================
@@ -13,12 +13,12 @@ commands =
setenv = PYTHONDEVMODE = 1
[testenv:flake8]
-basepython = python3.6
+basepython = python3.7
deps = flake8
commands = flake8 src/ tests/
[testenv:mypy]
-basepython = python3.6
+basepython = python3.7
deps = mypy
commands = mypy src/
View it on GitLab: https://salsa.debian.org/med-team/python-dnaio/-/commit/1e4b1485c421fad5a991f09e6336367b5b7d433a
--
View it on GitLab: https://salsa.debian.org/med-team/python-dnaio/-/commit/1e4b1485c421fad5a991f09e6336367b5b7d433a
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20210427/8c863655/attachment-0001.htm>
More information about the debian-med-commit
mailing list