update version to 0.3.0
This commit is contained in:
parent
7e89fcb70b
commit
840cf069ae
Binary file not shown.
BIN
pyasn1_modules-0.3.0.tar.gz
Normal file
BIN
pyasn1_modules-0.3.0.tar.gz
Normal file
Binary file not shown.
@ -1,23 +1,22 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-pyasn1-modules
|
||||
Version: 0.2.8
|
||||
Release: 2
|
||||
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://files.pythonhosted.org/packages/88/87/72eb9ccf8a58021c542de2588a867dbefc7556e14b2866d1e40e9e2b587e/pyasn1-modules-0.2.8.tar.gz
|
||||
Source0: https://files.pythonhosted.org/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.).
|
||||
|
||||
%package -n python3-pyasn1-modules
|
||||
Summary: A collection of ASN.1-based protocols modules.
|
||||
Provides: python-pyasn1-modules
|
||||
Provides: python-pyasn1-modules = %{version}-%{release}
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
Requires: python3-pyasn1
|
||||
%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.).
|
||||
|
||||
@ -28,7 +27,7 @@ Provides: python3-pyasn1-modules-doc
|
||||
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.).
|
||||
|
||||
%prep
|
||||
%autosetup -n pyasn1-modules-0.2.8
|
||||
%autosetup -n pyasn1_modules-%{version}
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -68,6 +67,9 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* Thu May 04 2023 wubijie <wubijie@kylinos.cn> - 0.3.0-1
|
||||
- Update package to version 0.3.0
|
||||
|
||||
* Thu Nov 3 2022 zhangruifang <zhangruifang1@h-partners.com> - 0.2.8-2
|
||||
- Rebuild for next release
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user