public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-extractcode] rawhide: Fix failures due to p7zip -> 7zip replacmeent
@ 2026-06-04 17:17 Maxwell G
0 siblings, 0 replies; only message in thread
From: Maxwell G @ 2026-06-04 17:17 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-extractcode
Branch : rawhide
Commit : f8416f8b14c49cdcf18bf2daa55a63a040cf18b7
Author : Maxwell G <maxwell@gtmx.me>
Date : 2026-06-04T12:16:51-05:00
Stats : +16/-5 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-extractcode/c/f8416f8b14c49cdcf18bf2daa55a63a040cf18b7?branch=rawhide
Log:
Fix failures due to p7zip -> 7zip replacmeent
Relates: https://github.com/aboutcode-org/typecode/issues/50
Relates: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/VAI3BSN24Z2BSOPNLYKPR5FGZHUKIABZ/
---
diff --git a/python-extractcode.spec b/python-extractcode.spec
index b9d3855..dcad3a8 100644
--- a/python-extractcode.spec
+++ b/python-extractcode.spec
@@ -27,10 +27,6 @@ BuildRequires: python3dist(extractcode-7z-system-provided)
BuildRequires: python3dist(extractcode-libarchive-system-provided)
BuildRequires: python3dist(typecode-libmagic-system-provided)
BuildRequires: p7zip-plugins
-%if 0%{?fedora} >= 43
-# The tests only work with p7zip-plugins from the p7zip package
-BuildConflicts: 7zip
-%endif
%global common_description %{expand:
A mostly universal file extraction library and CLI tool to extract almost any
@@ -90,7 +86,7 @@ rm -rf html/.{doctrees,buildinfo}
%check
# TestExtractVmImage needs access to kernel
# Then https://github.com/aboutcode-org/extractcode/issues/53
-%pytest -k %{shescape:%{shrink:
+%pytest -v -k %{shescape:%{shrink:
not estExtractVmImage
and not test_get_extractor_qcow2
and not test_extract_rar_with_trailing_data
@@ -107,6 +103,21 @@ rm -rf html/.{doctrees,buildinfo}
and not test_extractcode_command_does_not_crash_with_replace_originals_and_corrupted_archives
and not test_extractcode_command_can_extract_nuget
and not test_get_extractors_2
+ %dnl START: Failures due to https://github.com/aboutcode-org/typecode/issues/50
+ %dnl TODO: Investigate these failures and work with upstream
+ and not test_windows_media_player_skins_are_zip
+ and not test_get_best_handler_nuget_is_selected_over_zip
+ and not test_get_best_handler_nuget_is_selected_over_zip2
+ and not test_get_best_handler_nuget_is_selected_over_zip3
+ and not test_list_zip_with_relative_path_deeply_nested_with_7zip
+ and not test_extract_python_testtar_tar_archive_with_special_files
+ and not test_extract_cpio_broken_7z
+ and not with_weird_filenames_with_sevenzip_posix
+ and not test_list_entries_with_weird_names_7z
+ and not test_extract_file_by_file_weird_names
+ and not test_extract_file_by_file_with_weird_names_7z
+ and not test_list_entries_of_special_tar
+ %dnl END
}}
%files -n python3-%{pypi_name} -f %{pyproject_files}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-04 17:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-04 17:17 [rpms/python-extractcode] rawhide: Fix failures due to p7zip -> 7zip replacmeent Maxwell G
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox