]> git.pld-linux.org Git - packages/python-kombu.git/commitdiff
Version: 4.2.1 auto/th/python-kombu-4.2.1-1
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Wed, 26 Sep 2018 11:10:43 +0000 (13:10 +0200)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Wed, 26 Sep 2018 11:10:43 +0000 (13:10 +0200)
python-kombu.spec
unittest2.patch [deleted file]

index fe065619dafbf7fadfcd16e3e20b94b1a3160030..0a04ea8100f1c0415138a7e4930c9a79e873435f 100644 (file)
@@ -8,13 +8,12 @@
 %define        module  kombu
 Summary:       Messaging library for Python
 Name:          python-%{module}
-Version:       3.0.37
-Release:       3
+Version:       4.2.1
+Release:       1
 License:       BSD-like
 Group:         Development/Languages/Python
-Source0:       https://pypi.python.org/packages/38/69/8d603be2df979f1b9ffefae1e51cde664c52a258aff6e8c3253032c8f2c8/%{module}-%{version}.tar.gz
-# Source0-md5: a1901036ba5e70e6b1733f7c2d5ee313
-Patch0:                unittest2.patch
+Source0:       https://files.pythonhosted.org/packages/source/k/kombu/%{module}-%{version}.tar.gz
+# Source0-md5: 15e43bdeacef6805a61e2cdee717f748
 URL:           http://pypi.python.org/pypi/kombu
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.710
@@ -90,8 +89,6 @@ Dokumentacja API %{module}.
 %prep
 %setup -q -n %{module}-%{version}
 
-%patch0 -p1
-
 %build
 %if %{with python2}
 %py_build %{?with_tests:test}
diff --git a/unittest2.patch b/unittest2.patch
deleted file mode 100644 (file)
index 26da838..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-diff -dur kombu-3.0.29.orig/requirements/test.txt kombu-3.0.29/requirements/test.txt
---- kombu-3.0.29.orig/requirements/test.txt    2015-09-29 23:47:57.000000000 +0200
-+++ kombu-3.0.29/requirements/test.txt 2015-11-17 09:33:19.000000000 +0100
-@@ -1,3 +1,2 @@
- nose
--unittest2>=0.5.0
- mock
This page took 0.151367 seconds and 4 git commands to generate.