%bcond_without check %global modname unpaddedbase64 Name: python-%{modname} Version: 2.1.0 Release: 1%{?dist} Summary: Encode and decode Base64 without "=" padding License: ASL 2.0 URL: https://github.com/matrix-org/python-unpaddedbase64 Source0: %{url}/archive/v%{version}/%{modname}-%{version}.tar.gz BuildArch: noarch %global _description \ RFC 4648 specifies that Base64 should be padded to a multiple of 4 bytes\ using "=" characters. However this conveys no benefit so many protocols\ choose to use Base64 without the "=" padding. %description %{_description} %package -n python3-%{modname} Summary: %{summary} BuildRequires: python3-devel BuildRequires: pyproject-rpm-macros %if %{with check} BuildRequires: python3-pytest %endif %description -n python3-%{modname} %{_description} Python 3 version. %prep %autosetup %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files %{modname} %if %{with check} %check # https://github.com/matrix-org/python-unpaddedbase64/blob/master/.github/workflows/continuous-integration.yml#L48 %{python3} -m unittest %endif %files -n python3-%{modname} -f %{pyproject_files} %license LICENSE %doc README.rst %changelog * Mon Aug 16 2021 Ankur Sinha - 2.1.0-1 - Update to latest upstream release - Update to use pyproject macros * Fri Jul 23 2021 Fedora Release Engineering - 1.1.0-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 1.1.0-17 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering - 1.1.0-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 1.1.0-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue May 26 2020 Miro Hrončok - 1.1.0-14 - Rebuilt for Python 3.9 * Thu Jan 30 2020 Fedora Release Engineering - 1.1.0-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Oct 03 2019 Miro Hrončok - 1.1.0-12 - Rebuilt for Python 3.8.0rc1 (#1748018) * Mon Aug 19 2019 Miro Hrončok - 1.1.0-11 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering - 1.1.0-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Feb 02 2019 Fedora Release Engineering - 1.1.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Jan 01 2019 Igor Gnatenko - 1.1.0-8 - Drop python2 subpackage * Sat Jul 14 2018 Fedora Release Engineering - 1.1.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok - 1.1.0-6 - Rebuilt for Python 3.7 * Fri Feb 09 2018 Fedora Release Engineering - 1.1.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering - 1.1.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering - 1.1.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Dec 22 2016 Miro Hrončok - 1.1.0-2 - Rebuild for Python 3.6 * Mon Dec 19 2016 Igor Gnatenko - 1.1.0-1 - Initial package