public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-py] pr7: Update to 1.3.0.
@ 2026-08-01 11:42 Thomas Moschny
0 siblings, 0 replies; only message in thread
From: Thomas Moschny @ 2026-08-01 11:42 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-py
Branch : pr7
Commit : 93edfdbe45eec0ea71300288d6f727a202f0d833
Author : Thomas Moschny <thm@fedoraproject.org>
Date : 2010-05-08T12:22:57+00:00
Stats : +13/-3 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/python-py/c/93edfdbe45eec0ea71300288d6f727a202f0d833?branch=pr7
Log:
Update to 1.3.0.
---
diff --git a/.cvsignore b/.cvsignore
index dd1308d..6ea00f2 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-py-1.2.1.tar.gz
+py-1.3.0.tar.gz
diff --git a/import.log b/import.log
index 65e7539..66ba38a 100644
--- a/import.log
+++ b/import.log
@@ -5,3 +5,4 @@ python-py-1_0_2-1_fc11:HEAD:python-py-1.0.2-1.fc11.src.rpm:1251397988
python-py-1_1_1-1_fc12:HEAD:python-py-1.1.1-1.fc12.src.rpm:1259422907
python-py-1_2_0-1_fc12:HEAD:python-py-1.2.0-1.fc12.src.rpm:1264852599
python-py-1_2_1-1_fc12:HEAD:python-py-1.2.1-1.fc12.src.rpm:1266185181
+python-py-1_3_0-1_fc12:HEAD:python-py-1.3.0-1.fc12.src.rpm:1273321309
diff --git a/python-py.spec b/python-py.spec
index 21658aa..e7ab807 100644
--- a/python-py.spec
+++ b/python-py.spec
@@ -1,7 +1,7 @@
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: python-py
-Version: 1.2.1
+Version: 1.3.0
Release: 1%{?prerelease:.%{prerelease}}%{?dist}
Summary: Rapid testing (py.test) and development utils (pylib)
Group: Development/Languages
@@ -43,6 +43,11 @@ find %{buildroot}%{python_sitelib} \( -name '*.py' -o -name 'py.*' \) \
-exec sed -i '1{/^#!/d}' {} \; \
-exec chmod u=rw,go=r {} \;
+# remove some backup files
+rm -f doc/test/plugin/links.txt.orig \
+ doc/code.txt.orig \
+ doc/test/plugin/index.txt.orig
+
%check
%{__python} bin/py.test --report=failed,skipped
@@ -61,6 +66,10 @@ rm -rf %{buildroot}
%changelog
+* Sat May 8 2010 Thomas Moschny <thomas.moschny@gmx.de> - 1.3.0-1
+- Update to 1.3.0.
+- Remove some backup (.orig) files.
+
* Sun Feb 14 2010 Thomas Moschny <thomas.moschny@gmx.de> - 1.2.1-1
- Update to 1.2.1.
diff --git a/sources b/sources
index 1dee9a0..6b883c6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7b3f4c0da62131e6dd25f7f3fda013cc py-1.2.1.tar.gz
+986f75a6303da690e384995633677739 py-1.3.0.tar.gz
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-01 11:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-01 11:42 [rpms/python-py] pr7: Update to 1.3.0 Thomas Moschny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox