Compare commits
No commits in common. "c9s" and "c9-beta" have entirely different histories.
@ -1 +0,0 @@
|
||||
1
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1 @@
|
||||
/marshalparser-0.3.0.tar.gz
|
||||
/marshalparser-0.3.4.tar.gz
|
||||
SOURCES/marshalparser-0.3.0.tar.gz
|
||||
|
1
.marshalparser.metadata
Normal file
1
.marshalparser.metadata
Normal file
@ -0,0 +1 @@
|
||||
e1780d46e43c2548e614a99aa28b96a4c08dfc1e SOURCES/marshalparser-0.3.0.tar.gz
|
@ -1,6 +1,6 @@
|
||||
Name: marshalparser
|
||||
Version: 0.3.4
|
||||
Release: 1%{?dist}
|
||||
Version: 0.3.0
|
||||
Release: 5%{?dist}
|
||||
Summary: Parser for Python internal Marshal format
|
||||
|
||||
License: MIT
|
||||
@ -12,11 +12,10 @@ BuildRequires: python3-devel
|
||||
BuildRequires: pyproject-rpm-macros
|
||||
|
||||
# Test dependencies
|
||||
BuildRequires: python3.11
|
||||
BuildRequires: python3.12
|
||||
BuildRequires: python3-pytest
|
||||
|
||||
%generate_buildrequires
|
||||
%pyproject_buildrequires -x test
|
||||
%pyproject_buildrequires
|
||||
|
||||
%description
|
||||
Parser for Python internal Marshal format which can fix pyc files
|
||||
@ -25,6 +24,10 @@ reproducibility.
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
# Remove tests for Python versions that we don't ship, leave 3.9.
|
||||
# They are skipped automatically, but it takes a long time.
|
||||
rm -rf test/python_stdlib/{3.10,3.11,3.6,3.7,3.8}
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
|
||||
@ -41,10 +44,6 @@ reproducibility.
|
||||
%{_bindir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Tue Mar 28 2023 Lumír Balhar <lbalhar@redhat.com> - 0.3.4-1
|
||||
- Rebase to 0.3.4 and enable testing with Python 3.11
|
||||
Resolves: RHEL-309
|
||||
|
||||
* Thu May 05 2022 Tomas Orsava <torsava@redhat.com> - 0.3.0-5
|
||||
- Rebuild to imrove gating
|
||||
|
@ -1,6 +0,0 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-9
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
@ -1,13 +0,0 @@
|
||||
discover:
|
||||
how: fmf
|
||||
dist-git-source: true
|
||||
|
||||
execute:
|
||||
how: tmt
|
||||
|
||||
prepare:
|
||||
how: shell
|
||||
script: |
|
||||
dnf install -y "dnf-command(config-manager)" ;
|
||||
dnf config-manager --set-enabled crb || dnf config-manager --set-enabled rhel-CRB || true
|
||||
|
1
sources
1
sources
@ -1 +0,0 @@
|
||||
SHA512 (marshalparser-0.3.4.tar.gz) = 51ee373fed1cf4c9fb4f5453590ce6275fd84ee386bfc5e86af5c9c24cbbdfe9781fd9a37f227334300bd43019180f60bc6aee33e0d5d2ad11cc33741355d86c
|
@ -1,10 +0,0 @@
|
||||
test: |
|
||||
pytest -v test.py
|
||||
path: marshalparser-0.3.4/
|
||||
require:
|
||||
- python3-pytest
|
||||
- pyproject-rpm-macros
|
||||
- python3-devel
|
||||
- python3.11
|
||||
- python3.12
|
||||
duration: 15m
|
Loading…
Reference in New Issue
Block a user