-
Notifications
You must be signed in to change notification settings - Fork 4
Comparing changes
Open a pull request
base repository: madpah/serializable
base: v1.1.1
head repository: madpah/serializable
compare: main
- 17 commits
- 29 files changed
- 5 contributors
Commits on Oct 1, 2024
-
refactor: simplify type conversio in
XsdDate
/XsdDateTime
deserial……izers (#139) Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d75df5b - Browse repository at this point
Copy the full SHA d75df5bView commit details -
fix: date/time deserialization with fractional seconds (#138)
fix multiple where fractional seconds were not properly deserialized or deserialization caused unexpected crashes in py<3.11 --------- Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com> Co-authored-by: Jan Kowalleck <jan.kowalleck@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f4b1c27 - Browse repository at this point
Copy the full SHA f4b1c27View commit details -
Automatically generated by python-semantic-release Signed-off-by: semantic-release <semantic-release>
semantic-release committedOct 1, 2024 Configuration menu - View commit details
-
Copy full SHA for e4de42a - Browse repository at this point
Copy the full SHA e4de42aView commit details
Commits on Oct 19, 2024
-
chore(deps-dev): update mypy requirement from 1.11.2 to 1.12.0 (#143)
Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.11.2...v1.12.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6c354e2 - Browse repository at this point
Copy the full SHA 6c354e2View commit details
Commits on Oct 26, 2024
-
chore(deps-dev): update mypy requirement from 1.12.0 to 1.13.0 (#145)
Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.12.0...v1.13.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c5117ba - Browse repository at this point
Copy the full SHA c5117baView commit details
Commits on Nov 2, 2024
-
chore(deps-dev): update flake8-bugbear requirement (#146)
Updates the requirements on [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) to permit the latest version. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](PyCQA/flake8-bugbear@24.8.19...24.10.31) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f6574e7 - Browse repository at this point
Copy the full SHA f6574e7View commit details
Commits on Dec 14, 2024
-
chore(deps-dev): update flake8-bugbear requirement (#150)
Updates the requirements on [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) to permit the latest version. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](PyCQA/flake8-bugbear@24.10.31...24.12.12) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cb8a91b - Browse repository at this point
Copy the full SHA cb8a91bView commit details
Commits on Jan 4, 2025
-
chore(deps-dev): update mypy requirement from 1.13.0 to 1.14.1 (#154)
Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.13.0...v1.14.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for afe70c8 - Browse repository at this point
Copy the full SHA afe70c8View commit details
Commits on Jan 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 960331a - Browse repository at this point
Copy the full SHA 960331aView commit details
Commits on Jan 16, 2025
-
Delete duplicate CODEOWNERS (#156)
we have a codeowners file in root already
Configuration menu - View commit details
-
Copy full SHA for b64cdde - Browse repository at this point
Copy the full SHA b64cddeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24760dc - Browse repository at this point
Copy the full SHA 24760dcView commit details -
chore(docs): recreate changelog (#158)
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4ab7c3b - Browse repository at this point
Copy the full SHA 4ab7c3bView commit details
Commits on Feb 8, 2025
-
chore(deps): bump actions/upload-artifact from 3 to 4 (#37)
* chore(deps): bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * migrate Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jan Kowalleck <jan.kowalleck@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for de7586c - Browse repository at this point
Copy the full SHA de7586cView commit details
Commits on Feb 9, 2025
-
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 ```py import serializable from serializable import ViewType, XmlArraySerializationType, XmlStringSerializationType from serializable.helpers import BaseHelper, Iso8601Date ``` ### ADJUSTED imports ```py 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> ---- fixes #151 --------- Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com> Signed-off-by: semantic-release <semantic-release> Co-authored-by: semantic-release <semantic-release>
Configuration menu - View commit details
-
Copy full SHA for 67afaef - Browse repository at this point
Copy the full SHA 67afaefView commit details -
chore(deps): update sphinx requirement from <8,>=7.2.6 to >=7.2.6,<9 (#…
…127) Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.0.2/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v7.2.6...v8.0.2) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9790d34 - Browse repository at this point
Copy the full SHA 9790d34View commit details -
Automatically generated by python-semantic-release Signed-off-by: semantic-release <semantic-release>
semantic-release committedFeb 9, 2025 Configuration menu - View commit details
-
Copy full SHA for bb035d2 - Browse repository at this point
Copy the full SHA bb035d2View commit details
Commits on Feb 22, 2025
-
chore(deps-dev): update flake8 requirement from 7.1.1 to 7.1.2 (#165)
Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Commits](PyCQA/flake8@7.1.1...7.1.2) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3ea78fe - Browse repository at this point
Copy the full SHA 3ea78feView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.1.1...main