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 2048682 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 8065743 to 8071621
spec-from-8065743-to-8071621.diff (text/plain), 1.75 KB, created by
Fedora Review Service
on 2024-09-25 19:39:23 UTC
(
hide
)
Description:
The .spec file difference from Copr build 8065743 to 8071621
Filename:
MIME Type:
Creator:
Fedora Review Service
Created:
2024-09-25 19:39:23 UTC
Size:
1.75 KB
patch
obsolete
>--- https://copr.fedorainfracloud.org/coprs/build/8065743 >+++ https://copr.fedorainfracloud.org/coprs/build/8071621 >@@ -7,8 +7,17 @@ > Summary: Fast iterable JSON parser > > # python-jiter is MIT only, but the rest are rust libraries >-# based on cargo_license_summary output. >-License: Apache-2.0 OR MIT OR BSD-2-Clause >+# based on cargo_license_summary output: >+# >+# Apache-2.0 OR MIT >+# BSD-2-Clause OR Apache-2.0 OR MIT >+# MIT >+# MIT OR Apache-2.0 (duplicate) >+License: %{shrink: >+ (Apache-2.0 OR MIT) AND >+ (BSD-2-Clause OR Apache-2.0 OR MIT) AND >+ MIT >+ } > URL: https://github.com/pydantic/jiter/ > Source0: %{pypi_source %{srcname}} > >@@ -34,17 +43,17 @@ > > %prep > %autosetup -p1 -n %{srcname}-%{version} >+# There is no top-level LICENSE file, but the one from the bundled jiter crate >+# is the correct license. >+mv crates/jiter/LICENSE ./ >+ >+# However, we want to use the system copy of the jiter crate. >+rm -r crates/jiter >+ >+# E.g., for 0.5.0, this would allow 0.5.x. >+tomcli set crates/jiter-python/Cargo.toml str dependencies.jiter.version "%{version}" >+tomcli set crates/jiter-python/Cargo.toml del dependencies.jiter.path > %cargo_prep >- >-# Move the LICENSE into place. >-cp crates/jiter/LICENSE LICENSE >- >-# 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 >@@ -74,5 +83,6 @@ > %license LICENSE LICENSE.dependencies > %doc README.md > >+ > %changelog > %autochangelog
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