Blame marshalparser.spec

20993e7
Name:           marshalparser
c203236
Version:        0.2.0
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
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
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