update to 0.3.0 [release 0.3.0-1mamba;Tue Aug 29 2023]

This commit is contained in:
Silvan Calarco 2024-01-05 16:23:39 +01:00
parent 7d7790b626
commit e48ea8e7ad

View File

@ -1,6 +1,6 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _) %define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-pyasn1-modules Name: python-pyasn1-modules
Version: 0.2.8 Version: 0.3.0
Release: 1mamba Release: 1mamba
Summary: A collection of ASN.1-based protocols modules Summary: A collection of ASN.1-based protocols modules
Group: System/Libraries Group: System/Libraries
@ -8,7 +8,7 @@ Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/etingof/pyasn1-modules URL: https://github.com/etingof/pyasn1-modules
Source: http://pypi.debian.net/pyasn1-modules/pyasn1-modules-%{version}.tar.gz Source: http://pypi.debian.net/pyasn1-modules/pyasn1_modules-%{version}.tar.gz
License: BSD License: BSD
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython3-devel BuildRequires: libpython3-devel
@ -23,7 +23,7 @@ BuildRequires: python3.7dist(pyasn1)
%endif %endif
%prep %prep
%setup -q -n pyasn1-modules-%{version} %setup -q -n pyasn1_modules-%{version}
%build %build
CFLAGS="%{optflags}" %{__python} setup.py build CFLAGS="%{optflags}" %{__python} setup.py build
@ -45,5 +45,8 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/* %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/*
%changelog %changelog
* Tue Aug 29 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.0-1mamba
- update to 0.3.0
* Wed Aug 10 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.8-1mamba * Wed Aug 10 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.8-1mamba
- package created using the webbuild interface - package created using the webbuild interface