Feature 10296 Pip Standardization 62/10862/5
authorDavid Garcia <david.garcia@canonical.com>
Fri, 12 Feb 2021 16:19:13 +0000 (17:19 +0100)
committerbeierlm <mark.beierl@canonical.com>
Thu, 3 Jun 2021 14:21:58 +0000 (16:21 +0200)
commit69d5ae69d784e61ccbb7bf7ca7deda31025a08e3
treec3ee9167cfbbfa8141e92bb6b9932e8796226772
parent7ba1ba0f1b0aec21646589375e29e6dfae13db71
Feature 10296 Pip Standardization

Creates standard template for tox.ini
Introduces 'safety' for listing upstream CVEs
Pins all versions of all upstream modules
Removes Makefile step and places all build logic into tox.ini

Change-Id: Ic14321bd5bddb322db08ac3e25202cc64cac2dff
Signed-off-by: David Garcia <david.garcia@canonical.com>
19 files changed:
.gitignore
.gitlab-ci.yml [new file with mode: 0644]
Dockerfile
MANIFEST.in [new file with mode: 0644]
Makefile [deleted file]
devops-stages/stage-build.sh
devops-stages/stage-test.sh
requirements-dev.in [new file with mode: 0644]
requirements-dev.txt [new file with mode: 0644]
requirements-dist.in [new file with mode: 0644]
requirements-dist.txt [new file with mode: 0644]
requirements-test.in [new file with mode: 0644]
requirements-test.txt [new file with mode: 0644]
requirements.in [new file with mode: 0644]
requirements.txt
setup.py
stdeb.cfg
test-requirements.txt [deleted file]
tox.ini