[med-svn] [Git][med-team/python-parasail][upstream] New upstream version 1.2.4
Nilesh Patra (@nilesh)
gitlab at salsa.debian.org
Sun Aug 15 19:53:30 BST 2021
Nilesh Patra pushed to branch upstream at Debian Med / python-parasail
Commits:
fddea142 by Nilesh Patra at 2021-08-16T00:20:46+05:30
New upstream version 1.2.4
- - - - -
2 changed files:
- − .gitignore
- − .travis.yml
Changes:
=====================================
.gitignore deleted
=====================================
@@ -1,9 +0,0 @@
-build/
-dist/
-parasail.egg-info/
-*.pyc
-*.so
-*.dylib
-*.dll
-parasail-master*
-autotools/
=====================================
.travis.yml deleted
=====================================
@@ -1,39 +0,0 @@
-language: python
-
-jobs:
- include:
- # perform a linux build
- - services: docker
- # and a mac build
- - os: osx
- language: shell
- # and a windows build
- - os: windows
- language: shell
- before_install:
- - choco install python --version 3.7.5
- - export PATH="/c/Python37:/c/Python37/Scripts:$PATH"
- # make sure it's on PATH as 'python3'
- - ln -s /c/Python37/python.exe /c/Python37/python3.exe
-
-# cibuildwheel creates a virtualenv for the test
-# it seems to use "python" not "python3" for testing
-# while the rest of the build etc should use python3
-env:
- global:
- - CIBW_BUILD_VERBOSITY=3
- - CIBW_BUILD="cp37-*"
- - CIBW_TEST_COMMAND="python -m unittest discover {project}/tests"
- - TWINE_USERNAME=__token__
-
-install:
- - python3 -m pip install cibuildwheel==1.6.4 wheel
- - python3 -m pip install --upgrade --upgrade-strategy eager twine
-
-script:
- - python3 -m cibuildwheel --output-dir wheelhouse
- - if [[ "$TRAVIS_OS_NAME" = "windows" ]]; then python3 setup.py sdist -d wheelhouse; fi
-
-after_success:
- - if [[ $TRAVIS_TAG ]]; then python3 -m pip install --upgrade --upgrade-strategy eager twine ; fi
- - if [[ $TRAVIS_TAG ]]; then python3 -m twine upload wheelhouse/* ; fi
View it on GitLab: https://salsa.debian.org/med-team/python-parasail/-/commit/fddea1421e15f21d8d331dd9b3f8b13af4c3af09
--
View it on GitLab: https://salsa.debian.org/med-team/python-parasail/-/commit/fddea1421e15f21d8d331dd9b3f8b13af4c3af09
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/20210815/595766f2/attachment-0001.htm>
More information about the debian-med-commit
mailing list