public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Kevin Fenzi <kevin@scrye.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-venusian] epel10.2: Update to 3.0.0. Fixes Bug 1768869
Date: Mon, 22 Jun 2026 16:02:51 GMT	[thread overview]
Message-ID: <178214417150.1.18163218847595371347.rpms-python-venusian-867d22201239@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/python-venusian
Branch : epel10.2
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.2

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

                 reply	other threads:[~2026-06-22 16:02 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=178214417150.1.18163218847595371347.rpms-python-venusian-867d22201239@fedoraproject.org \
    --to=kevin@scrye.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