diff --git a/python-pyasn1.spec b/python-pyasn1.spec index 8173786ae5e5f689fa5fe03b21ac5cd7a49aa5e1..ecb9ba86503fd138e7aae20ebb0480896eba2290 100644 --- a/python-pyasn1.spec +++ b/python-pyasn1.spec @@ -1,5 +1,5 @@ Name: python-pyasn1 -Version: 0.5.1 +Version: 0.6.1 Release: 1 Summary: ASN.1 library for Python License: BSD-2-Clause @@ -68,6 +68,21 @@ cd - %doc docs/build/html/* %changelog +* Fri Nov 29 2024 yaoxin - 0.6.1-1 +- Update to 0.6.1: + * Added support for Python 3.13 and updated GitHub Actions + * Removed Python 2 support and related code + * Improved error handling and consistency + * Runtime deprecation of `tagMap` and `typeMap` aliases + * Fixed duplicated and missing declarations + * Cleaned documentation and comments + * Removed bdist_wheel universal flag from setup.cfg + * Added support for previously missing `RELATIVE-OID` construct + * Updated link to Layman's Guide + Now it provides a link to links to a formatted PDF version of the paper, + at a stable domain (researchgate), using https + * Removed support for EOL Python 2.7, 3.6, 3.7 + * Thu Jan 11 2024 liyanan - 0.5.1-1 - Update to 0.5.1 diff --git a/v0.5.1.tar.gz b/v0.5.1.tar.gz deleted file mode 100644 index 288031af354852c7aa9d63dab0d6f3d9402b1dd6..0000000000000000000000000000000000000000 Binary files a/v0.5.1.tar.gz and /dev/null differ diff --git a/v0.6.1.tar.gz b/v0.6.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..77b7ccea3892d1ac7fc62aed1a7ec5c631e0dee0 Binary files /dev/null and b/v0.6.1.tar.gz differ