File python-stomper.spec of Package failed_python-stomper
Name: python-stomper
Version: 0.4.3
Release: 0%{?dist}
Summary: Message builder and parser for HTTP 1.1 quoted-printable style with .net-like MIME structure.
License: MIT
URL: https://github.com/dalelotts/stomper
Source0: https://files.pythonhosted.org/packages/source/s/stomper/stomper-%{version}.tar.gz
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-rpm-macros
BuildRequires: python3-pytest
BuildArch: noarch
%description
Stomper is a message builder and parser for HTTP 1.1 quoted-printable style with .net-like MIME structure.
%prep
%autosetup -n stomper-%{version}
%build
%py3_build
%install
%py3_install
%check
%py3_check
%files
%license LICENSE
%doc CHANGES.rst
%{python3_sitelib}/stomper
%changelog
* Thu Jul 24 2025 John Doe <jdoe@example.com> - 0.40.0-0
- Initial package