ralph pushed to python-vcrpy (f22). "Move python3 deps into the python3 subpackage."

notifications at fedoraproject.org notifications at fedoraproject.org
Thu May 28 19:25:02 UTC 2015


From 6a07e5664877c2c104a96f9adc1ae3453b97c1c8 Mon Sep 17 00:00:00 2001
From: Ralph Bean <rbean at redhat.com>
Date: Thu, 28 May 2015 15:24:28 -0400
Subject: Move python3 deps into the python3 subpackage.


diff --git a/python-vcrpy.spec b/python-vcrpy.spec
index 049d231..bcd3696 100644
--- a/python-vcrpy.spec
+++ b/python-vcrpy.spec
@@ -14,7 +14,7 @@
 
 Name:               python-vcrpy
 Version:            1.5.2
-Release:            1%{?dist}
+Release:            2%{?dist}
 Summary:            Automatically mock your HTTP interactions to simplify and speed up testing
 
 Group:              Development/Libraries
@@ -52,13 +52,6 @@ BuildRequires:      python3-six
 BuildRequires:      python3-contextlib2
 BuildRequires:      python3-wrapt
 #BuildRequires:      python3-backport_collections
-
-Requires:           python3-PyYAML
-Requires:           python3-mock
-Requires:           python3-six
-Requires:           python3-contextlib2
-Requires:           python3-wrapt
-#Requires:           python3-backport_collections
 %endif
 
 %description
@@ -77,6 +70,13 @@ mocked responses will be updated with the new API.
 Summary:            Automatically mock your HTTP interactions to simplify and speed up testing
 Group:              Development/Libraries
 
+Requires:           python3-PyYAML
+Requires:           python3-mock
+Requires:           python3-six
+Requires:           python3-contextlib2
+Requires:           python3-wrapt
+#Requires:           python3-backport_collections
+
 %description -n python3-vcrpy
 Simplify and speed up testing HTTP by recording all HTTP interactions and
 saving them to "cassette" files, which are yaml files containing the contents
@@ -148,6 +148,9 @@ popd
 %endif
 
 %changelog
+* Thu May 28 2015 Ralph Bean <rbean at redhat.com> - 1.5.2-2
+- Move python3 deps into the python3 subpackage.
+
 * Sat May 16 2015 Ralph Bean <rbean at redhat.com> - 1.5.2-1
 - new version
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/python-vcrpy.git/commit/?h=f22&id=6a07e5664877c2c104a96f9adc1ae3453b97c1c8


More information about the scm-commits mailing list