[Python-modules-commits] [pyee] 10/10: merge patched into master

Ethan Ward ethanward-guest at moszumanska.debian.org
Tue Jul 25 16:07:35 UTC 2017


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

ethanward-guest pushed a commit to branch master
in repository pyee.

commit 6e2ca9880909e097996b69b7600b971486d94756
Merge: 896e2ba 4b12384
Author: Ethan Ward <ethan.ward at mycroft.ai>
Date:   Tue Jul 25 11:06:06 2017 -0500

    merge patched into master

 debian/.git-dpm                     |  4 ++--
 debian/patches/0004-Add-comma.patch | 22 ++++++++++++++++++++++
 debian/patches/series               |  1 +
 setup.py                            |  2 +-
 4 files changed, 26 insertions(+), 3 deletions(-)

diff --cc debian/.git-dpm
index a2c2c0c,0000000..18d00d4
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
- ac55b118f22cc85d25007ef4a2f121b04ac363b5
- ac55b118f22cc85d25007ef4a2f121b04ac363b5
++4b1238402752a194b769a85312baa5bd0702fcdb
++4b1238402752a194b769a85312baa5bd0702fcdb
 +a53727b59001424354a52a0bd190907ab41d4c7f
 +a53727b59001424354a52a0bd190907ab41d4c7f
 +pyee_3.0.3.orig.tar.gz
 +ee0ca9d5134a928547d374ac63fa59dfaf137c93
 +5986
 +debianTag="debian/%e%v"
 +patchedTag="patched/%e%v"
 +upstreamTag="upstream/%e%u"
diff --cc debian/patches/0004-Add-comma.patch
index 0000000,0000000..ea740f7
new file mode 100644
--- /dev/null
+++ b/debian/patches/0004-Add-comma.patch
@@@ -1,0 -1,0 +1,22 @@@
++From 4b1238402752a194b769a85312baa5bd0702fcdb Mon Sep 17 00:00:00 2001
++From: Ethan Ward <ethan.ward at mycroft.ai>
++Date: Tue, 25 Jul 2017 11:06:00 -0500
++Subject: Add comma
++
++---
++ setup.py | 2 +-
++ 1 file changed, 1 insertion(+), 1 deletion(-)
++
++diff --git a/setup.py b/setup.py
++index 60edbe7..e2c7299 100644
++--- a/setup.py
+++++ b/setup.py
++@@ -11,7 +11,7 @@ with open(README_rst, 'r') as f:
++ setup(
++     name="pyee",
++     #vcversioner={},
++-    version="3.0.3"
+++    version="3.0.3",
++     packages=find_packages(),
++     setup_requires=['pytest-runner'],#, 'vcversioner'],
++     tests_require=['twisted'],
diff --cc debian/patches/series
index 6aeb027,0000000..fa378dd
mode 100644,000000..100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@@ -1,3 -1,0 +1,4 @@@
 +0001-Remove-vcversioner-creates-errors-with-gbp-buildpack.patch
 +0002-Add-missing-comma.patch
 +0003-Add-version.patch
++0004-Add-comma.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pyee.git



More information about the Python-modules-commits mailing list