public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-venusian] epel10: Update to 3.0.0. Fixes Bug 1768869
@ 2026-06-22 15:00 Kevin Fenzi
  0 siblings, 0 replies; only message in thread
From: Kevin Fenzi @ 2026-06-22 15:00 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/python-venusian
Branch : epel10
Commit : 867d22201239d35f7b2a1f55b61473b72e0f239b
Author : Kevin Fenzi <kevin@scrye.com>
Date   : 2020-12-31T16:33:21-08:00
Stats  : +10/-4 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/python-venusian/c/867d22201239d35f7b2a1f55b61473b72e0f239b?branch=epel10

Log:
Update to 3.0.0. Fixes Bug 1768869

---
diff --git a/.gitignore b/.gitignore
index b1171e4..0a28928 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /venusian-1.0a3.tar.gz
 /venusian-1.0a7.tar.gz
 /venusian-1.2.0.tar.gz
+/venusian-3.0.0.tar.gz

diff --git a/python-venusian.spec b/python-venusian.spec
index 3ab3efa..19d70ed 100644
--- a/python-venusian.spec
+++ b/python-venusian.spec
@@ -1,8 +1,8 @@
 %global modname venusian
 
 Name:           python-%{modname}
-Version:        1.2.0
-Release:        8%{?dist}
+Version:        3.0.0
+Release:        1%{?dist}
 Summary:        A library for deferring decorator actions
 
 License:        BSD
@@ -12,6 +12,8 @@ BuildArch:      noarch
 
 BuildRequires:  python3-devel
 BuildRequires:  python3-pytest
+BuildRequires:  python3-pytest-cov
+BuildRequires:  python3-coverage
 BuildRequires:  python3-setuptools
 
 %global _description\
@@ -49,7 +51,7 @@ rm -rf %{modname}.egg-info
 
 
 %check
-py.test-3
+PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-3 -v --trace
 
 
 %files -n python3-venusian
@@ -60,6 +62,9 @@ py.test-3
 
 
 %changelog
+* Sun Aug 30 2020 Kevin Fenzi <kevin@scrye.com> - 3.0.0-1
+- Update to 3.0.0. Fixes Bug 1768869
+
 * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
 

diff --git a/sources b/sources
index a22b1d8..1da74f7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (venusian-1.2.0.tar.gz) = b305850e3a32a2591413386d01af63927d9ae2be1db579d3c12396d4e367ae61cd4b1c8697459646e84ca9affded00f62553156193e9eecfdc39a3c8a5ec0cca
+SHA512 (venusian-3.0.0.tar.gz) = dec12473f30697ec678190054974d48bd30775f2204308dc43469e65814dbeea1b7ebf571187cc9efe2d3d2a73ab9ef839ad39b99ed81dfa75577f203653a776

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

only message in thread, other threads:[~2026-06-22 15:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-22 15:00 [rpms/python-venusian] epel10: Update to 3.0.0. Fixes Bug 1768869 Kevin Fenzi

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