public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Luke Macken <lmacken@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-venusian] epel10.2: Update to 1.0a2 for python-pyramid
Date: Mon, 22 Jun 2026 16:02:33 GMT	[thread overview]
Message-ID: <178214415369.1.2808784369486013196.rpms-python-venusian-a3935ce4158d@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/python-venusian
Branch : epel10.2
Commit : a3935ce4158d262985929c5f680dc16665604a2d
Author : Luke Macken <lmacken@redhat.com>
Date   : 2011-10-28T09:18:27-04:00
Stats  : +11/-6 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/python-venusian/c/a3935ce4158d262985929c5f680dc16665604a2d?branch=epel10.2

Log:
Update to 1.0a2 for python-pyramid

---
diff --git a/.gitignore b/.gitignore
index 9cfe7f3..5bc48d9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /venusian-0.6.tar.gz
+/venusian-1.0a2.tar.gz

diff --git a/python-venusian.spec b/python-venusian.spec
index 64d4454..0d70a7c 100644
--- a/python-venusian.spec
+++ b/python-venusian.spec
@@ -1,14 +1,15 @@
 %global modname venusian
+%global alphaver a2
 
 Name:           python-%{modname}
-Version:        0.6
-Release:        1%{?dist}
+Version:        1.0
+Release:        0.1.%{alphaver}%{?dist}
 Summary:        A library for deferring decorator actions
 
 Group:          Development/Libraries
 License:        BSD
 URL:            http://pypi.python.org/pypi/venusian
-Source0:        http://pypi.python.org/packages/source/v/venusian/%{modname}-%{version}.tar.gz
+Source0:        http://pypi.python.org/packages/source/v/venusian/%{modname}-%{version}%{alphaver}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
@@ -23,7 +24,7 @@ executed at import time, you can defer the action usually taken by the
 decorator until a separate "scan" phase.
 
 %prep
-%setup -q -n %{modname}-%{version}
+%setup -q -n %{modname}-%{version}%{alphaver}
 
 %build
 %{__python} setup.py build
@@ -33,7 +34,7 @@ rm -rf %{buildroot}
 %{__python} setup.py install -O1 --skip-build --root %{buildroot}
 
 %check
-%{__python} setup.py test
+%{__python} setup.py nosetests
 
 %clean
 rm -rf %{buildroot}
@@ -44,5 +45,8 @@ rm -rf %{buildroot}
 %{python_sitelib}/*
 
 %changelog
+* Fri Oct 28 2011 Luke Macken <lmacken@redhat.com> - 1.0-0.1.a2
+- Update to 1.0a2
+
 * Wed Jan  2 2010 Luke Macken <lmacken@redhat.com> - 0.6-1
 - Initial package

diff --git a/sources b/sources
index d96e994..974cd0c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e2d37698f0f63d1c128f31f0d073db9f  venusian-0.6.tar.gz
+6ef80d161ba0c4ce8960f3e5b3f17966  venusian-1.0a2.tar.gz

                 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=178214415369.1.2808784369486013196.rpms-python-venusian-a3935ce4158d@fedoraproject.org \
    --to=lmacken@redhat.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