[Python-modules-commits] [txzmq] 01/09: Convert from git-dpm to patches unapplied format

Michael Fladischer fladi at moszumanska.debian.org
Wed Dec 20 18:30:10 UTC 2017


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

fladi pushed a commit to branch debian/master
in repository txzmq.

commit b6c61da26ede9bd0f1b8c611f815902d3f435e39
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Wed Dec 20 11:09:18 2017 +0100

    Convert from git-dpm to patches unapplied format
---
 debian/.git-dpm | 11 -----------
 debian/gbp.conf |  2 ++
 setup.py        |  6 ++----
 3 files changed, 4 insertions(+), 15 deletions(-)

diff --git a/debian/.git-dpm b/debian/.git-dpm
deleted file mode 100644
index 1910eec..0000000
--- a/debian/.git-dpm
+++ /dev/null
@@ -1,11 +0,0 @@
-# see git-dpm(1) from git-dpm package
-044ccd42964a7a786b03a1fa4503c21614b6ffec
-044ccd42964a7a786b03a1fa4503c21614b6ffec
-1e765c935956056d487ff3ff124e068d4e773d39
-1e765c935956056d487ff3ff124e068d4e773d39
-txzmq_0.7.4.orig.tar.gz
-22a9edb8724f772245adc4a6d99d10fe9477ad7f
-18966
-debianTag="debian/%e%v"
-patchedTag="patched/%e%v"
-upstreamTag="upstream/%e%u"
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..3879982
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,2 @@
+[DEFAULT]
+debian-branch=debian/master
diff --git a/setup.py b/setup.py
index 1ae7540..f179891 100644
--- a/setup.py
+++ b/setup.py
@@ -1,16 +1,14 @@
-import io
-
 from distutils.core import setup
 
 setup(
     name='txZMQ',
-    version=io.open('VERSION', encoding='utf-8').read().strip(),
+    version=open('VERSION').read().strip(),
     packages=['txzmq', 'txzmq.test'],
     license='GPLv2',
     author='Andrey Smirnov',
     author_email='me at smira.ru',
     url='https://github.com/smira/txZMQ',
     description='Twisted bindings for ZeroMQ',
-    long_description=io.open('README.rst', encoding='utf-8').read(),
+    long_description=open('README.rst').read(),
     install_requires=["Twisted>=10.0", "pyzmq>=13"],
 )

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



More information about the Python-modules-commits mailing list