-
Notifications
You must be signed in to change notification settings - Fork 12
Release v0.11.2 #178
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.2 #178
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
Jan 11, 2021
- (PR requirements: Update 'cryptography' #166, 2020-12-15) requirements: Update 'cryptography'
- (PR build(deps): bump coverage from 4.5.3 to 5.3 #169, 2020-12-16) build(deps): bump coverage from 4.5.3 to 5.3
- (PR rtc: Add data model for "Cesiones Periodo" entries #172, 2020-12-22) rtc: Add data model for "Cesiones Periodo" entries
- (PR requirements: Add 'pydantic' #173, 2021-01-05) requirements: Add 'pydantic'
- (PR libs.tz_utils: Add checks to validate_dt_tz #175, 2021-01-06) libs.tz_utils: Add checks to validate_dt_tz
- (PR rtc: Add constants and "cesión" natural keys #174, 2021-01-07) rtc: Add constants and "cesión" natural keys
- (PR build(deps): bump codecov from 2.1.9 to 2.1.11 #171, 2021-01-07) build(deps): bump codecov from 2.1.9 to 2.1.11
Changelog: - 3.3.1 (2020-12-09): https://github.com/pyca/cryptography/blob/3.3.1/CHANGELOG.rst#331---2020-12-09 - 3.3 (2020-12-08): https://github.com/pyca/cryptography/blob/3.3.1/CHANGELOG.rst#33---2020-12-08 - 3.2.1 (2020-10-27): https://github.com/pyca/cryptography/blob/3.3.1/CHANGELOG.rst#321---2020-10-27 Code diff: pyca/cryptography@3.2...3.3.1
The URL of Cryptography's FAQ page had changed.
requirements: Update 'cryptography'
Bumps [coverage](https://github.com/nedbat/coveragepy) from 4.5.3 to 5.3. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](coveragepy/coveragepy@coverage-4.5.3...coverage-5.3) Signed-off-by: dependabot[bot] <support@github.com>
build(deps): bump coverage from 4.5.3 to 5.3
Add a data model for "Cesiones Periodo" entries. This commit was taken from: - https://github.com/fyntex/lib-cl-sii-api-python/commit/0bafb09711cfe1695e27f82eeeb8686b8f8626d3 - https://github.com/fyntex/lib-cl-sii-api-python/commit/d7dd76d713cd429ca1d3c8e08da5f7ede2c95649 - https://github.com/fyntex/lib-cl-sii-api-python/commit/60eda63de7d8fd54ddf681ad54709f3752bc8e7c Additional changes: - Rename files. - Fix imports. - Add and remove some empty lines.
…data-model rtc: Add data model for "Cesiones Periodo" entries
"Data validation and settings management using python type annotations." "pydantic enforces type hints at runtime, and provides user friendly errors when data is invalid." - https://pydantic-docs.helpmanual.io - https://github.com/samuelcolvin/pydantic
requirements: Add 'pydantic'
The `zone` attribute is not defined in the abstract base class `datetime.tzinfo`. We need to check that it is there before using it in the function `validate_dt_tz` to prevent unexpected exceptions when dealing with Python Standard Library time zones that are instances of class `datetime.timezone`.
…lidate-dt-tz libs.tz_utils: Add checks to validate_dt_tz
- Add `CesionNaturalKey` class. - Add `CesionAltNaturalKey` class. - Add tests.
Use `CESION_MONTO_CEDIDO_FIELD_MIN_VALUE` constant in validation of `CesionesPeriodoEntry.monto_cedido`.
…-cesion-nat-keys rtc: Add constants and "cesión" natural keys
Bumps [codecov](https://github.com/codecov/codecov-python) from 2.1.9 to 2.1.11. - [Release notes](https://github.com/codecov/codecov-python/releases) - [Changelog](https://github.com/codecov/codecov-python/blob/master/CHANGELOG.md) - [Commits](codecov/codecov-python@v2.1.9...v2.1.11) Signed-off-by: dependabot[bot] <support@github.com>
build(deps): bump codecov from 2.1.9 to 2.1.11
Codecov Report
@@ Coverage Diff @@
## master #178 +/- ##
==========================================
- Coverage 78.14% 77.62% -0.53%
==========================================
Files 26 28 +2
Lines 1725 1908 +183
Branches 279 319 +40
==========================================
+ Hits 1348 1481 +133
- Misses 256 280 +24
- Partials 121 147 +26
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.