diff --git a/.gitignore b/.gitignore index 0bc0912..7913c97 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,5 @@ pyasn1-0.0.9a.tar.gz /v0.3.0.tar.gz /v0.4.1.tar.gz /v0.6.1.tar.gz +/v0.4.2.tar.gz +/v0.6.2.tar.gz diff --git a/python-pyasn1.spec b/python-pyasn1.spec index f4f8216..3ec08aa 100644 --- a/python-pyasn1.spec +++ b/python-pyasn1.spec @@ -1,8 +1,8 @@ %global module pyasn1 -%global modules_version 0.4.1 +%global modules_version 0.4.2 Name: python-pyasn1 -Version: 0.6.1 +Version: 0.6.2 Release: 1%{?dist} Summary: ASN.1 tools for Python License: BSD-2-Clause @@ -86,6 +86,11 @@ popd %doc docs/build/html/* %changelog +* Wed Feb 11 2026 Florence Blanc-Renaud - 0.6.2-1 +- Update to 0.6.2 +- Update modules to 0.4.2 + Resolves: RHEL-148142 + * Fri Nov 15 2024 Simon Pichugin - 0.6.1-1 - Update to 0.6.1 - Update modules to 0.4.1 diff --git a/sources b/sources index a645c34..fb9b26f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (v0.4.1.tar.gz) = 65fd2bba6bca412f0bec1f4fa51cf331d0d90aa6f2c4b8705dffc347ff7cd835473eaeb5e983de37c14ee7e01ebf5d43f7c16838a1652db263535b0a57fde8c0 -SHA512 (v0.6.1.tar.gz) = a7f995413643d4f9283a9878a1bc3c8d606d018a31209309e4eeda42461eee89efcedd7af4c75fd9e8c9d7e628d86229afbbd0c1bf3862982e45524845c7a833 +SHA512 (v0.4.2.tar.gz) = 7c4feab23a8c5ab72549387586894d1d53a3ad8b9d12cc5774b1d1f5192873f87da2e3525059fdda5b5884a52908ce79df274e3b75ee1f42af32e83ceb3f9167 +SHA512 (v0.6.2.tar.gz) = 0c7d0d1ae8bcec004feede4c5fe74500729c0dca45a5f7a0650b77fd11b1c3b364babe3cac673b0f6382732fb6ccf204acceb3bbb2e2a2bf635a8830548b4a85 diff --git a/tests/tests.yml b/tests/tests.yml index 429cb2c..ba845b7 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -16,12 +16,12 @@ - python3-pytest tests: - unittests-pyasn1: - dir: "source/pyasn1-0.6.1" + dir: "source/pyasn1-0.6.2" run: >- rm -rf pyasn1* && pytest-3 tests/ - unittests-pyasn1-modules: - dir: "source/pyasn1-modules-0.4.1" + dir: "source/pyasn1-modules-0.4.2" run: >- rm -rf pyasn1_modules* && pytest-3 tests/