Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for release v0.3.3 #80

Merged
merged 1 commit into from
Oct 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,7 @@ docs:
sphinx-apidoc -o docs/source/ ownca/
cd docs && make clean && make html
@echo "\033[95m\n\nBuild successful! View the docs homepage at docs/_build/html/index.html.\n\033[0m"

requirements:
pipenv requirements > requirements.txt
pipenv requirements --dev-only > requirements-dev.txt
298 changes: 103 additions & 195 deletions Pipfile.lock

Large diffs are not rendered by default.

74 changes: 0 additions & 74 deletions dev-requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion ownca/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
__title__ = "OwnCA"
__description__ = "Python Own Certificate Authority"
__url__ = "https://github.com/OwnCA/ownca"
__version__ = "0.3.2"
__version__ = "0.3.3"
__author__ = "Kairo de Araujo"
__author_email__ = "[email protected]"
__license__ = "Apache 2.0"
Expand Down
71 changes: 71 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
-i https://pypi.org/simple
alabaster==0.7.12
attrs==22.1.0 ; python_version >= '3.5'
kairoaraujo marked this conversation as resolved.
Show resolved Hide resolved
babel==2.10.3 ; python_version >= '3.6'
black==21.12b0
bleach==5.0.1 ; python_version >= '3.7'
certifi==2022.9.24 ; python_version >= '3.6'
cfgv==3.3.1 ; python_full_version >= '3.6.1'
charset-normalizer==2.1.1 ; python_full_version >= '3.6.0'
click==8.1.3 ; python_version >= '3.7'
codecov==2.1.12
commonmark==0.9.1
coverage==5.1
distlib==0.3.6
docutils==0.17.1 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
filelock==3.8.0 ; python_version >= '3.7'
flake8==3.9.2
identify==2.5.6 ; python_version >= '3.7'
idna==3.4 ; python_version >= '3.5'
imagesize==1.4.1 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
importlib-metadata==5.0.0 ; python_version >= '3.7'
iniconfig==1.1.1
isort==5.10.1
jaraco.classes==3.2.3 ; python_version >= '3.7'
jinja2==3.1.2 ; python_version >= '3.7'
keyring==23.9.3 ; python_version >= '3.7'
markupsafe==2.1.1 ; python_version >= '3.7'
mccabe==0.6.1 ; python_version >= '3.6'
more-itertools==8.14.0 ; python_version >= '3.5'
mypy==0.982
mypy-extensions==0.4.3
nodeenv==1.7.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
packaging==21.3 ; python_version >= '3.6'
pathspec==0.10.1 ; python_version >= '3.7'
pkginfo==1.8.3 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
platformdirs==2.5.2 ; python_version >= '3.7'
pluggy==1.0.0 ; python_version >= '3.6'
pre-commit==2.20.0
py==1.11.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
pycodestyle==2.7.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pyflakes==2.3.1 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pygments==2.13.0 ; python_version >= '3.6'
pyparsing==3.0.9 ; python_full_version >= '3.6.8'
pytest==7.1.3
pytz==2022.4
pyyaml==6.0 ; python_version >= '3.6'
readme-renderer==37.2 ; python_version >= '3.7'
requests==2.28.1 ; python_version >= '3.7' and python_version < '4'
requests-toolbelt==0.10.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
rfc3986==2.0.0 ; python_version >= '3.7'
rich==12.6.0 ; python_full_version >= '3.6.3' and python_full_version < '4.0.0'
setuptools==65.4.1 ; python_version >= '3.7'
six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
snowballstemmer==2.2.0
sphinx==5.2.3
sphinx-rtd-theme==1.0.0
sphinxcontrib-applehelp==1.0.2 ; python_version >= '3.5'
sphinxcontrib-devhelp==1.0.2 ; python_version >= '3.5'
sphinxcontrib-htmlhelp==2.0.0 ; python_version >= '3.6'
sphinxcontrib-jsmath==1.0.1 ; python_version >= '3.5'
sphinxcontrib-qthelp==1.0.3 ; python_version >= '3.5'
sphinxcontrib-serializinghtml==1.1.5 ; python_version >= '3.5'
toml==0.10.2 ; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
tomli==1.2.3 ; python_version >= '3.6'
tox==3.25.1
twine==4.0.1
typing-extensions==4.4.0 ; python_version >= '3.10'
urllib3==1.26.12 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' and python_version < '4'
virtualenv==20.16.5 ; python_version >= '3.6'
webencodings==0.5.1
zipp==3.9.0 ; python_version >= '3.7'
9 changes: 1 addition & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements
#

-i https://pypi.org/simple
cffi==1.15.1
cryptography==3.4.8
pycparser==2.21; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pycparser==2.21 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
voluptuous==0.13.1
12 changes: 6 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ commands = pre-commit run flake8 --all-files --show-diff-on-failure

[testenv]
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/dev-requirements.txt
-r{toxinidir}/requirements-dev.txt

commands = coverage run -m pytest --pdb -vv tests/unit
setenv = TEST_MODE = True

[testenv:integrations]
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/dev-requirements.txt
-r{toxinidir}/requirements-dev.txt

commands = coverage run -m pytest --pdb -vv tests/integrations

Expand All @@ -31,7 +31,7 @@ commands = coverage run -m pytest --pdb -vv tests/unit tests/integrations

[gh-actions]
python =
3.7: py37,pep8,integrations
3.8: py38,pep8,integrations
3.9: py39,pep8,integrations
3.10: py310,pep8,integrations
3.7: py37,pep8,lint,integrations
3.8: py38,pep8,lint,integrations
3.9: py39,pep8,lint,integrations
3.10: py310,pep8,lint,integrations