Blame marshalparser.spec

20993e7
Name:           marshalparser
35639ca
Version:        0.2.5
c203236
Release:        1%{?dist}
20993e7
Summary:        Parser for Python internal Marshal format
20993e7
20993e7
License:        MIT
20993e7
URL:            https://github.com/fedora-python/%{name}
20993e7
Source0:        %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
20993e7
BuildArch:      noarch
20993e7
20993e7
BuildRequires:  python3-devel
20993e7
BuildRequires:  pyproject-rpm-macros
20993e7
20993e7
# For tests on various pyc files
20993e7
BuildRequires:  python3.6
20993e7
BuildRequires:  python3.7
20993e7
BuildRequires:  python3.8
20993e7
BuildRequires:  python3.9
e34b60a
BuildRequires:  python3.10
20993e7
20993e7
%generate_buildrequires
20993e7
%pyproject_buildrequires -t
20993e7
20993e7
%description
20993e7
Parser for Python internal Marshal format which can fix pyc files
20993e7
reproducibility.
20993e7
20993e7
%prep
20993e7
%autosetup
20993e7
20993e7
%build
20993e7
%pyproject_wheel
20993e7
20993e7
%install
20993e7
%pyproject_install
20993e7
%pyproject_save_files %{name}
20993e7
20993e7
%check
20993e7
%tox
20993e7
20993e7
%files -f %{pyproject_files}
20993e7
%license LICENSE
20993e7
%doc README.md
20993e7
%{_bindir}/%{name}
20993e7
20993e7
%changelog
35639ca
* Fri Dec 18 2020 Lumír Balhar <lbalhar@redhat.com> - 0.2.5-1
35639ca
- Update to 0.2.5
35639ca
772674b
* Tue Dec 08 2020 Lumír Balhar <lbalhar@redhat.com> - 0.2.4-1
772674b
- Update to 0.2.4
772674b
e34b60a
* Wed Nov 11 2020 Lumír Balhar <lbalhar@redhat.com> - 0.2.3-1
e34b60a
- Update to 0.2.3 (#1896208)
e34b60a
1611df0
* Tue Nov 10 2020 Lumír Balhar <lbalhar@redhat.com> - 0.2.2-1
1611df0
- Update to 0.2.2 (#1896208)
1611df0
5257d98
* Wed Sep 16 2020 Lumír Balhar <lbalhar@redhat.com> - 0.2.1-1
5257d98
- Update to 0.2.1
5257d98
c203236
* Wed Jul 29 2020 Lumír Balhar <lbalhar@redhat.com> - 0.2.0-1
c203236
- Update to 0.2.0
c203236
b522cff
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-2
b522cff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
b522cff
20993e7
* Wed Jul 15 2020 Lumír Balhar <lbalhar@redhat.com> - 0.1.1-1
20993e7
- Initial package