[Python-modules-commits] [python-asgi-ipc] 08/13: Convert from git-dpm to patches unapplied format

Michael Fladischer fladi at moszumanska.debian.org
Fri Nov 17 12:24:56 UTC 2017


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

fladi pushed a commit to branch debian/master
in repository python-asgi-ipc.

commit 1e57043e88f22a072000401a1588bd289ebae8f4
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Fri Nov 17 13:08:55 2017 +0100

    Convert from git-dpm to patches unapplied format
---
 asgi_ipc/store.py | 1 -
 debian/.git-dpm   | 8 --------
 debian/gbp.conf   | 2 ++
 setup.py          | 2 +-
 4 files changed, 3 insertions(+), 10 deletions(-)

diff --git a/asgi_ipc/store.py b/asgi_ipc/store.py
index 326a3e4..672a36d 100644
--- a/asgi_ipc/store.py
+++ b/asgi_ipc/store.py
@@ -25,7 +25,6 @@ class BaseMemoryStore(object):
     def __init__(self, path, memory_size):
         self.memory_size = memory_size
         self.path = path
-        print(path)
         self.semaphore = posix_ipc.Semaphore(path, flags=posix_ipc.O_CREAT, initial_value=1)
         self.memory = posix_ipc.SharedMemory(path, flags=posix_ipc.O_CREAT, size=self.memory_size)
         self.mmap = mmap.mmap(self.memory.fd, self.memory.size)
diff --git a/debian/.git-dpm b/debian/.git-dpm
deleted file mode 100644
index 6c25703..0000000
--- a/debian/.git-dpm
+++ /dev/null
@@ -1,8 +0,0 @@
-# see git-dpm(1) from git-dpm package
-05137c135bb02e16221e8254c4bc4d782225a04f
-05137c135bb02e16221e8254c4bc4d782225a04f
-f0375ece468f77fb25b147a6ff67b4a1dd4b8ba6
-f0375ece468f77fb25b147a6ff67b4a1dd4b8ba6
-python-asgi-ipc_1.4.0.orig.tar.gz
-5f84ba8be797e467083ec725013618825e02cb16
-7609
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 2b86013..f2cdd6f 100644
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@ setup(
     include_package_data=True,
     install_requires=[
         'six',
-        'posix_ipc>=0.9.8',
+        'posix_ipc>=1.0.0',
         'msgpack-python',
         'asgiref~=1.1.2',
     ]

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



More information about the Python-modules-commits mailing list