From f85ecb5c7943ad4d038ece71f52e8da6fe94cfa709ee183408a599e1a412ba17 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 12 Oct 2017 11:28:11 +0000 Subject: [PATCH] Accepting request 533574 from home:stroeder:branches:devel:languages:python - updated to upstream release 0.3.7 * Fixed ASN.1 time types pickling/deepcopy'ing OBS-URL: https://build.opensuse.org/request/show/533574 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=67 --- pyasn1-0.3.6.tar.gz | 3 --- pyasn1-0.3.7.tar.gz | 3 +++ python-pyasn1.changes | 6 ++++++ python-pyasn1.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 pyasn1-0.3.6.tar.gz create mode 100644 pyasn1-0.3.7.tar.gz diff --git a/pyasn1-0.3.6.tar.gz b/pyasn1-0.3.6.tar.gz deleted file mode 100644 index c9780ee..0000000 --- a/pyasn1-0.3.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f0380ea97db0ede095a0dd87ce3003d46c197191f924206e43f776fc77e51f09 -size 115129 diff --git a/pyasn1-0.3.7.tar.gz b/pyasn1-0.3.7.tar.gz new file mode 100644 index 0000000..86548d5 --- /dev/null +++ b/pyasn1-0.3.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:187f2a66d617683f8e82d5c00033b7c8a0287e1da88a9d577aebec321cad4965 +size 115350 diff --git a/python-pyasn1.changes b/python-pyasn1.changes index be12730..b85d798 100644 --- a/python-pyasn1.changes +++ b/python-pyasn1.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Oct 12 07:46:21 UTC 2017 - michael@stroeder.com + +- updated to upstream release 0.3.7 + * Fixed ASN.1 time types pickling/deepcopy'ing + ------------------------------------------------------------------- Thu Sep 21 11:08:33 UTC 2017 - michael@stroeder.com diff --git a/python-pyasn1.spec b/python-pyasn1.spec index b985e26..2925477 100644 --- a/python-pyasn1.spec +++ b/python-pyasn1.spec @@ -20,7 +20,7 @@ %define oldpython python Name: python-pyasn1 %global modname pyasn1 -Version: 0.3.6 +Version: 0.3.7 Release: 0 Summary: ASN.1 types and codecs License: BSD-2-Clause