Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 2057582 Details for
Bug 2322082
Review Request: python-scrape-schema-recipe - Scrape recipes from HTML into Python dictionaries
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh109 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
Migrated Products
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
The .spec file difference from Copr build 8240647 to 8255327
spec-from-8240647-to-8255327.diff (text/plain), 3.83 KB, created by
Fedora Review Service
on 2024-11-13 17:28:49 UTC
(
hide
)
Description:
The .spec file difference from Copr build 8240647 to 8255327
Filename:
MIME Type:
Creator:
Fedora Review Service
Created:
2024-11-13 17:28:49 UTC
Size:
3.83 KB
patch
obsolete
>--- https://copr.fedorainfracloud.org/coprs/build/8240647 >+++ https://copr.fedorainfracloud.org/coprs/build/8255327 >@@ -9,7 +9,7 @@ > ## END: Set by rpmautospec > > %global srcname scrape-schema-recipe >-%global forgeurl https://github.com/michacochran/scrape-schema-recipe >+%global forgeurl https://github.com/micahcochran/scrape-schema-recipe > Version: 0.2.2 > %global tag %{version} > %forgemeta >@@ -21,11 +21,13 @@ > License: Apache-2.0 > URL: %{forgeurl} > # Prepare source offline to not include files with proprietary licenses >-Source0: %{srcname}-%{version}.tar.gz >+Source0: %{srcname}-cleaned-%{version}.tar.gz > Source1: prepare.sh >-Patch: tests_without_proprietary_licensed_data.patch >+# Modify function not to return names of removed files >+Patch: example-names.patch > > BuildRequires: python3-devel >+BuildRequires: python3dist(pytest) > > BuildArch: noarch > >@@ -44,8 +46,6 @@ > %prep > %autosetup -p 1 -n %{srcname}-%{version} > >-rm -r scrape_schema_recipe.egg-info >- > %generate_buildrequires > %pyproject_buildrequires > >@@ -55,21 +55,54 @@ > > %install > %pyproject_install >-%pyproject_save_files scrape_schema_recipe -L >+%pyproject_save_files scrape_schema_recipe -l > > %check > %pyproject_check_import >-#Disable tests that require network access >+# Do not run tests that require network access and >+# that cannot use data that cannot be redistributed >+# in Fedora > sed -i 's/DISABLE_NETWORK_TESTS = False/DISABLE_NETWORK_TESTS = True/g'\ > test_scrape.py >-%py3_test_envvars %python3 test_scrape.py >+k="${k-}${k+ and }not TestUnsetTimeDate" >+k="${k-}${k+ and }not TestTypeList" >+k="${k-}${k+ and }not (TestEscaping and test_unescape_ingredients)" >+k="${k-}${k+ and }not (TestEscaping and test_unescape_name_description)" >+k="${k-}${k+ and }not (TestLoads and test_loads)" >+k="${k-}${k+ and }not (TestUnMigratedSchema and test_recipe1)" >+k="${k-}${k+ and }not (TestUnMigratedSchema and test_recipe2)" >+k="${k-}${k+ and }not (TestExampleOutput and test_example_output)" >+k="${k-}${k+ and }not (TestGraph and test_graph)" >+k="${k-}${k+ and }not (TestParsingFileMicroData and test_name)" >+k="${k-}${k+ and }not (TestParsingFileMicroData and test_num_recipes)" >+k="${k-}${k+ and }not (TestParsingFileMicroData and test_recipe_keys)" >+k="${k-}${k+ and }not (TestParsingFileMicroData and test_recipe_yield)" >+k="${k-}${k+ and }not (TestParsingFileMicroData and test_totalTime_sum)" >+k="${k-}${k+ and }not (TestParsingFileLDJSON and test_category)" >+k="${k-}${k+ and }not (TestParsingFileLDJSON and test_duration)" >+k="${k-}${k+ and }not (TestParsingFileLDJSON and test_ingredients)" >+k="${k-}${k+ and }not (TestParsingFileLDJSON and test_instructions)" >+k="${k-}${k+ and }not (TestParsingFileLDJSON and test_name)" >+k="${k-}${k+ and }not (TestParsingFileLDJSON and test_num_recipes)" >+k="${k-}${k+ and }not (TestParsingFileLDJSON and test_recipe_keys)" >+k="${k-}${k+ and }not (TestTimeDelta and test_timedelta)" >+k="${k-}${k+ and }not (TestTimeDelta and test_totalTime_sum)" >+k="${k-}${k+ and }not (TestDateTime and test_datetime_tz_python_obj)" >+k="${k-}${k+ and }not (TestDateTime and test_datetime_tz_python_obj_isodate)" >+k="${k-}${k+ and }not (TestDateTime and test_publish_date_python_obj)" >+k="${k-}${k+ and }not (TestPythonObjects and testDateTypes)" >+k="${k-}${k+ and }not (TestPythonObjects and testDatesEqual)" >+k="${k-}${k+ and }not (TestPythonObjects and testDurationEqual)" >+k="${k-}${k+ and }not (TestPythonObjects and testDurationTypes)" >+ >+%py3_test_envvars %pytest -k "${k-}" > > %files -n python3-%{srcname} -f %{pyproject_files} > %doc README.md > > %changelog > ## START: Generated by rpmautospec >-* Sun Oct 27 2024 John Doe <packager@example.com> - 0.2.2-1 >+* Wed Nov 13 2024 John Doe <packager@example.com> - 0.2.2-1 > - Uncommitted changes > ## END: Generated by rpmautospec >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 2322082
: 2057582