-
Notifications
You must be signed in to change notification settings - Fork 12
Release v0.11.1 #165
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
Merged
Release v0.11.1 #165
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
jtrh
commented
Dec 16, 2020
- (PR config: Make CI 'dist' job depend on 'test' jobs #140, 2020-09-15) config: Make CI 'dist' job depend on 'test' jobs
- (PR config: Update Python version used in CI jobs to 3.8.5 #141, 2020-09-15) config: Update Python version used in CI jobs to 3.8.5
- (PR build(deps): bump keyring from 21.2.0 to 21.4.0 #137, 2020-09-15) build(deps): bump keyring from 21.2.0 to 21.4.0
- (PR build(deps): bump mypy from 0.770 to 0.782 #142, 2020-09-16) build(deps): bump mypy from 0.770 to 0.782
- (PR build(deps): bump setuptools from 46.1.3 to 50.3.0 #145, 2020-09-21) build(deps): bump setuptools from 46.1.3 to 50.3.0
- (PR build(deps): bump wheel from 0.34.2 to 0.35.1 #146, 2020-09-23) build(deps): bump wheel from 0.34.2 to 0.35.1
- (PR requirements: update 'eight' (dependency of 'signxml') #147, 2020-09-23) requirements: update 'eight' (dependency of 'signxml')
- (PR build(deps): bump packaging from 20.3 to 20.4 #149, 2020-09-24) build(deps): bump packaging from 20.3 to 20.4
- (PR build(deps): bump virtualenv from 20.0.26 to 20.0.31 #150, 2020-09-28) build(deps): bump virtualenv from 20.0.26 to 20.0.31
- (PR requirements: Update 'flake8' #157, 2020-11-12) requirements: Update 'flake8'
- (PR requirements: Update 'signxml' #158, 2020-11-12) requirements: Update 'signxml'
- (PR Add support for Python 3.9 #161, 2020-12-15) Add support for Python 3.9
- (PR build(deps): bump cryptography from 2.9 to 3.2 #160, 2020-12-15) build(deps): bump cryptography from 2.9 to 3.3.1
- (PR config: Update Python 3.7 version to 3.7.9 #162, 2020-12-15) config: Update Python 3.7 version to 3.7.9
- (PR build(deps): bump attrs from 19.3.0 to 20.3.0 #156, 2020-12-15) build(deps): bump attrs from 19.3.0 to 20.3.0
- (PR build(deps): update djangorestframework requirement from <3.11,>=3.10.3 to >=3.10.3,<3.13 #151, 2020-12-15) build(deps): update djangorestframework requirement from <3.11,>=3.10.3 to >=3.10.3,<3.13
- (PR requirements: update 'mypy' (test) #163, 2020-12-15) requirements: update 'mypy' (test)
- (PR requirements: update 'tox' (test) #164, 2020-12-15) requirements: update 'tox' (test)
CI workflows will finish faster if we do not attempt to build distributable artifacts when tests fail.
config: Make CI 'dist' job depend on 'test' jobs
config: Update Python version used in CI jobs to 3.8.5
Bumps [keyring](https://github.com/jaraco/keyring) from 21.2.0 to 21.4.0. - [Release notes](https://github.com/jaraco/keyring/releases) - [Changelog](https://github.com/jaraco/keyring/blob/master/CHANGES.rst) - [Commits](jaraco/keyring@v21.2.0...v21.4.0) Signed-off-by: dependabot[bot] <support@github.com>
build(deps): bump keyring from 21.2.0 to 21.4.0
Bumps [mypy](https://github.com/python/mypy) from 0.770 to 0.782. - [Release notes](https://github.com/python/mypy/releases) - [Commits](python/mypy@v0.770...v0.782) Signed-off-by: dependabot[bot] <support@github.com>
build(deps): bump mypy from 0.770 to 0.782
Bumps [setuptools](https://github.com/pypa/setuptools) from 46.1.3 to 50.3.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/master/CHANGES.rst) - [Commits](pypa/setuptools@v46.1.3...v50.3.0) Signed-off-by: dependabot[bot] <support@github.com>
build(deps): bump setuptools from 46.1.3 to 50.3.0
Bumps [wheel](https://github.com/pypa/wheel) from 0.34.2 to 0.35.1. - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/master/docs/news.rst) - [Commits](pypa/wheel@0.34.2...0.35.1) Signed-off-by: dependabot[bot] <support@github.com>
build(deps): bump wheel from 0.34.2 to 0.35.1
(plus its dependency `future`) Changelog: - 1.0.0 (2019-12-01) https://github.com/kislyuk/eight/blob/v1.0.0/Changes.rst#changes-for-v100-2019-12-01 Code diff: kislyuk/eight@v0.4.2...v1.0.0
requirements: update 'eight' (dependency of 'signxml')
Bumps [packaging](https://github.com/pypa/packaging) from 20.3 to 20.4. - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/master/CHANGELOG.rst) - [Commits](pypa/packaging@20.3...20.4) Signed-off-by: dependabot[bot] <support@github.com>
build(deps): bump packaging from 20.3 to 20.4
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.0.26 to 20.0.31. - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/master/docs/changelog.rst) - [Commits](pypa/virtualenv@20.0.26...20.0.31) Signed-off-by: dependabot[bot] <support@github.com>
build(deps): bump virtualenv from 20.0.26 to 20.0.31
(plus some dependencies) Changelog: - 3.8.4 (2020-10-02) https://gitlab.com/pycqa/flake8/blob/3.8.4/docs/source/release-notes/3.8.4.rst - … - 3.8.0 (2020-05-11) https://gitlab.com/pycqa/flake8/blob/3.8.4/docs/source/release-notes/3.8.0.rst Code diff: https://gitlab.com/pycqa/flake8/compare/3.7.9...3.8.4
Fix Flake8 error F541 (f-string is missing placeholders).
requirements: Update 'flake8'
Changelog: - 2.8.1 (2020-10-29): https://github.com/XML-Security/signxml/blob/v2.8.1/Changes.rst#changes-for-v281-2020-10-29 Code diff: XML-Security/signxml@v2.8.0...v2.8.1
requirements: Update 'signxml'
- Add Python 3.9 to Setuptools script. - Add Tox environment for Python 3.9. - Add Python 3.9 to CircleCI configuration. More information: https://docs.python.org/3.9/whatsnew/3.9.html
Add support for Python 3.9
Bumps [cryptography](https://github.com/pyca/cryptography) from 2.9 to 3.3.1. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst) - [Commits](pyca/cryptography@2.9...3.3.1) Signed-off-by: dependabot[bot] <support@github.com>
build(deps): bump cryptography from 2.9 to 3.3.1
Replace testing of versions 3.7.2 and 3.7.6 with 3.7.9.
config: Update Python 3.7 version to 3.7.9
Bumps [attrs](https://github.com/python-attrs/attrs) from 19.3.0 to 20.3.0. - [Release notes](https://github.com/python-attrs/attrs/releases) - [Changelog](https://github.com/python-attrs/attrs/blob/master/CHANGELOG.rst) - [Commits](python-attrs/attrs@19.3.0...20.3.0) Signed-off-by: dependabot[bot] <support@github.com>
build(deps): bump attrs from 19.3.0 to 20.3.0
Updates the requirements on [djangorestframework](https://github.com/encode/django-rest-framework) to permit the latest version. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](encode/django-rest-framework@3.10.3...3.12.0) Signed-off-by: dependabot[bot] <support@github.com>
…k-gte-3.10.3-and-lt-3.13 build(deps): update djangorestframework requirement from <3.11,>=3.10.3 to >=3.10.3,<3.13
(plus some dependencies) Changelog: - 0.790 (2020-10-09): http://mypy-lang.blogspot.com/2020/10/mypy-0790-released.html Code diff: python/mypy@v0.782...v0.790
requirements: update 'mypy' (test)
Changelog: - 3.20.1 (2020-10-09): https://github.com/tox-dev/tox/blob/3.20.1/docs/changelog.rst#v3201-2020-10-09 - … - 3.17.0 (2020-07-14): https://github.com/tox-dev/tox/blob/3.20.1/docs/changelog.rst#v3170-2020-07-14 Code diff: tox-dev/tox@3.16.1...3.20.1
requirements: update 'tox' (test)
Codecov Report
@@ Coverage Diff @@
## master #165 +/- ##
==========================================
- Coverage 78.26% 78.14% -0.12%
==========================================
Files 26 26
Lines 1725 1725
Branches 279 279
==========================================
- Hits 1350 1348 -2
- Misses 255 256 +1
- Partials 120 121 +1
Continue to review full report at Codecov.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.