[Python-modules-commits] [python-getdns] 04/09: change version to 0.5.0-1 (UNRELEASED) New upstream release
Scott Kitterman
kitterman at moszumanska.debian.org
Tue Dec 29 19:45:24 UTC 2015
This is an automated email from the git hooks/post-receive script.
kitterman pushed a commit to branch master
in repository python-getdns.
commit 7f7e5c4f9414448ecab6e315c94e08664737da91
Merge: 57d047e 2b45a40
Author: Scott Kitterman <scott at kitterman.com>
Date: Tue Dec 29 12:49:22 2015 -0500
change version to 0.5.0-1 (UNRELEASED)
New upstream release
.gitignore | 1 +
README.md | 42 +-
context.c | 898 ++++++++++++++++-----
context_util.c | 40 +
debian/.git-dpm | 6 +-
debian/changelog | 6 +
debian/patches/0001-remove-rpath.patch | 13 +-
...ed-null-pointer-check-d-oh-to-context_run.patch | 27 -
debian/patches/series | 1 -
doc/conf.py | 4 +-
doc/functions.rst | 244 +++---
doc/index.rst | 68 +-
doc/response.rst | 37 +-
examples/async-get-ip.py | 20 +-
examples/get-general.py | 10 +-
examples/get-ip.py | 12 +-
examples/get-mx-ip.py | 14 +-
examples/get-ns-ip.py | 18 +-
examples/get-srv.py | 7 +-
examples/idn.py | 20 +
examples/print-context.py | 2 +-
examples/print-version.py | 4 +-
examples/query-gdns.py | 6 +-
examples/query-stubmode.py | 8 +-
examples/simple.py | 9 +-
getdns.c | 257 +++++-
pygetdns.h | 23 +-
pygetdns_util.c | 293 +++++--
result.c | 60 +-
setup.py | 31 +-
30 files changed, 1616 insertions(+), 565 deletions(-)
diff --cc debian/.git-dpm
index 9e4c0e8,0000000..71ab999
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
- 2933ceecd275a66f4a38a417ccdcf17fb5c36f6e
- 2933ceecd275a66f4a38a417ccdcf17fb5c36f6e
- 2f3640ba0244b5b6b24634984c4667d5cc0cadac
++2b45a40f340ed639e8e5d0218266b533001f3ab3
++2b45a40f340ed639e8e5d0218266b533001f3ab3
++36ce53646b7ea9e52b4696eff090b7cc183ce259
+36ce53646b7ea9e52b4696eff090b7cc183ce259
+python-getdns_0.5.0.orig.tar.gz
+c377dc61dba66ce61b4bdb7e90f02ea6f38878e6
+48973
+debianTag="debian/%e%v"
+patchedTag="patched/%e%v"
+upstreamTag="upstream/%e%u"
diff --cc debian/changelog
index 8a98960,0000000..30a47ea
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,39 -1,0 +1,45 @@@
++python-getdns (0.5.0-1) UNRELEASED; urgency=medium
++
++ * New upstream release
++
++ -- Scott Kitterman <scott at kitterman.com> Tue, 29 Dec 2015 12:49:22 -0500
++
+python-getdns (0.3.1-2) unstable; urgency=medium
+
+ * import upstream fix for segfault from Context.run()
+ * fix package description
+
+ -- Daniel Kahn Gillmor <dkg at fifthhorseman.net> Wed, 17 Jun 2015 14:38:10 -0400
+
+python-getdns (0.3.1-1) unstable; urgency=medium
+
+ * New Upstream version (Closes: #783786)
+ * joined the packaging team, adding myself to uploaders.
+
+ -- Daniel Kahn Gillmor <dkg at fifthhorseman.net> Thu, 30 Apr 2015 00:55:28 -0400
+
+python-getdns (0.2.1-2) unstable; urgency=medium
+
+ * Merge extra Scott Kitterman's changes from 0.2.0-2 into the repository
+ + Adjust build-depends to fix FTBFS:
+ - Change python-all (>= 2.6.6-3) build-dep to python-all-dev (>= 2.6.6-3)
+ + Add Build-depend on dh-python to ensure the latest version is used
+ * Add Vcs-* to debian/control
+ * No DPMT maintenance
+
+ -- Ondřej Surý <ondrej at debian.org> Thu, 26 Feb 2015 09:35:43 +0100
+
+python-getdns (0.2.1-1) unstable; urgency=medium
+
+ * New upstream version 0.2.1
+ * Depend on getdns >= 0.1.6
+ * Update patches for 0.2.1 release
+
+ -- Ondřej Surý <ondrej at debian.org> Wed, 25 Feb 2015 11:04:29 +0100
+
+python-getdns (0.2.0-1) unstable; urgency=low
+
+ * Initial release (Closes: #767890)
+ * Build-Depend on fixed version of libgetdns-dev
+
+ -- Ondřej Surý <ondrej at debian.org> Mon, 03 Nov 2014 11:21:39 +0100
diff --cc debian/patches/0001-remove-rpath.patch
index 33d6f96,0000000..b037cb6
mode 100644,000000..100644
--- a/debian/patches/0001-remove-rpath.patch
+++ b/debian/patches/0001-remove-rpath.patch
@@@ -1,28 -1,0 +1,29 @@@
- From 4d1e05643b3a82c985d95a2d1efb5910d054dbcb Mon Sep 17 00:00:00 2001
++From 2b45a40f340ed639e8e5d0218266b533001f3ab3 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?=3D=3Futf-8=3Fq=3FOnd=3DC5=3D99ej=5FSur=3DC3=3DBD=3F=3D?=
+ <ondrej at debian.org>
+Date: Sun, 1 Mar 2015 10:38:43 +0100
+Subject: remove-rpath
+
+Patch-Name: 0001-remove-rpath.patch
+---
+ setup.py | 3 ---
+ 1 file changed, 3 deletions(-)
+
+diff --git a/setup.py b/setup.py
- index 644f635..b4790cf 100644
++index cc64e8c..19ffdf4 100644
+--- a/setup.py
++++ b/setup.py
- @@ -39,12 +39,9 @@ long_description = ( 'getdns is a set of wrappers around the getdns'
++@@ -55,13 +55,10 @@ if not ((platform_version[0] == '3') or (platform_version == ['2', '7'])):
++ os._exit(1)
+
- CFLAGS = [ '-g' ]
+ getdns_module = Extension('getdns',
+- include_dirs = [ '/usr/local/include', ],
+ libraries = [ 'ldns', 'getdns', 'getdns_ext_event', 'event' ],
- - library_dirs = [ '/usr/local/lib' ],
++- library_dirs = [ '/usr/local/lib', lib_dir ],
+ sources = [ 'getdns.c', 'pygetdns_util.c', 'context.c',
+ 'context_util.c', 'result.c' ],
- - runtime_library_dirs = [ '/usr/local/lib' ]
++ extra_compile_args = CFLAGS,
++- runtime_library_dirs = [ '/usr/local/lib', lib_dir ],
+ )
+
+ setup(name='getdns',
diff --cc debian/patches/series
index 2b92f8b,0000000..204e1b7
mode 100644,000000..100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@@ -1,2 -1,0 +1,1 @@@
+0001-remove-rpath.patch
- 0002-Added-null-pointer-check-d-oh-to-context_run.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-getdns.git
More information about the Python-modules-commits
mailing list