From 697d23881cfa0e20893e9ccb9194e1265ce679e2 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Tue, 18 Jul 2023 09:12:59 -0500 Subject: [PATCH 1/2] build(deps): unihan-etl 0.26.0 -> 0.27.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 08806ac0..6f5c91e0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1383,13 +1383,13 @@ files = [ [[package]] name = "unihan-etl" -version = "0.26.0" +version = "0.27.0" description = "Export UNIHAN data of Chinese, Japanese, Korean to CSV, JSON or YAML" optional = false python-versions = ">=3.8,<4.0" files = [ - {file = "unihan_etl-0.26.0-py3-none-any.whl", hash = "sha256:3d385c49cb0f3a3df291f3b7d252bc5fea4147119c4eddf0f1653ed2a78d4f16"}, - {file = "unihan_etl-0.26.0.tar.gz", hash = "sha256:df17835309d45f9b49dee19f0a9a14872d268ce42a888801f49a4d227652c48a"}, + {file = "unihan_etl-0.27.0-py3-none-any.whl", hash = "sha256:573b5ea9fa720d3deea775ffd3575ccaa0982a5a09da3943310bbe0833dbce12"}, + {file = "unihan_etl-0.27.0.tar.gz", hash = "sha256:26809b2e956d32e524bda40365d9c7d555ad2943e9c1aeeaabdbc758cbc77cc5"}, ] [package.dependencies] @@ -1489,4 +1489,4 @@ test = [] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "49312cb99e4cffe2b49679790097712b40c235c2f602a1523e41afdbc7010756" +content-hash = "26abf9d93b19114f8ea0d3f0ff1292ef5480bfe9d554c28ba177e70ac14c52d7" diff --git a/pyproject.toml b/pyproject.toml index 5c6386fc..4c54d701 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ Repository = "https://github.com/cihai/unihan-db" python = "^3.8" appdirs = "*" SQLAlchemy = ">=2" -unihan-etl = "~=0.26.0" +unihan-etl = "~=0.27.0" [tool.poetry.group.dev.dependencies] ### Docs ### From a5960b185e036c3809764c2c3b616d6b4c1ce92e Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Tue, 18 Jul 2023 09:14:35 -0500 Subject: [PATCH 2/2] docs(CHANGES): Note unihan-etl package update --- CHANGES | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 16a195a2..aef29d5b 100644 --- a/CHANGES +++ b/CHANGES @@ -9,15 +9,24 @@ To install the unreleased unihan-db version, see $ pip install --user --upgrade --pre unihan-db ``` -## unihan-db 0.12.x (unreleased) +## unihan-db 0.13.x (unreleased) +## unihan-db 0.12.0 (2023-07-18) + ### Development -- unihan-etl: 0.25.0 -> 0.26.0 +- unihan-etl: + + - 0.26.0 -> 0.27.0 (#317) + + Fixes for pytest plugin data locations. + + - 0.25.0 -> 0.26.0 + + pytest plugin with cached UNIHAN data. - pytest plugin with cached UNIHAN data. - ruff: Code quality fixes (#316) ## unihan-db 0.11.0 (2023-07-01) @@ -50,6 +59,7 @@ _Maintenance only, no bug fixes, or new features_ - 0.22.1 -> 0.23.0 (#314): Package introduces configurable application directories (for test purposes) + - 0.21.1 -> 0.22.1 (#348): {obj}`dataclasses.dataclass`-based configuration