From 0891d170312c94d087a2761c6c75b26deb3da214ac92b5f9cb4249b2e598d974 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 28 Jan 2019 20:36:53 +0000 Subject: [PATCH] Accepting request 669101 from home:stroeder:branches:devel:languages:python - update to 0.4.5 OBS-URL: https://build.opensuse.org/request/show/669101 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=77 --- pyasn1-0.4.4.tar.gz | 3 --- pyasn1-0.4.5.tar.gz | 3 +++ python-pyasn1.changes | 14 ++++++++++++++ python-pyasn1.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 pyasn1-0.4.4.tar.gz create mode 100644 pyasn1-0.4.5.tar.gz diff --git a/pyasn1-0.4.4.tar.gz b/pyasn1-0.4.4.tar.gz deleted file mode 100644 index 711e411..0000000 --- a/pyasn1-0.4.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f58f2a3d12fd754aa123e9fa74fb7345333000a035f3921dbdaa08597aa53137 -size 118725 diff --git a/pyasn1-0.4.5.tar.gz b/pyasn1-0.4.5.tar.gz new file mode 100644 index 0000000..5689249 --- /dev/null +++ b/pyasn1-0.4.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da2420fe13a9452d8ae97a0e478adde1dee153b11ba832a95b223a2ba01c10f7 +size 119741 diff --git a/python-pyasn1.changes b/python-pyasn1.changes index cb219d2..626a925 100644 --- a/python-pyasn1.changes +++ b/python-pyasn1.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Jan 28 14:25:21 UTC 2019 - Michael Ströder + +- update to 0.4.5 + * Debug logging refactored for more efficiency when disabled and for more + functionality when in use. Specifically, the global LOG object can easily + be used from any function/method, not just from codec main loop as it used + to be. + * More debug logging added to BER family of codecs to ease encoding problems + troubleshooting. + * Copyright notice extended to the year 2019 + * Fixed defaulted constructed SEQUENCE component initialization. + + ------------------------------------------------------------------- Fri Dec 7 11:40:47 UTC 2018 - Tomáš Chvátal diff --git a/python-pyasn1.spec b/python-pyasn1.spec index ba1efed..76022cb 100644 --- a/python-pyasn1.spec +++ b/python-pyasn1.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-pyasn1 -Version: 0.4.4 +Version: 0.4.5 Release: 0 Summary: ASN.1 types and codecs License: BSD-2-Clause