Nilesh Patra pushed to branch master at Debian Med / python-dnaio
Commits: d587f1b1 by Nilesh Patra at 2021-04-28T00:53:22+05:30 d/watch: Fix watch regex - - - - - 1e4b1485 by Nilesh Patra at 2021-04-28T00:53:29+05:30 New upstream version 0.5.1 - - - - - 591e142f by Nilesh Patra at 2021-04-28T00:53:29+05:30 Update upstream source from tag 'upstream/0.5.1' Update to upstream version '0.5.1' with Debian dir 619aed63427547c2be5b86823b7bf9d120f2bc88 - - - - - e3b9794c by Nilesh Patra at 2021-04-28T00:55:00+05:30 Interim changelog entry - - - - - 6 changed files: - debian/changelog - debian/watch - setup.py - + src/dnaio/_version.pyi - + src/dnaio/py.typed - tox.ini Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +python-dnaio (0.5.1-1) UNRELEASED; urgency=medium + + * d/watch: Fix watch regex + * New upstream version 0.5.1 + + -- Nilesh Patra <[email protected]> Wed, 28 Apr 2021 00:53:34 +0530 + python-dnaio (0.5.0-1) unstable; urgency=medium * New upstream version ===================================== debian/watch ===================================== @@ -1,3 +1,3 @@ version=4 -https://github.com/marcelm/dnaio/releases/latest .*/archive/v?@ANY_VERSION@@ARCHIVE_EXT@ +https://github.com/marcelm/dnaio/releases/latest .*/archive/.*/v?@ANY_VERSION@@ARCHIVE_EXT@ ===================================== 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/-/compare/26d8f235cce570f124269acb64f56172bed2b696...e3b9794c99cc88e7dc05bcca1e94719d83bfb4f7 -- View it on GitLab: https://salsa.debian.org/med-team/python-dnaio/-/compare/26d8f235cce570f124269acb64f56172bed2b696...e3b9794c99cc88e7dc05bcca1e94719d83bfb4f7 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
