public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <filiperosset@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/python-ijson] rawhide: update to 3.5.0 fixes rhbz#2290986
Date: Wed, 08 Jul 2026 19:17:56 GMT	[thread overview]
Message-ID: <178353827609.1.9857471596115506911.rpms-python-ijson-5e9f4f810cc6@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/python-ijson
            Branch : rawhide
            Commit : 5e9f4f810cc6e4ba993cf0fb9ac642fe8f36748d
            Author : Filipe Rosset <filiperosset@fedoraproject.org>
            Date   : 2026-06-25T23:20:33-03:00
            Stats  : +7/-5 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-ijson/c/5e9f4f810cc6e4ba993cf0fb9ac642fe8f36748d?branch=rawhide

            Log:
            update to 3.5.0 fixes rhbz#2290986

Signed-off-by: Filipe Rosset <filiperosset@fedoraproject.org>

---
diff --git a/.gitignore b/.gitignore
index fe34393..0c341bf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /ijson-3.2.0.tar.gz
 /ijson-3.2.3.tar.gz
 /ijson-3.3.0.tar.gz
+/ijson-3.5.0.tar.gz

diff --git a/python-ijson.spec b/python-ijson.spec
index b83a055..f6ff219 100644
--- a/python-ijson.spec
+++ b/python-ijson.spec
@@ -1,11 +1,11 @@
 %global srcname ijson
 
 Name:           python-%{srcname}
-Version:        3.3.0
+Version:        3.5.0
 Release:        %autorelease
 Summary:        Iterative JSON parser
 
-License:        BSD-3-Clause
+License:        BSD-3-Clause AND ISC
 URL:            https://github.com/ICRAR/ijson
 Source0:        %{url}/archive/v%{version}/%{srcname}-%{version}.tar.gz
 
@@ -25,6 +25,7 @@ Recommends:     python3dist(cffi)
 
 # Test dependencies
 BuildRequires:  python3dist(cffi)
+BuildRequires:  python3dist(pytest)
 
 %description -n python3-%{srcname} %_description
 
@@ -32,7 +33,7 @@ BuildRequires:  python3dist(cffi)
 %autosetup -n %{srcname}-%{version}
 
 # Disable tests for unsupported configurations.
-sed -i "s/\['python', 'yajl', 'yajl2', 'yajl2_cffi', 'yajl2_c']/\['python', 'yajl2', 'yajl2_cffi']/" test/test_base.py
+sed -i "s/\['python', 'yajl', 'yajl2', 'yajl2_cffi', 'yajl2_c']/\['python', 'yajl2', 'yajl2_cffi']/" tests/test_base.py
 
 %generate_buildrequires
 %pyproject_buildrequires
@@ -46,7 +47,7 @@ sed -i "s/\['python', 'yajl', 'yajl2', 'yajl2_cffi', 'yajl2_c']/\['python', 'yaj
 
 %check
 %pyproject_check_import -e "ijson.backends.yajl*"
-PYTHONPATH=%{buildroot}%{python3_sitelib}:$PWD %{python3} -m unittest discover
+%pytest
 
 %files -n python3-%{srcname} -f %{pyproject_files}
 %doc README.rst

diff --git a/sources b/sources
index 11af24d..ce2eead 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ijson-3.3.0.tar.gz) = d2f54d4dae25328b2173f0e0f5c83853c77f59ce5f133ca21f4d06b18e62517aafe9062c027b054a98e84d889656956f79f27c1b9b173360ab20c1af85c22f1d
+SHA512 (ijson-3.5.0.tar.gz) = 8791811b73ced0b06baa2426890f9ee85406874c87cbdb77a619c72a8fecd5d111eb4f55cdff0820fc09e46e78fd136e5f3274a2be96781e043dbd7616ee49f2

                 reply	other threads:[~2026-07-08 19:17 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178353827609.1.9857471596115506911.rpms-python-ijson-5e9f4f810cc6@fedoraproject.org \
    --to=filiperosset@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox