From a03a7d5994b84b533c52a609891055a4749828af Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Apr 28 2020 09:01:00 +0000 Subject: import python-asn1crypto-1.2.0-3.module+el8.2.0+5234+f98739b6 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7d917c7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/asn1crypto-1.2.0.tar.gz diff --git a/.python-asn1crypto.metadata b/.python-asn1crypto.metadata new file mode 100644 index 0000000..1d048cf --- /dev/null +++ b/.python-asn1crypto.metadata @@ -0,0 +1 @@ +4728437cb22d427346f874474d4cdf54b78ba00e SOURCES/asn1crypto-1.2.0.tar.gz diff --git a/SPECS/python-asn1crypto.spec b/SPECS/python-asn1crypto.spec new file mode 100644 index 0000000..14268c6 --- /dev/null +++ b/SPECS/python-asn1crypto.spec @@ -0,0 +1,174 @@ +# Created by pyp2rpm-3.2.2 +%global pypi_name asn1crypto + +%if 0%{?fedora} || 0%{?rhel} > 7 +# Enable python3 build by default +%bcond_without python3 +%else +%bcond_with python3 +%endif + +%if 0%{?fedora} > 31 || 0%{?rhel} > 7 +# Disable python2 build by default +%bcond_with python2 +%else +%bcond_without python2 +%endif + +%{!?python3_pkgversion:%global python3_pkgversion 3} + +Name: python-%{pypi_name} +Version: 1.2.0 +Release: 3%{?dist} +Summary: Fast Python ASN.1 parser and serializer + +License: MIT +URL: https://github.com/wbond/asn1crypto +Source0: https://files.pythonhosted.org/packages/source/a/%{pypi_name}/%{pypi_name}-%{version}.tar.gz +BuildArch: noarch +# Exclude i686 arch. Due to a modularity issue it's being added to the +# x86_64 compose of CRB, but we don't want to ship it at all. +# See: https://projects.engineering.redhat.com/browse/RCM-72605 +ExcludeArch: i686 + +%if 0%{?with_python2} +BuildRequires: python2-devel +BuildRequires: python2-setuptools +%endif +%if 0%{?with_python3} +BuildRequires: python%{python3_pkgversion}-devel +BuildRequires: python%{python3_pkgversion}-setuptools +BuildRequires: python%{python3_pkgversion}-rpm-macros +%endif + +%description +Fast ASN.1 parser and serializer with definitions for private keys, +public keys, certificates, CRL, OCSP, CMS, PKCS#3, PKCS#7, PKCS#8, +PKCS#12, PKCS#5, X.509 and TSP. + +%if 0%{?with_python2} +%package -n python2-%{pypi_name} +Summary: %{summary} +%{?python_provide:%python_provide python2-%{pypi_name}} + +%description -n python2-%{pypi_name} +Fast ASN.1 parser and serializer with definitions for private keys, +public keys, certificates, CRL, OCSP, CMS, PKCS#3, PKCS#7, PKCS#8, +PKCS#12, PKCS#5, X.509 and TSP. +%endif + +%if 0%{?with_python3} +%package -n python%{python3_pkgversion}-%{pypi_name} +Summary: %{summary} +%{?python_provide:%python_provide python%{python3_pkgversion}-%{pypi_name}} + +%description -n python%{python3_pkgversion}-%{pypi_name} +Fast ASN.1 parser and serializer with definitions for private keys, +public keys, certificates, CRL, OCSP, CMS, PKCS#3, PKCS#7, PKCS#8, +PKCS#12, PKCS#5, X.509 and TSP. +%endif + +%prep +%autosetup -n %{pypi_name}-%{version} +# Remove bundled egg-info +rm -rf %{pypi_name}.egg-info + +%build +%if 0%{?with_python2} +%py2_build +%endif +%if 0%{?with_python3} +%py3_build +%endif + +%install +%if 0%{?with_python2} +%py2_install +%endif +%if 0%{?with_python3} +%py3_install +%endif + + +%check +# asn1crypto source distribution doesn't come with tests +# {__python2} setup.py test +%if 0%{?with_python3} +# {__python3} setup.py test +%endif + +%if 0%{?with_python2} +%files -n python2-%{pypi_name} +%doc +%{python2_sitelib}/%{pypi_name} +%{python2_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info +%endif + +%if 0%{?with_python3} +%files -n python%{python3_pkgversion}-%{pypi_name} +%doc +%{python3_sitelib}/%{pypi_name} +%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info +%endif + +%changelog +* Fri Dec 13 2019 Tomas Orsava - 1.2.0-3 +- Exclude unsupported i686 arch + +* Wed Nov 20 2019 Lumír Balhar - 1.2.0-2 +- Adjusted for Python 3.8 module in RHEL 8 + +* Mon Nov 18 2019 Lumír Balhar - 1.2.0-1 +- New upstream version 1.2.0 (#1758089) + +* Sat Oct 12 2019 Christian Heimes - 0.24.0-10 +- Drop Python 2 package +- Resolves: rhbz#1761084 + +* Thu Oct 03 2019 Miro Hrončok - 0.24.0-9 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Thu Aug 15 2019 Miro Hrončok - 0.24.0-8 +- Rebuilt for Python 3.8 + +* Fri Jul 26 2019 Fedora Release Engineering - 0.24.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sat Feb 02 2019 Fedora Release Engineering - 0.24.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Jul 13 2018 Fedora Release Engineering - 0.24.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Mon Jul 02 2018 Miro Hrončok - 0.24.0-4 +- Rebuilt for Python 3.7 + +* Tue Jun 19 2018 Christian Heimes - 0.24.0-3 +- Build Python 2 package conditionally + +* Fri Jun 15 2018 Miro Hrončok - 0.24.0-2 +- Rebuilt for Python 3.7 + +* Wed Mar 21 2018 Christian Heimes - 0.24.0-1 +- New upstream release 0.24.0 + +* Fri Feb 09 2018 Fedora Release Engineering - 0.23.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Oct 12 2017 Christian Heimes - 0.23-1 +- New upstream release 0.23.0 + +* Fri Aug 04 2017 Christian Heimes - 0.22.0-5 +- Use python2-setuptools, add with_python3 + +* Thu Aug 03 2017 Christian Heimes - 0.22.0-4 +- Modernize spec + +* Thu Jul 27 2017 Fedora Release Engineering - 0.22.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Tue Jun 27 2017 Christian Heimes - 0.22.0-2 +- Address rpmlint issues + +* Tue Jun 27 2017 Christian Heimes - 0.22.0-1 +- Initial package.