c0396dc
%global srcname pyaes
c0396dc
c0396dc
2124ee8
Name:       python-%{srcname}
2124ee8
Version:    1.6.1
56487e5
Release:    16%{?dist}
2124ee8
Summary:    Pure-Python implementation of AES block-cipher and common modes of operation
2124ee8
License:    MIT
2124ee8
2124ee8
URL:        https://github.com/ricmoo/%{srcname}
2124ee8
Source0:    %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
2124ee8
Patch1:     python-pyaes-0001-Use-relative-imports-during-tests.patch
2124ee8
Patch2:     %{url}/pull/51.patch
2124ee8
BuildArch:  noarch
c0396dc
c0396dc
c0396dc
%description
c0396dc
A pure-Python implementation of the AES block cipher algorithm and the common
c0396dc
modes of operation (CBC, CFB, CTR, ECB and OFB).
c0396dc
c0396dc
c0396dc
%package -n python3-%{srcname}
2124ee8
Summary:  %{summary}
c0396dc
BuildRequires:  python3-devel
2124ee8
BuildRequires:  python3dist(setuptools)
2124ee8
BuildRequires:  python3dist(pip)
2124ee8
BuildRequires:  python3dist(wheel)
2124ee8
BuildRequires:  python3dist(pycrypto)
c0396dc
%{?python_provide:%python_provide python3-%{srcname}}
c0396dc
c0396dc
c0396dc
%description -n python3-%{srcname}
c0396dc
A pure-Python implementation of the AES block cipher algorithm and the common
c0396dc
modes of operation (CBC, CFB, CTR, ECB and OFB).
c0396dc
c0396dc
c0396dc
%prep
c0396dc
%autosetup -p1 -n %{srcname}-%{version}
c0396dc
c0396dc
c0396dc
%build
2124ee8
%pyproject_wheel
c0396dc
c0396dc
c0396dc
%install
2124ee8
%pyproject_install
2124ee8
%pyproject_save_files pyaes
c0396dc
c0396dc
c0396dc
%check
2124ee8
%pyproject_check_import
c0396dc
%{__python3} tests/test-aes.py
c0396dc
%{__python3} tests/test-blockfeeder.py
c0396dc
%{__python3} tests/test-util.py
c0396dc
c0396dc
2124ee8
%files -n python3-%{srcname}  -f %{pyproject_files}
c0396dc
%license LICENSE.txt
c0396dc
%doc README.md
c0396dc
c0396dc
c0396dc
%changelog
56487e5
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-16
56487e5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
56487e5
22fbd91
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-15
22fbd91
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
22fbd91
2124ee8
%autochangelog