public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-crank] rawhide: Update to upstream.
@ 2026-07-15 5:30 Jan ONDREJ
0 siblings, 0 replies; only message in thread
From: Jan ONDREJ @ 2026-07-15 5:30 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-crank
Branch : rawhide
Commit : 3759fa7d044ffa13f445670a6677292059b7dec6
Author : Jan ONDREJ (SAL) <ondrejj(at)salstar.sk>
Date : 2026-07-15T07:30:37+02:00
Stats : +10/-9 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/python-crank/c/3759fa7d044ffa13f445670a6677292059b7dec6?branch=rawhide
Log:
Update to upstream.
Enable check section again.
---
diff --git a/.gitignore b/.gitignore
index bc1e337..257a0ee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
/crank-0.7.3.tar.gz
/crank-0.8.0.tar.gz
/crank-0.8.1.tar.gz
+/crank-0.9.0.tar.gz
diff --git a/python-crank.spec b/python-crank.spec
index 37a2389..2d0f693 100644
--- a/python-crank.spec
+++ b/python-crank.spec
@@ -1,8 +1,8 @@
%global modname crank
Name: python-crank
-Version: 0.8.1
-Release: 35%{?dist}
+Version: 0.9.0
+Release: 1%{?dist}
Summary: Generalization of dispatch mechanism for use across frameworks
License: MIT
@@ -13,6 +13,7 @@ BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-webob
+BuildRequires: python3-pytest, python3-pytest-cov
%global _description\
Generalization of dispatch mechanism for use across frameworks.
@@ -45,18 +46,17 @@ This package provides the python3 version of this module
%pyproject_save_files %{modname}
-# The current upstream tarball doesn't contain the tests
-#%check
-#%{__python3} setup.py test
-
-
%check
-%pyproject_check_import
+%pytest
%files -n python3-%{modname} -f %{pyproject_files}
%changelog
+* Wed Jul 15 2026 Ján ONDREJ (SAL) <ondrejj(at)salstar.sk> - 0.9.0-1
+- Update to upstream.
+- Enable check section again.
+
* Wed Jun 03 2026 Python Maint <python-maint@redhat.com> - 0.8.1-35
- Rebuilt for Python 3.15
diff --git a/sources b/sources
index 21db4ca..369de4e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (crank-0.8.1.tar.gz) = a1721b5f9142a7edf815eecd8d75df89723b1efc3057deac77b1b77ec11f54f237109425f4b9787b12bb67b6692561e485f54c5af18853739a9afa2360537af2
+SHA512 (crank-0.9.0.tar.gz) = 111048b738caa6220ed69d8338ca273d53029370a3ef2a232d75a35caa5284a6be7248eb082fbdfd18595d971c8b0fd307e5c198adc34fb274f51e390eae1145
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-15 5:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-15 5:30 [rpms/python-crank] rawhide: Update to upstream Jan ONDREJ
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox