dexter has submitted this change. ( https://gerrit.osmocom.org/c/python/pyosmocom/+/38273?usp=email )
Change subject: tag 0.0.5 for osmocom.construct.Asn1DerInteger ...................................................................... tag 0.0.5 for osmocom.construct.Asn1DerInteger Change-Id: I77914901d7f154d3a6e97c39575292e03453ddf7 --- M debian/changelog M pyproject.toml 2 files changed, 16 insertions(+), 1 deletion(-) Approvals: Jenkins Builder: Verified osmith: Looks good to me, approved diff --git a/debian/changelog b/debian/changelog index eaa9715..0b15a26 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +pyosmocom (0.0.5) unstable; urgency=medium + + [ Oliver Smith ] + * contrib/jenkins: run pysim tests too + * gitignore: add dirs generated with jenkins.sh + + [ Philipp Maier ] + * test_construct: move testvectors inside unittest class + * construct: move __bytes_required to utils and finish the implementation + + [ Harald Welte ] + * osmocom.construct.Asn1DerInteger + + -- Harald Welte <[email protected]> Tue, 01 Oct 2024 11:24:56 +0200 + pyosmocom (0.0.4) unstable; urgency=medium * initial release diff --git a/pyproject.toml b/pyproject.toml index 863c28e..8d81d3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [project] name = "pyosmocom" -version = "0.0.4" +version = "0.0.5" dependencies = [ "gsm0338", "construct >= 2.9.51" -- To view, visit https://gerrit.osmocom.org/c/python/pyosmocom/+/38273?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: python/pyosmocom Gerrit-Branch: master Gerrit-Change-Id: I77914901d7f154d3a6e97c39575292e03453ddf7 Gerrit-Change-Number: 38273 Gerrit-PatchSet: 10 Gerrit-Owner: laforge <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: dexter <[email protected]> Gerrit-Reviewer: fixeria <[email protected]> Gerrit-Reviewer: laforge <[email protected]> Gerrit-Reviewer: osmith <[email protected]>
