From e21648e8f6e453e288dee956e58f98b4f91142555cd3262209405d4b5e7d409c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Str=C3=B6der?= Date: Thu, 7 Sep 2017 12:11:58 +0000 Subject: [PATCH 1/2] Accepting request 521996 from home:stroeder:branches:devel:languages:python - Update to upstream release 0.1.2 * Tests refactored into proper unit tests * pem.readBase64fromText() convenience function added * Pinned to pyasn1 0.3.4+ OBS-URL: https://build.opensuse.org/request/show/521996 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1-modules?expand=0&rev=41 --- pyasn1-modules-0.0.11.tar.gz | 3 --- pyasn1-modules-0.1.2.tar.gz | 3 +++ python-pyasn1-modules.changes | 8 ++++++++ python-pyasn1-modules.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 pyasn1-modules-0.0.11.tar.gz create mode 100644 pyasn1-modules-0.1.2.tar.gz diff --git a/pyasn1-modules-0.0.11.tar.gz b/pyasn1-modules-0.0.11.tar.gz deleted file mode 100644 index 936ece5..0000000 --- a/pyasn1-modules-0.0.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60d5c80bfee9b79b492d5d8a934b3ecfc523f2f83aaab4ffafa2bbb651d3c67a -size 63610 diff --git a/pyasn1-modules-0.1.2.tar.gz b/pyasn1-modules-0.1.2.tar.gz new file mode 100644 index 0000000..20b4a88 --- /dev/null +++ b/pyasn1-modules-0.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e597dbc7123111b62167783b2477b354b9b01cfb2c070ce214373159ed70a40 +size 65426 diff --git a/python-pyasn1-modules.changes b/python-pyasn1-modules.changes index f408bd3..3cc8ae7 100644 --- a/python-pyasn1-modules.changes +++ b/python-pyasn1-modules.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Sep 7 12:03:08 UTC 2017 - michael@stroeder.com + +- Update to upstream release 0.1.2 + * Tests refactored into proper unit tests + * pem.readBase64fromText() convenience function added + * Pinned to pyasn1 0.3.4+ + ------------------------------------------------------------------- Tue Aug 15 17:34:02 UTC 2017 - michael@stroeder.com diff --git a/python-pyasn1-modules.spec b/python-pyasn1-modules.spec index bdc293f..3f71634 100644 --- a/python-pyasn1-modules.spec +++ b/python-pyasn1-modules.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pyasn1-modules -Version: 0.0.11 +Version: 0.1.2 Release: 0 Url: https://github.com/etingof/pyasn1-modules Summary: Collection of protocols modules written in ASN.1 language @@ -28,7 +28,7 @@ Source: https://pypi.io/packages/source/p/pyasn1-modules/pyasn1-modules- BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros -Requires: python-pyasn1 +Requires: python-pyasn1 >= 0.3.4 BuildArch: noarch %python_subpackages From 94a4c650379b0f4cd614aac95e9b352cfd971ff6bc4c0c8d25a151e752940ccb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Str=C3=B6der?= Date: Thu, 7 Sep 2017 22:09:17 +0000 Subject: [PATCH 2/2] Accepting request 522187 from home:stroeder:branches:devel:languages:python - Update to upstream release 0.1.4 * more onversion pinning OBS-URL: https://build.opensuse.org/request/show/522187 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1-modules?expand=0&rev=42 --- pyasn1-modules-0.1.2.tar.gz | 3 --- pyasn1-modules-0.1.4.tar.gz | 3 +++ python-pyasn1-modules.changes | 6 ++++++ python-pyasn1-modules.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 pyasn1-modules-0.1.2.tar.gz create mode 100644 pyasn1-modules-0.1.4.tar.gz diff --git a/pyasn1-modules-0.1.2.tar.gz b/pyasn1-modules-0.1.2.tar.gz deleted file mode 100644 index 20b4a88..0000000 --- a/pyasn1-modules-0.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e597dbc7123111b62167783b2477b354b9b01cfb2c070ce214373159ed70a40 -size 65426 diff --git a/pyasn1-modules-0.1.4.tar.gz b/pyasn1-modules-0.1.4.tar.gz new file mode 100644 index 0000000..48aa089 --- /dev/null +++ b/pyasn1-modules-0.1.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b07c17bdb34d6f64aafea6269f2e8fb306a57473f0f38d9a6ca389d6ab30ac4a +size 65552 diff --git a/python-pyasn1-modules.changes b/python-pyasn1-modules.changes index 3cc8ae7..07d47cc 100644 --- a/python-pyasn1-modules.changes +++ b/python-pyasn1-modules.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Sep 7 22:05:22 UTC 2017 - michael@stroeder.com + +- Update to upstream release 0.1.4 + * more onversion pinning + ------------------------------------------------------------------- Thu Sep 7 12:03:08 UTC 2017 - michael@stroeder.com diff --git a/python-pyasn1-modules.spec b/python-pyasn1-modules.spec index 3f71634..ba2e20f 100644 --- a/python-pyasn1-modules.spec +++ b/python-pyasn1-modules.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pyasn1-modules -Version: 0.1.2 +Version: 0.1.4 Release: 0 Url: https://github.com/etingof/pyasn1-modules Summary: Collection of protocols modules written in ASN.1 language