marshalparser/marshalparser.spec

79 lines
1.9 KiB
RPMSpec
Raw Normal View History

2020-07-20 15:20:21 +00:00
Name: marshalparser
2021-04-30 06:42:48 +00:00
Version: 0.2.6
2021-06-04 11:28:21 +00:00
Release: 2%{?dist}
2020-07-20 15:20:21 +00:00
Summary: Parser for Python internal Marshal format
License: MIT
URL: https://github.com/fedora-python/%{name}
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: pyproject-rpm-macros
# For tests on various pyc files
BuildRequires: python3.6
BuildRequires: python3.7
BuildRequires: python3.8
BuildRequires: python3.9
2020-11-11 08:38:28 +00:00
BuildRequires: python3.10
2020-07-20 15:20:21 +00:00
%generate_buildrequires
%pyproject_buildrequires -t
%description
Parser for Python internal Marshal format which can fix pyc files
reproducibility.
%prep
%autosetup
%build
%pyproject_wheel
%install
%pyproject_install
%pyproject_save_files %{name}
%check
%tox
%files -f %{pyproject_files}
%license LICENSE
%doc README.md
%{_bindir}/%{name}
%changelog
2021-06-04 11:28:21 +00:00
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.2.6-2
- Rebuilt for Python 3.10
2021-04-30 06:42:48 +00:00
* Fri Apr 30 2021 Lumír Balhar <lbalhar@redhat.com> - 0.2.6-1
- Update to 0.2.6
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
2020-12-18 16:33:38 +00:00
* Fri Dec 18 2020 Lumír Balhar <lbalhar@redhat.com> - 0.2.5-1
- Update to 0.2.5
2020-12-08 16:02:28 +00:00
* Tue Dec 08 2020 Lumír Balhar <lbalhar@redhat.com> - 0.2.4-1
- Update to 0.2.4
2020-11-11 08:38:28 +00:00
* Wed Nov 11 2020 Lumír Balhar <lbalhar@redhat.com> - 0.2.3-1
- Update to 0.2.3 (#1896208)
2020-11-10 07:18:05 +00:00
* Tue Nov 10 2020 Lumír Balhar <lbalhar@redhat.com> - 0.2.2-1
- Update to 0.2.2 (#1896208)
2020-09-16 10:22:50 +00:00
* Wed Sep 16 2020 Lumír Balhar <lbalhar@redhat.com> - 0.2.1-1
- Update to 0.2.1
2020-07-29 11:15:58 +00:00
* Wed Jul 29 2020 Lumír Balhar <lbalhar@redhat.com> - 0.2.0-1
- Update to 0.2.0
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
2020-07-20 15:20:21 +00:00
* Wed Jul 15 2020 Lumír Balhar <lbalhar@redhat.com> - 0.1.1-1
- Initial package