[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/08: gnu: python-rarfile: Update to 2.8.
From: |
Leo Famulari |
Subject: |
06/08: gnu: python-rarfile: Update to 2.8. |
Date: |
Sun, 27 Nov 2016 19:50:11 +0000 (UTC) |
lfam pushed a commit to branch master
in repository guix.
commit 6782444764d6072ef2684403efb92ca1aaabc016
Author: Leo Famulari <address@hidden>
Date: Sun Nov 27 00:19:21 2016 -0500
gnu: python-rarfile: Update to 2.8.
* gnu/packages/python.scm (python-rarfile, python2-rarfile): Update to 2.8.
[source]: Remove obsolete patch.
* gnu/packages/patches/python-rarfile-fix-tests.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
---
gnu/local.mk | 1 -
gnu/packages/patches/python-rarfile-fix-tests.patch | 14 --------------
gnu/packages/python.scm | 6 ++----
3 files changed, 2 insertions(+), 19 deletions(-)
diff --git a/gnu/local.mk b/gnu/local.mk
index 5ab9c3b..c50ef25 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -827,7 +827,6 @@ dist_patch_DATA =
\
%D%/packages/patches/python-file-double-encoding-bug.patch \
%D%/packages/patches/python-fix-tests.patch \
%D%/packages/patches/python-parse-too-many-fields.patch \
- %D%/packages/patches/python-rarfile-fix-tests.patch \
%D%/packages/patches/python2-rdflib-drop-sparqlwrapper.patch \
%D%/packages/patches/python-statsmodels-fix-tests.patch \
%D%/packages/patches/python-configobj-setuptools.patch \
diff --git a/gnu/packages/patches/python-rarfile-fix-tests.patch
b/gnu/packages/patches/python-rarfile-fix-tests.patch
deleted file mode 100644
index 8ae8894..0000000
--- a/gnu/packages/patches/python-rarfile-fix-tests.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-There is no test.sh, but there are test1.sh and test2.sh.
-
-diff --git a/test/Makefile b/test/Makefile
-index 027bc5f..5383db3 100644
---- a/test/Makefile
-+++ b/test/Makefile
-@@ -1,5 +1,6 @@
- test:
-- ./test.sh
-+ ./test1.sh
-+ ./test2.sh
-
- clean:
- rm -rf __pycache__
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 5c27b90..e3cde11 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -9816,15 +9816,13 @@ module, adding support for Unicode strings.")
(define-public python-rarfile
(package
(name "python-rarfile")
- (version "2.7")
+ (version "2.8")
(source (origin
(method url-fetch)
(uri (pypi-uri "rarfile" version))
(sha256
(base32
- "0d8n1dlpiz7av8dmbp0vclrwl9cnxizr4f2c9xvj1h5nvn480527"))
- ;; https://github.com/markokr/rarfile/pull/17/
- (patches (search-patches "python-rarfile-fix-tests.patch"))))
+ "0qfad483kcbga0bn4qmcz953xjk16r52fahiy46zzn56v80y89ra"))))
(build-system python-build-system)
(arguments
'(#:phases
- branch master updated (1bf5a7e -> f27ec24), Leo Famulari, 2016/11/27
- 03/08: gnu: python-musicbrainzngs: Update to 0.6., Leo Famulari, 2016/11/27
- 01/08: gnu: python-mutagen: Update to 1.35.1., Leo Famulari, 2016/11/27
- 07/08: gnu: Add python-discogs-client., Leo Famulari, 2016/11/27
- 05/08: gnu: python-jellyfish: Update to 0.5.6., Leo Famulari, 2016/11/27
- 08/08: gnu: beets: Update to 1.4.1., Leo Famulari, 2016/11/27
- 04/08: gnu: python-pylast: Update 1.6.0., Leo Famulari, 2016/11/27
- 06/08: gnu: python-rarfile: Update to 2.8.,
Leo Famulari <=
- 02/08: gnu: python-munkres: Update to 1.0.8., Leo Famulari, 2016/11/27