public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-makefun] epel10.2: Version 1.15.1
@ 2026-08-01 3:29
0 siblings, 0 replies; only message in thread
From: @ 2026-08-01 3:29 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-makefun
Branch : epel10.2
Commit : 0bedb53858bf9d5b0ccf85ed3815b091a357ff3d
Author : Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Date : 2023-05-12T18:35:59+02:00
Stats : +5/-3 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/python-makefun/c/0bedb53858bf9d5b0ccf85ed3815b091a357ff3d?branch=epel10.2
Log:
Version 1.15.1
... (rhbz#2125189)
---
diff --git a/.gitignore b/.gitignore
index dee8edc..bee0455 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/makefun-1.6.11.tar.gz
/makefun-1.11.1.tar.gz
/makefun-1.14.0.tar.gz
+/makefun-1.15.1.tar.gz
diff --git a/python-makefun.spec b/python-makefun.spec
index 3cfa0e1..a4bf1ad 100644
--- a/python-makefun.spec
+++ b/python-makefun.spec
@@ -1,5 +1,5 @@
Name: python-makefun
-Version: 1.14.0
+Version: 1.15.1
Release: %autorelease
Summary: Dynamically create python functions with a proper signature
@@ -43,7 +43,8 @@ sed -r -i "s/'pandoc', //" setup.py
%check
# Tests require pytest-cases, which requires this package. Yay!
-%{__python3} -m pytest -v || :
+PYTHONPATH=%{buildroot}/%{python3_sitelib} \
+ %python3 -m pytest -v
%files -n python3-makefun
%license LICENSE
diff --git a/sources b/sources
index 91ccdf6..9407655 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (makefun-1.14.0.tar.gz) = 49b239a559e0ec5e28c29c210161c3530e1d89b39a22f16382f0569a47a6d696917d86c9abefb7ac6dc59f904276f8a853a2dc09b1d9c2332e422757f6eb9a08
+SHA512 (makefun-1.15.1.tar.gz) = d5a43283eba61576546dbce7791825607a813658a4ef68ed6d173f8438e08f6a84027a7ce75a748e245f8dd532ca6a9eb1afa0ce795517e77b08f03c29fea034
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-01 3:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-01 3:29 [rpms/python-makefun] epel10.2: Version 1.15.1
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox