public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <rosset.filipe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-numpoly] rawhide: Update to 1.3.9 plus spec cleanup
Date: Wed, 05 Aug 2026 23:28:00 GMT	[thread overview]
Message-ID: <178597248013.1.15069860055468702034.rpms-python-numpoly-de41747c50f4@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/python-numpoly
Branch : rawhide
Commit : de41747c50f4e2a99d0e0303aca3c07ec611270f
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date   : 2026-08-02T01:05:06-03:00
Stats  : +7/-20 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/python-numpoly/c/de41747c50f4e2a99d0e0303aca3c07ec611270f?branch=rawhide

Log:
Update to 1.3.9 plus spec cleanup

---
diff --git a/.gitignore b/.gitignore
index a71cb6f..d3204eb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,15 +1 @@
-/numpoly-0.1.16.tar.gz
-/numpoly-0.2.3.tar.gz
-/numpoly-1.0.3.tar.gz
-/numpoly-1.0.6.tar.gz
-/numpoly-1.1.0.tar.gz
-/numpoly-1.1.1.tar.gz
-/numpoly-1.1.3.tar.gz
-/numpoly-1.2.3.tar.gz
-/numpoly-1.2.7.tar.gz
-/numpoly-1.2.11.tar.gz
-/numpoly-1.2.12.tar.gz
-/numpoly-1.2.13.tar.gz
-/numpoly-1.2.14.tar.gz
-/numpoly-1.3.4.tar.gz
-/numpoly-1.3.8.tar.gz
+/numpoly-*.tar.gz

diff --git a/python-numpoly.spec b/python-numpoly.spec
index 87ea0d0..cb8de00 100644
--- a/python-numpoly.spec
+++ b/python-numpoly.spec
@@ -1,5 +1,5 @@
 Name:       python-numpoly
-Version:    1.3.8
+Version:    1.3.9
 Release:    %autorelease
 Summary:    Polynomials as a numpy datatype
 
@@ -11,9 +11,7 @@ Summary:    Polynomials as a numpy datatype
 License:    BSD-2-Clause
 URL:        %forgeurl
 Source:     %forgesource
-# As of NumPy 2.3.0 `numpy.count_nonzero` returns a scalar instead of int
-# https://github.com/jonathf/numpoly/issues/126
-Patch:      %{forgeurl}/pull/127.patch
+
 
 # https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
 ExcludeArch:    %{ix86}
@@ -78,7 +76,10 @@ sed -r \
 
 %install
 %pyproject_install
+find %{buildroot}%{python3_sitearch} -name '*.c' -delete
+find %{buildroot}%{python3_sitearch} -name '*.pyx' -delete
 %pyproject_save_files -l numpoly
+sed -i -e '/\.c$/d' -e '/\.pyx$/d' %{pyproject_files}
 
 %check
 %pytest -r fEs --import-mode=importlib

diff --git a/sources b/sources
index 923beb0..e28e088 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (numpoly-1.3.8.tar.gz) = bd6736f18fefea1725e68864f98d0b3a4d4dd657e3b5840a87013f70ed874a469fb823883fb9dde1add9dd0ca225dcfa1309145f44e3b02ce59aa3334686fee7
+SHA512 (numpoly-1.3.9.tar.gz) = a2ed53e43c71f4f7ce9e8ed7b9fa8251791b2f9f7d9f364b9a3141df10e84c766050d3759859f85f9b028b0cd051eb6dea1a20167a41c76d38c62c0956dd7752

                 reply	other threads:[~2026-08-05 23:28 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=178597248013.1.15069860055468702034.rpms-python-numpoly-de41747c50f4@fedoraproject.org \
    --to=rosset.filipe@gmail.com \
    --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