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 2048365 Details for
Bug 2313784
Review Request: python-jiter - Fast iterable JSON parser
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 8043692 to 8062714
spec-from-8043692-to-8062714.diff (text/plain), 1.58 KB, created by
Fedora Review Service
on 2024-09-23 21:24:11 UTC
(
hide
)
Description:
The .spec file difference from Copr build 8043692 to 8062714
Filename:
MIME Type:
Creator:
Fedora Review Service
Created:
2024-09-23 21:24:11 UTC
Size:
1.58 KB
patch
obsolete
>--- https://copr.fedorainfracloud.org/coprs/build/8043692 >+++ https://copr.fedorainfracloud.org/coprs/build/8062714 >@@ -8,18 +8,18 @@ > > License: MIT > URL: https://github.com/pydantic/jiter/ >-Source: %{pypi_source %{srcname}} >+Source0: %{pypi_source %{srcname}} >+ >+# Upstream does not provide a license file inside the PyPi package. >+Source1: https://github.com/pydantic/jiter/blob/main/LICENSE > > BuildRequires: python3-devel >+BuildRequires: tomcli > >-BuildRequires: rust-packaging >= 21 >+# For included rust code >+BuildRequires: rust-packaging >= 25 > >-BuildRequires: rust-pyo3-devel >-BuildRequires: rust-bencher-devel >-BuildRequires: rust-codspeed-bencher-compat-devel >-BuildRequires: rust-indexmap-devel >-BuildRequires: rust-paste-devel >- >+# For tests > BuildRequires: python3dist(dirty-equals) > BuildRequires: python3dist(pytest) > >@@ -35,16 +35,27 @@ > > %prep > %autosetup -p1 -n %{srcname}-%{version} >-cp crates/jiter/LICENSE LICENSE > %cargo_prep >+ >+# Move the LICENSE into place. >+cp %{SOURCE1} . >+ >+# Remove the bencher dependency since we aren't running benchmarks. >+tomcli set crates/jiter/Cargo.toml del dev-dependencies.bencher >+ >+# Patch the upstream source to avoid rebuilding jiter. >+tomcli set crates/jiter-python/Cargo.toml str dependencies.jiter.version "0.5.0" >+tomcli set crates/jiter-python/Cargo.toml del dependencies.jiter.path > > > %generate_buildrequires >+%cargo_generate_buildrequires -a > %pyproject_buildrequires >-%cargo_generate_buildrequires >+ > > > %build >+export RUSTFLAGS="%build_rustflags" > %pyproject_wheel > > %cargo_license_summary
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 2313784
: 2048365 |
2048480
|
2048682
|
2048945
|
2048946