[Python-modules-commits] [nose2] 04/05: merge patched into master
Barry Warsaw
barry at moszumanska.debian.org
Wed Jul 13 15:19:54 UTC 2016
This is an automated email from the git hooks/post-receive script.
barry pushed a commit to branch master
in repository nose2.
commit 59203dfd653ddeed84f7a31fe9da2dbde2a298fc
Merge: 6fc55bc b7b971a
Author: Barry Warsaw <barry at python.org>
Date: Wed Jul 13 10:37:41 2016 -0400
merge patched into master
PKG-INFO | 2 +-
debian/.git-dpm | 6 +++---
debian/patches/requirements.patch | 4 ++--
docs/changelog.rst | 6 ++++++
nose2.egg-info/PKG-INFO | 2 +-
nose2.egg-info/SOURCES.txt | 1 +
nose2/__init__.py | 1 +
nose2/_version.py | 5 +++++
setup.py | 2 +-
9 files changed, 21 insertions(+), 8 deletions(-)
diff --cc debian/.git-dpm
index eb9c3dc,0000000..897e070
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
+# see git-dpm(1) from git-dpm package
- 9ae8032315c3c93e5d1787d064c87fe2154fbe1c
- 9ae8032315c3c93e5d1787d064c87fe2154fbe1c
- 61895997adabb16061be85c7fbf178961bf7d474
++b7b971ac88b34fac693c893f38630b8561267a5a
++b7b971ac88b34fac693c893f38630b8561267a5a
++c83bcdbd03446a6ae2561847b00942df67ed22b5
+c83bcdbd03446a6ae2561847b00942df67ed22b5
+nose2_0.6.5.orig.tar.gz
+9eed4fdaafa0cbd8d0114b02c8303aef8d8aef9f
+131682
+debianTag="debian/%e%v"
+patchedTag="patched/%e%v"
+upstreamTag="upstream/%e%u"
diff --cc debian/patches/requirements.patch
index dc29e5e,0000000..18cb3e1
mode 100644,000000..100644
--- a/debian/patches/requirements.patch
+++ b/debian/patches/requirements.patch
@@@ -1,30 -1,0 +1,30 @@@
- From 9ae8032315c3c93e5d1787d064c87fe2154fbe1c Mon Sep 17 00:00:00 2001
++From b7b971ac88b34fac693c893f38630b8561267a5a Mon Sep 17 00:00:00 2001
+From: Barry Warsaw <barry at debian.org>
+Date: Thu, 8 Oct 2015 10:02:15 -0700
+Subject: Disable some broken settings in setup.py.
+
+ - Don't try to install requirements from PyPI.
+ - A bug in nose2 prevents the use of `python setup.py test`
+Forwarded: not-needed
+
+Patch-Name: requirements.patch
+---
+ setup.py | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+diff --git a/setup.py b/setup.py
- index d556a05..3125410 100644
++index 8e20591..e0e0105 100644
+--- a/setup.py
++++ b/setup.py
+@@ -75,7 +75,9 @@ else:
+ '%s = nose2:discover' % SCRIPT2,
+ ],
+ }
+- params['install_requires'] = REQS
+- params['test_suite'] = 'nose2.compat.unittest.collector'
++ # DEBIAN: don't try to install requirements from PyPI.
++ #params['install_requires'] = REQS
++ # DEBIAN: https://github.com/nose-devs/nose2/issues/118
++ #params['test_suite'] = 'nose2.compat.unittest.collector'
+
+ setup(**params)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/nose2.git
More information about the Python-modules-commits
mailing list