Skip to content

Commit

Permalink
Adding new EL3 field parsing logic
Browse files Browse the repository at this point in the history
  • Loading branch information
tim.reichard committed Jan 11, 2022
1 parent 7a3d4a8 commit 7fa11e6
Show file tree
Hide file tree
Showing 6 changed files with 315 additions and 34 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ default_language_version:
python: python3.9
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.1.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand All @@ -15,7 +15,7 @@ repos:
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/PyCQA/isort
rev: 5.8.0
rev: 5.10.1
hooks:
- id: isort
- repo: https://github.com/myint/docformatter
Expand Down
15 changes: 15 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@ History
=======


v0.16.0 (2022-01-11)

* Update ddtrace==0.57.0.
* Update moto==2.3.1.
* Update numpy==1.22.0.
* Update orjson==3.6.5
* Update pre-commit==2.16.0.
* Update psycopg2-binary==2.9.3.
* Update pylint==2.12.2.
* Update pytest-asyncio==0.16.0.
* Update twine==3.7.1.
* Update wheel==0.37.1
* Add support for EL3 field parsing.


v0.15.6 (2021-11-30)

* Hard-code redis==3.5.3.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ lint:
test:
. env/bin/activate; \
export AWS_PROFILE=sandbox; \
pytest -vss --cov=aioradio --cov-config=.coveragerc --cov-report=html --cov-fail-under=60
pytest -vss --cov=aioradio --cov-config=.coveragerc --cov-report=html --cov-fail-under=50

pre-commit:
. env/bin/activate; \
Expand Down
Loading

0 comments on commit 7fa11e6

Please sign in to comment.