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