Blame python-syrupy.spec

92e4e3a
Name:           python-syrupy
c9566a5
Version:        4.6.1
dc3efe8
Release:        2%{?dist}
92e4e3a
Summary:        Pytest snapshot plugin
92e4e3a
92e4e3a
License:        Apache-2.0
92e4e3a
URL:            https://tophat.github.io/syrupy
92e4e3a
Source:         https://github.com/tophat/syrupy/archive/v%{version}/syrupy-%{version}.tar.gz
92e4e3a
92e4e3a
BuildArch:      noarch
92e4e3a
BuildRequires:  python3-devel
92e4e3a
92e4e3a
%global _description %{expand:
92e4e3a
Syrupy is a pytest snapshot plugin. It enables developers
92e4e3a
to write tests which assert immutability of computed results.}
92e4e3a
92e4e3a
%description %_description
92e4e3a
92e4e3a
%package -n python3-syrupy
92e4e3a
Summary:        %{summary}
92e4e3a
92e4e3a
%description -n python3-syrupy %_description
92e4e3a
92e4e3a
92e4e3a
%prep
92e4e3a
%autosetup -p1 -n syrupy-%{version}
92e4e3a
92e4e3a
92e4e3a
%generate_buildrequires
92e4e3a
%pyproject_buildrequires
92e4e3a
92e4e3a
92e4e3a
%build
92e4e3a
%pyproject_wheel
92e4e3a
92e4e3a
92e4e3a
%install
92e4e3a
%pyproject_install
92e4e3a
%pyproject_save_files syrupy
92e4e3a
92e4e3a
92e4e3a
%check
92e4e3a
%pytest
92e4e3a
92e4e3a
92e4e3a
%files -n python3-syrupy -f %{pyproject_files}
92e4e3a
%doc README.* CHANGELOG.md
92e4e3a
92e4e3a
92e4e3a
%changelog
dc3efe8
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 4.6.1-2
dc3efe8
- Rebuilt for Python 3.13
dc3efe8
c9566a5
* Tue Apr 16 2024 Lumír Balhar <lbalhar@redhat.com> - 4.6.1-1
c9566a5
- Update to 4.6.1
c9566a5
efd205f
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.5.0-3
efd205f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
efd205f
a267c36
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.5.0-2
a267c36
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
a267c36
3f0c50a
* Fri Sep 15 2023 Jonathan Wright <jonathan@almalinux.org> - 4.5.0-1
3f0c50a
- Update to 4.5.0
3f0c50a
eab5e5c
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.6-3
eab5e5c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
eab5e5c
33f7564
* Thu Jun 15 2023 Python Maint <python-maint@redhat.com> - 3.0.6-2
33f7564
- Rebuilt for Python 3.12
33f7564
92e4e3a
* Thu Jan 12 2023 Jonathan Wright <jonathan@almalinux.org> - 3.0.6-1
92e4e3a
- Initial package build