7 Commits

Author SHA1 Message Date
jinqiang zhang
b9b809cd71 disable test 2026-03-02 18:07:56 +08:00
Fedora Release Engineering
76047f4d9e Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild 2026-01-17 07:31:09 +00:00
Python Maint
5a8d792662 Rebuilt for Python 3.14.0rc3 bytecode 2025-09-19 13:19:57 +02:00
Python Maint
2f44c12822 Rebuilt for Python 3.14.0rc2 bytecode 2025-08-15 13:46:17 +02:00
Fedora Release Engineering
afa21f4ae5 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 07:58:39 +00:00
Python Maint
c903397575 Rebuilt for Python 3.14 2025-06-02 22:47:04 +02:00
Fedora Release Engineering
e28af8c019 Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-18 14:25:50 +00:00

View File

@@ -11,13 +11,6 @@ BuildArch: noarch
BuildRequires: python3-devel
# See requirements.test.txt. We list test dependencies manually since we do not
# want pytest-cov
# (https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_linters)
# and the other pytest plugins are spurious
# (https://github.com/hgrecco/flexparser/pull/10).
BuildRequires: %{py3_dist pytest}
%global common_description %{expand:
The idea is quite simple. You write a class for every type of content (called
here ParsedStatement) you need to parse. Each class should have a from_string
@@ -60,10 +53,6 @@ rm -rvf '%{buildroot}%{python3_sitelib}/flexparser/testsuite'
sed -r -i '/\/flexparser\/testsuite/d' %{pyproject_files}
%check
%pytest
%files -n python3-flexparser -f %{pyproject_files}
%doc README.rst
%doc CHANGES