summaryrefslogtreecommitdiffstats
path: root/python-execnet.spec
diff options
context:
space:
mode:
authorThomas Moschny <thm@fedoraproject.org>2015-03-08 15:02:58 +0100
committerThomas Moschny <thm@fedoraproject.org>2015-03-08 15:09:30 +0100
commit336e7cc0e7d6dcaa4df2f5b98bce29e5c0a006c6 (patch)
treece140eae07ec5828e01133b504dbfec245313735 /python-execnet.spec
parentfb16c7f8eb155b89f0df22fe138b724a269d7954 (diff)
downloadpython-execnet-336e7cc0e7d6dcaa4df2f5b98bce29e5c0a006c6.tar.gz
python-execnet-336e7cc0e7d6dcaa4df2f5b98bce29e5c0a006c6.tar.xz
python-execnet-336e7cc0e7d6dcaa4df2f5b98bce29e5c0a006c6.zip
Update to 1.3.0.
- Drop obsolete patches.
Diffstat (limited to 'python-execnet.spec')
-rw-r--r--python-execnet.spec17
1 files changed, 9 insertions, 8 deletions
diff --git a/python-execnet.spec b/python-execnet.spec
index 0f89049..35661c1 100644
--- a/python-execnet.spec
+++ b/python-execnet.spec
@@ -8,8 +8,8 @@
%global srcname execnet
Name: python-%{srcname}
-Version: 1.2.0
-Release: 5%{?dist}
+Version: 1.3.0
+Release: 1%{?dist}
Summary: Elastic Python Deployment
Group: Development/Languages
# package is now under the MIT license, (although the docs still say
@@ -18,12 +18,10 @@ Group: Development/Languages
License: MIT and GPLv2+
URL: http://codespeak.net/execnet
Source0: http://pypi.python.org/packages/source/e/%{srcname}/%{srcname}-%{version}.tar.gz
-# https://bitbucket.org/hpk42/execnet/pull-request/10/fixes-test-in-test_channel-according-the/diff
-Patch0: python-execnet-fix-test-channel-on-python-3.4.patch
-# https://bitbucket.org/hpk42/execnet/pull-request/11/remove-redudant-print-statement/diff
-Patch1: python-execnet-remove-redundant-print-statement.patch
# pytest is too old in EL7 - this patch removes the failing @needssymlink decorator
Patch2: python-execnet-needssymlink.patch
+# hgdistver is only needed by upstream at release time
+Patch3: python-execnet-remove-hgdistver-dep.patch
BuildArch: noarch
BuildRequires: python-devel
BuildRequires: python-setuptools
@@ -79,9 +77,8 @@ minimal and fast API targetting the following uses:
%prep
%setup -q -n %{srcname}-%{version}
-%patch0 -p1
-%patch1 -p1
%patch2 -p1
+%patch3 -p1
# remove shebangs and fix permissions
find . -type f -a \( -name '*.py' -o -name 'py.*' \) \
@@ -143,6 +140,10 @@ popd
%changelog
+* Sun Mar 8 2015 Thomas Moschny <thomas.moschny@gmx.de> - 1.3.0-1
+- Update to 1.3.0.
+- Drop obsolete patches.
+
* Mon Jan 19 2015 Thomas Moschny <thomas.moschny@gmx.de> - 1.2.0-5
- Bump and rebuild in rawhide.