diff --git a/asn1crypto-0.24.0.tar.gz b/asn1crypto-0.24.0.tar.gz deleted file mode 100644 index 5a207c5..0000000 Binary files a/asn1crypto-0.24.0.tar.gz and /dev/null differ diff --git a/asn1crypto-1.3.0.tar.gz b/asn1crypto-1.3.0.tar.gz new file mode 100644 index 0000000..368c8b9 Binary files /dev/null and b/asn1crypto-1.3.0.tar.gz differ diff --git a/python-asn1crypto.spec b/python-asn1crypto.spec index b192e9c..d575c14 100644 --- a/python-asn1crypto.spec +++ b/python-asn1crypto.spec @@ -3,8 +3,8 @@ %global _name asn1crypto Name: python-%{_name} -Version: 0.24.0 -Release: 8 +Version: 1.3.0 +Release: 2 Summary: %{_summary} License: MIT URL: https://github.com/wbond/asn1crypto @@ -15,14 +15,6 @@ BuildArch: noarch %description %{_description} -%package -n python2-%{_name} -Summary: %{_summary} -BuildRequires: python2-devel python2-setuptools -%{?python_provide:%python_provide python2-%{_name}} - -%description -n python2-%{_name} -%{_description} - %package -n python3-%{_name} Summary: %{_summary} BuildRequires: python3-devel python3-setuptools @@ -38,18 +30,11 @@ BuildRequires: python3-devel python3-setuptools rm -rf %{_name}.egg-info %build -%py2_build %py3_build %install -%py2_install %py3_install -%files -n python2-%{_name} -%license LICENSE -%{python2_sitelib}/%{_name}/* -%{python2_sitelib}/%{_name}-*info - %files -n python3-%{_name} %license LICENSE %{python3_sitelib}/%{_name}/* @@ -59,6 +44,18 @@ rm -rf %{_name}.egg-info %doc readme.md changelog.md %changelog +* Fri Oct 30 2020 wangjie -1.3.0-2 +- Type:NA +- ID:NA +- SUG:NA +- DESC:remove python2 + +* Thu Jul 23 2020 dingyue - 1.3.0-1 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:revise description + * Sat Sep 21 2019 shenyangyang - 0.24.0-8 - Type:enhancement - ID:NA