public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-numpoly] rawhide: Update to 1.3.9 plus spec cleanup
@ 2026-08-05 23:28 Filipe Rosset
  0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-08-05 23:28 UTC (permalink / raw)
  To: git-commits

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-05 23:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-05 23:28 [rpms/python-numpoly] rawhide: Update to 1.3.9 plus spec cleanup Filipe Rosset

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox