Commit 1a2f6d8
committed
py-serializable: update to 2.0.0.
v2.0.0 (2025-02-09)
Breaking
refactor!: rename python package serializable -> py_serializable (#155)
The python package was renamed from serializable to py_serializable.
Therefore, you need to adjust your imports.
The following shows a quick way to adjust imports in the most efficient way.
OLD imports
import serializable
from serializable import ViewType, XmlArraySerializationType, XmlStringSerializationType
from serializable.helpers import BaseHelper, Iso8601Date
ADJUSTED imports
import py_serializable as serializable
from py_serializable import ViewType, XmlArraySerializationType, XmlStringSerializationType
from py_serializable.helpers import BaseHelper, Iso8601Date
see migration path: https://py-serializable.readthedocs.io/en/refactor-rename-installable-py_serializable/migration.html
Unknown
Delete duplicate CODEOWNERS (#156)
we have a codeowners file in root already (b64cdde)
What's Changed
chore(deps-dev): update mypy requirement from 1.11.2 to 1.12.0 by @dependabot in #143
chore(deps-dev): update mypy requirement from 1.12.0 to 1.13.0 by @dependabot in #145
chore(deps-dev): update flake8-bugbear requirement from 24.8.19 to 24.10.31 by @dependabot in #146
chore(deps-dev): update flake8-bugbear requirement from 24.10.31 to 24.12.12 by @dependabot in #150
chore(deps-dev): update mypy requirement from 1.13.0 to 1.14.1 by @dependabot in #154
Delete duplicate CODEOWNERS by @jkowalleck in #156
chore(docs): chanelog contains only relevant by @jkowalleck in #157
chore(docs): recreate changelog by @jkowalleck in #158
chore(deps): bump actions/upload-artifact from 3 to 4 by @dependabot in #37
refactor!: rename python package serializable -> py_serializable by @jkowalleck in #155
chore(deps): update sphinx requirement from <8,>=7.2.6 to >=7.2.6,<9 by @dependabot in #1271 parent 3f3ce3f commit 1a2f6d8
3 files changed
+23
-23
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments