diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-04-21 10:13:03 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 10:13:03 +0000 |
| commit | c7833db2ead2a4b0043e9b04f329b2617110f8ca (patch) | |
| tree | 88bc3f8be76c39f3341951d0ab816610bb90d128 | |
| parent | d489d91374196d3333c8032eaf17737f7a9b5a63 (diff) | |
automatic import of python-pyasn1-modulesopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-pyasn1-modules.spec | 70 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 52 insertions, 21 deletions
@@ -1 +1,2 @@ /pyasn1-modules-0.2.8.tar.gz +/pyasn1_modules-0.3.0.tar.gz diff --git a/python-pyasn1-modules.spec b/python-pyasn1-modules.spec index 1f63c4d..1e6382e 100644 --- a/python-pyasn1-modules.spec +++ b/python-pyasn1-modules.spec @@ -1,44 +1,74 @@ %global _empty_manifest_terminate_build 0 Name: python-pyasn1-modules -Version: 0.2.8 +Version: 0.3.0 Release: 1 -Summary: A collection of ASN.1-based protocols modules. -License: BSD-2-Clause -URL: https://github.com/etingof/pyasn1-modules -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/88/87/72eb9ccf8a58021c542de2588a867dbefc7556e14b2866d1e40e9e2b587e/pyasn1-modules-0.2.8.tar.gz +Summary: A collection of ASN.1-based protocols modules +License: BSD +URL: https://github.com/pyasn1/pyasn1-modules +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/3b/e4/7dec823b1b5603c5b3c51e942d5d9e65efd6ff946e713a325ed4146d070f/pyasn1_modules-0.3.0.tar.gz BuildArch: noarch Requires: python3-pyasn1 %description -A collection of ASN.1 modules expressed in form of pyasn1 classes. Includes protocols PDUs definition (SNMP, LDAP etc.) and various data structures (X.509, PKCS etc.). - - - +[](https://pypi.org/project/pyasn1-modules) +[](https://pypi.org/project/pyasn1-modules/) +[](https://github.com/pyasn1/pyasn1-modules/actions/workflows/main.yml) +[](https://codecov.io/github/pyasn1/pyasn1-modules) +[](https://raw.githubusercontent.com/pyasn1/pyasn1-modules/master/LICENSE.txt) +The `pyasn1-modules` package contains a collection of +[ASN.1](https://www.itu.int/rec/dologin_pub.asp?lang=e&id=T-REC-X.208-198811-W!!PDF-E&type=items) +data structures expressed as Python classes based on [pyasn1](https://github.com/pyasn1/pyasn1) +data model. +If ASN.1 module you need is not present in this collection, try using +[Asn1ate](https://github.com/kimgr/asn1ate) tool that compiles ASN.1 documents +into pyasn1 code. +**NOTE:** The package is now maintained by *Christian Heimes* and +*Simon Pichugin* in project https://github.com/pyasn1/pyasn1-modules. %package -n python3-pyasn1-modules -Summary: A collection of ASN.1-based protocols modules. +Summary: A collection of ASN.1-based protocols modules Provides: python-pyasn1-modules BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pip %description -n python3-pyasn1-modules -A collection of ASN.1 modules expressed in form of pyasn1 classes. Includes protocols PDUs definition (SNMP, LDAP etc.) and various data structures (X.509, PKCS etc.). - - - +[](https://pypi.org/project/pyasn1-modules) +[](https://pypi.org/project/pyasn1-modules/) +[](https://github.com/pyasn1/pyasn1-modules/actions/workflows/main.yml) +[](https://codecov.io/github/pyasn1/pyasn1-modules) +[](https://raw.githubusercontent.com/pyasn1/pyasn1-modules/master/LICENSE.txt) +The `pyasn1-modules` package contains a collection of +[ASN.1](https://www.itu.int/rec/dologin_pub.asp?lang=e&id=T-REC-X.208-198811-W!!PDF-E&type=items) +data structures expressed as Python classes based on [pyasn1](https://github.com/pyasn1/pyasn1) +data model. +If ASN.1 module you need is not present in this collection, try using +[Asn1ate](https://github.com/kimgr/asn1ate) tool that compiles ASN.1 documents +into pyasn1 code. +**NOTE:** The package is now maintained by *Christian Heimes* and +*Simon Pichugin* in project https://github.com/pyasn1/pyasn1-modules. %package help Summary: Development documents and examples for pyasn1-modules Provides: python3-pyasn1-modules-doc %description help -A collection of ASN.1 modules expressed in form of pyasn1 classes. Includes protocols PDUs definition (SNMP, LDAP etc.) and various data structures (X.509, PKCS etc.). - - - +[](https://pypi.org/project/pyasn1-modules) +[](https://pypi.org/project/pyasn1-modules/) +[](https://github.com/pyasn1/pyasn1-modules/actions/workflows/main.yml) +[](https://codecov.io/github/pyasn1/pyasn1-modules) +[](https://raw.githubusercontent.com/pyasn1/pyasn1-modules/master/LICENSE.txt) +The `pyasn1-modules` package contains a collection of +[ASN.1](https://www.itu.int/rec/dologin_pub.asp?lang=e&id=T-REC-X.208-198811-W!!PDF-E&type=items) +data structures expressed as Python classes based on [pyasn1](https://github.com/pyasn1/pyasn1) +data model. +If ASN.1 module you need is not present in this collection, try using +[Asn1ate](https://github.com/kimgr/asn1ate) tool that compiles ASN.1 documents +into pyasn1 code. +**NOTE:** The package is now maintained by *Christian Heimes* and +*Simon Pichugin* in project https://github.com/pyasn1/pyasn1-modules. %prep -%autosetup -n pyasn1-modules-0.2.8 +%autosetup -n pyasn1-modules-0.3.0 %build %py3_build @@ -78,5 +108,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.8-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.0-1 - Package Spec generated @@ -1 +1 @@ -107e1ece7d0a41d782f69f8a95a4d9bc pyasn1-modules-0.2.8.tar.gz +94ee572b06ae09f1903b11333575b091 pyasn1_modules-0.3.0.tar.gz |
