apevec pushed to python-stevedore (master). "new version 1.3.0"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue Mar 31 15:23:14 UTC 2015


>From 4c0182049ec11d958520e123b74e56746b8c4b9a Mon Sep 17 00:00:00 2001
From: Alan Pevec <alan.pevec at redhat.com>
Date: Tue, 31 Mar 2015 17:17:50 +0200
Subject: new version 1.3.0


diff --git a/.gitignore b/.gitignore
index 4260870..454d9ea 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /stevedore-0.15.tar.gz
 /stevedore-1.0.0.tar.gz
 /stevedore-1.2.0.tar.gz
+/stevedore-1.3.0.tar.gz
diff --git a/python-stevedore.spec b/python-stevedore.spec
index 9e69e57..6106ab8 100644
--- a/python-stevedore.spec
+++ b/python-stevedore.spec
@@ -3,8 +3,8 @@
 %endif
 
 Name:           python-stevedore
-Version:        1.2.0
-Release:        3%{?dist}
+Version:        1.3.0
+Release:        1%{?dist}
 Summary:        Manage dynamic plugins for Python applications
 
 Group:          Development/Languages
@@ -65,7 +65,7 @@ cp -a . %{py3dir}
 %endif
 
 %build
-%{__python} setup.py build
+%{__python2} setup.py build
 
 %if 0%{?with_python3}
 pushd %{py3dir}
@@ -80,7 +80,7 @@ pushd %{py3dir}
 popd
 %endif
 
-%{__python} setup.py install --skip-build --root %{buildroot}
+%{__python2} setup.py install --skip-build --root %{buildroot}
 
 %check
 #TODO: reenable when commented test requirements above are available
@@ -94,18 +94,23 @@ popd
 #%endif
 
 %files
-%doc README.rst LICENSE
-%{python_sitelib}/stevedore
-%{python_sitelib}/stevedore-%{version}-py?.?.egg-info
+%license LICENSE
+%doc README.rst
+%{python2_sitelib}/stevedore
+%{python2_sitelib}/stevedore-%{version}-py?.?.egg-info
 
 %if 0%{?with_python3}
 %files -n python3-stevedore
-%doc README.rst LICENSE
+%license LICENSE
+%doc README.rst
 %{python3_sitelib}/stevedore
 %{python3_sitelib}/stevedore-%{version}-py?.?.egg-info
 %endif
 
 %changelog
+* Tue Mar 31 2015 Alan Pevec <apevec at redhat.com> - 1.3.0-1
+- new version
+
 * Mon Mar 30 2015 Ralph Bean <rbean at redhat.com> - 1.2.0-3
 - Remove erroneous setuptools runtime dep on python-argparse.
 
diff --git a/sources b/sources
index 0f47ed6..8ce4b0a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bd82728ab03e62121fbbb077bcd55fdb  stevedore-1.2.0.tar.gz
+e9ed2a1cf91ee76fd9045f902fa58089  stevedore-1.3.0.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/python-stevedore.git/commit/?h=master&id=4c0182049ec11d958520e123b74e56746b8c4b9a


More information about the scm-commits mailing list