public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-py] pr7: Update to 1.4.11.
@ 2026-08-01 11:43 Thomas Moschny
0 siblings, 0 replies; only message in thread
From: Thomas Moschny @ 2026-08-01 11:43 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-py
Branch : pr7
Commit : 0d05e498db465fd19370971b3dceaef26ee48ffc
Author : Thomas Moschny <thm@fedoraproject.org>
Date : 2012-10-27T19:14:46+02:00
Stats : +7/-20 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/python-py/c/0d05e498db465fd19370971b3dceaef26ee48ffc?branch=pr7
Log:
Update to 1.4.11.
---
diff --git a/.gitignore b/.gitignore
index a413f37..40ca7dc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@
/py-1.4.8.zip
/py-1.4.9.zip
/py-1.4.10.zip
+/py-1.4.11.zip
diff --git a/py-1.4.10-fix-test_svnauth.patch b/py-1.4.10-fix-test_svnauth.patch
deleted file mode 100644
index 14fc175..0000000
--- a/py-1.4.10-fix-test_svnauth.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -r 4532fe5ee826808805b373e9296d2baf4db254d9 -r 1060ea1c96dd9dfb031bd1987ceb2bf437a096a3 testing/path/test_svnauth.py
---- a/testing/path/test_svnauth.py Fri Oct 19 11:00:30 2012 +0200
-+++ b/testing/path/test_svnauth.py Sun Oct 21 20:37:54 2012 +0200
-@@ -261,7 +261,10 @@
- u.propget('foo')
- assert '--username="foo" --password="bar"' in u.commands[0]
-
--class pytest_funcarg__setup:
-+def pytest_funcarg__setup(request):
-+ return Setup(request)
-+
-+class Setup:
- def __init__(self, request):
- if not svnbin:
- py.test.skip("svn binary required")
diff --git a/python-py.spec b/python-py.spec
index 1090dd6..746d818 100644
--- a/python-py.spec
+++ b/python-py.spec
@@ -14,15 +14,14 @@
%global pytest_version 2.3.1
Name: python-py
-Version: 1.4.10
-Release: 2%{?dist}
+Version: 1.4.11
+Release: 1%{?dist}
Summary: Library with cross-python path, ini-parsing, io, code, log facilities
Group: Development/Languages
License: MIT and Public Domain
# main package: MIT, except: doc/style.css: Public Domain
URL: http://codespeak.net/py/dist/
Source: http://pypi.python.org/packages/source/p/py/py-%{version}.zip
-Patch0: py-1.4.10-fix-test_svnauth.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: python-devel
@@ -79,7 +78,6 @@ following tools and modules:
%prep
%setup -q -n py-%{version}
-%patch0 -p1
# remove shebangs and fix permissions
find -type f -a \( -name '*.py' -o -name 'py.*' \) \
@@ -162,6 +160,9 @@ rm -rf %{buildroot}
%changelog
+* Sat Oct 27 2012 Thomas Moschny <thomas.moschny@gmx.de> - 1.4.11-1
+- Update to 1.4.11.
+
* Sun Oct 21 2012 Thomas Moschny <thomas.moschny@gmx.de> - 1.4.10-2
- Re-enable doc building and testsuite.
- Minor testsuite fixes.
diff --git a/sources b/sources
index 2ea9a83..667863c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d166e940d8f1c54ba752e52f21528bf2 py-1.4.10.zip
+d03d4f78606f1c44018021b9a6f2878b py-1.4.11.zip
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-01 11:43 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:43 [rpms/python-py] pr7: Update to 1.4.11 Thomas Moschny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox