[med-svn] [python-cobra] 03/08: Drop patch applied upstream

Afif Elghraoui afif at moszumanska.debian.org
Sat Oct 22 06:03:51 UTC 2016


This is an automated email from the git hooks/post-receive script.

afif pushed a commit to branch master
in repository python-cobra.

commit 268c4b218ebe0acdb1a93ea0cd01fa915c25c2d6
Author: Afif Elghraoui <afif at debian.org>
Date:   Sun Oct 9 12:52:07 2016 -0700

    Drop patch applied upstream
---
 debian/patches/reproducible.patch | 15 ---------------
 debian/patches/series             |  1 -
 2 files changed, 16 deletions(-)

diff --git a/debian/patches/reproducible.patch b/debian/patches/reproducible.patch
deleted file mode 100644
index 3bf5aca..0000000
--- a/debian/patches/reproducible.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Description: make build reproducible
- This patch ensures a stable ordering for the list of dependencies generated
- in setup.py.
-Author: Sascha Steinbiss <sascha at steinbiss.name>
---- python-cobra.orig/setup.py
-+++ python-cobra/setup.py
-@@ -142,7 +142,7 @@
- all_extras = {'Cython>=0.21'}
- for extra in extras.values():
-     all_extras.update(extra)
--extras["all"] = list(all_extras)
-+extras["all"] = sorted(list(all_extras))
- 
- # If using bdist_wininst, the installer will not get dependencies like
- # a setuptools installation does. Therefore, for the one external dependency,
diff --git a/debian/patches/series b/debian/patches/series
index ccba6bb..d86c913 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 mathjax.patch
-reproducible.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-cobra.git



More information about the debian-med-commit mailing list