Blame SPECS/marshalparser.spec

d8524a
Name:           marshalparser
d8524a
Version:        0.3.0
d8524a
Release:        5%{?dist}
d8524a
Summary:        Parser for Python internal Marshal format
d8524a
d8524a
License:        MIT
d8524a
URL:            https://github.com/fedora-python/%{name}
d8524a
Source0:        %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
d8524a
BuildArch:      noarch
d8524a
d8524a
BuildRequires:  python3-devel
d8524a
BuildRequires:  pyproject-rpm-macros
d8524a
d8524a
# Test dependencies
d8524a
BuildRequires:  python3-pytest
d8524a
d8524a
%generate_buildrequires
d8524a
%pyproject_buildrequires
d8524a
d8524a
%description
d8524a
Parser for Python internal Marshal format which can fix pyc files
d8524a
reproducibility.
d8524a
d8524a
%prep
d8524a
%autosetup
d8524a
d8524a
# Remove tests for Python versions that we don't ship, leave 3.9.
d8524a
# They are skipped automatically, but it takes a long time.
d8524a
rm -rf test/python_stdlib/{3.10,3.11,3.6,3.7,3.8}
d8524a
d8524a
%build
d8524a
%pyproject_wheel
d8524a
d8524a
%install
d8524a
%pyproject_install
d8524a
%pyproject_save_files %{name}
d8524a
d8524a
%check
d8524a
%pytest -v test.py
d8524a
d8524a
%files -f %{pyproject_files}
d8524a
%license LICENSE
d8524a
%doc README.md
d8524a
%{_bindir}/%{name}
d8524a
d8524a
%changelog
d8524a
* Thu May 05 2022 Tomas Orsava <torsava@redhat.com> - 0.3.0-5
d8524a
- Rebuild to imrove gating
d8524a
d8524a
* Wed May 04 2022 Tomas Orsava <torsava@redhat.com> - 0.3.0-4
d8524a
- Rebuild to activate gating
d8524a
d8524a
* Thu Mar 03 2022 Tomas Orsava <torsava@redhat.com> - 0.3.0-3
d8524a
- Convert spec file to CentOS Stream 9 and RHEL 9
d8524a
d8524a
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-2
d8524a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
d8524a
d8524a
* Wed Oct 13 2021 Lumír Balhar <lbalhar@redhat.com> - 0.3.0-1
d8524a
- Update to 0.3.0
d8524a
d8524a
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.6-3
d8524a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
d8524a
d8524a
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.2.6-2
d8524a
- Rebuilt for Python 3.10
d8524a
d8524a
* Fri Apr 30 2021 Lumír Balhar <lbalhar@redhat.com> - 0.2.6-1
d8524a
- Update to 0.2.6
d8524a
d8524a
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.5-2
d8524a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
d8524a
d8524a
* Fri Dec 18 2020 Lumír Balhar <lbalhar@redhat.com> - 0.2.5-1
d8524a
- Update to 0.2.5
d8524a
d8524a
* Tue Dec 08 2020 Lumír Balhar <lbalhar@redhat.com> - 0.2.4-1
d8524a
- Update to 0.2.4
d8524a
d8524a
* Wed Nov 11 2020 Lumír Balhar <lbalhar@redhat.com> - 0.2.3-1
d8524a
- Update to 0.2.3 (#1896208)
d8524a
d8524a
* Tue Nov 10 2020 Lumír Balhar <lbalhar@redhat.com> - 0.2.2-1
d8524a
- Update to 0.2.2 (#1896208)
d8524a
d8524a
* Wed Sep 16 2020 Lumír Balhar <lbalhar@redhat.com> - 0.2.1-1
d8524a
- Update to 0.2.1
d8524a
d8524a
* Wed Jul 29 2020 Lumír Balhar <lbalhar@redhat.com> - 0.2.0-1
d8524a
- Update to 0.2.0
d8524a
d8524a
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-2
d8524a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
d8524a
d8524a
* Wed Jul 15 2020 Lumír Balhar <lbalhar@redhat.com> - 0.1.1-1
d8524a
- Initial package