From e48ea8e7ad0cc2ffdb5c6b01661698f6b500fc89 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 16:23:39 +0100 Subject: [PATCH] update to 0.3.0 [release 0.3.0-1mamba;Tue Aug 29 2023] --- python-pyasn1-modules.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-pyasn1-modules.spec b/python-pyasn1-modules.spec index b3ecadf..643bb00 100644 --- a/python-pyasn1-modules.spec +++ b/python-pyasn1-modules.spec @@ -1,6 +1,6 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-pyasn1-modules -Version: 0.2.8 +Version: 0.3.0 Release: 1mamba Summary: A collection of ASN.1-based protocols modules Group: System/Libraries @@ -8,7 +8,7 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco 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 ## AUTOBUILDREQ-BEGIN BuildRequires: libpython3-devel @@ -23,7 +23,7 @@ BuildRequires: python3.7dist(pyasn1) %endif %prep -%setup -q -n pyasn1-modules-%{version} +%setup -q -n pyasn1_modules-%{version} %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/* %changelog +* Tue Aug 29 2023 Silvan Calarco 0.3.0-1mamba +- update to 0.3.0 + * Wed Aug 10 2022 Silvan Calarco 0.2.8-1mamba - package created using the webbuild interface