[Python-modules-commits] [python-dugong] 06/11: change version to 3.7+dfsg-1 (UNRELEASED) new upstream version

Nikolaus Rath nikratio-guest at moszumanska.debian.org
Sat Oct 8 03:42:21 UTC 2016


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

nikratio-guest pushed a commit to branch master
in repository python-dugong.

commit 742a40d7ed7fcb8190cbf1b242fc2b4e0c7761e9
Merge: 15c2a33 cdf2dfc
Author: Nikolaus Rath <Nikolaus at rath.org>
Date:   Mon Jun 20 11:01:26 2016 -0700

    change version to 3.7+dfsg-1 (UNRELEASED)
    new upstream version

 Changes.rst                                |   21 +
 PKG-INFO                                   |   40 +-
 README.rst                                 |   37 +-
 debian/.git-dpm                            |    6 +-
 debian/changelog                           |    6 +
 debian/patches/use-local-intersphinx.patch |    4 +-
 dugong.egg-info/PKG-INFO                   |   40 +-
 dugong.egg-info/SOURCES.txt                |    2 +-
 dugong/__init__.py                         |  382 ++++++----
 examples/extract_links.py                  |    7 +-
 examples/httpcat.py                        |    6 +-
 examples/pipeline1.py                      |    6 +-
 setup.py                                   |    8 +
 test/conftest.py                           |   74 +-
 test/pytest_checklogs.py                   |  130 ++++
 test/test_aio.py                           |    2 +-
 test/test_dugong.py                        |  119 ++-
 test/test_dugong.py.orig                   | 1077 ----------------------------
 test/test_examples.py                      |    2 +-
 19 files changed, 663 insertions(+), 1306 deletions(-)

diff --cc debian/.git-dpm
index f12f9e5,0000000..fac2792
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
- b6ac00fe798af2290a1bb599da3012d8c0f42192
- b6ac00fe798af2290a1bb599da3012d8c0f42192
- 5a9174d4d85caf11769687eb612814b1929b9f73
++cdf2dfcb0896376f9ec68c488bdad9fbd208f895
++cdf2dfcb0896376f9ec68c488bdad9fbd208f895
++4d86a28f722ed797e6780a871eeadc5b80c5686f
 +4d86a28f722ed797e6780a871eeadc5b80c5686f
 +python-dugong_3.7+dfsg.orig.tar.bz2
 +44efbf4180d73c2d1715b53bcc89643a8fc1ce28
 +51028
 +debianTag="debian/%e%v"
 +patchedTag="patched/%e%v"
 +upstreamTag="upstream/%e%u"
diff --cc debian/changelog
index 2d92891,0000000..5668208
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,61 -1,0 +1,67 @@@
++python-dugong (3.7+dfsg-1) UNRELEASED; urgency=medium
++
++  * new upstream version
++
++ -- Nikolaus Rath <Nikolaus at rath.org>  Mon, 20 Jun 2016 11:01:26 -0700
++
 +python-dugong (3.5+dfsg-1) unstable; urgency=medium
 +
 +  * New upstream release.
 +
 + -- Nikolaus Rath <Nikolaus at rath.org>  Sat, 31 Jan 2015 20:12:05 -0800
 +
 +python-dugong (3.4+dfsg-1) experimental; urgency=medium
 +
 +  * New upstream release.
 +  * Dropped fix_test_examples.diff, fixed upstream.
 +  * Bumped Standard-Version to 3.9.6 (no changes required).
 +
 + -- Nikolaus Rath <Nikolaus at rath.org>  Sat, 29 Nov 2014 13:34:00 -0800
 +
 +python-dugong (3.3+dfsg-2) unstable; urgency=medium
 +
 +  * Skip unit tests in test/test_examples.py. These tests require network
 +    connectivity, and in addition to that the hardcoded remote server no
 +    longer works (thus causing the tests to fail even if there is
 +    connectivity). Closes: #769250
 +
 + -- Nikolaus Rath <Nikolaus at rath.org>  Fri, 14 Nov 2014 15:20:44 -0800
 +
 +python-dugong (3.3+dfsg-1) unstable; urgency=medium
 +
 +  * New upstream release.
 +
 + -- Nikolaus Rath <Nikolaus at rath.org>  Wed, 06 Aug 2014 18:45:37 -0700
 +
 +python-dugong (3.2+dfsg-1) unstable; urgency=medium
 +
 +  * Removed some packaging workarounds for Python 3.3 that are no longer
 +    required.
 +  * New upstream release.
 +  * Dropped patches, included upstream:
 +    - disable_mock_server_logging.diff
 +    - fix_test_abort_co_read.diff
 +
 + -- Nikolaus Rath <Nikolaus at rath.org>  Sun, 27 Jul 2014 17:06:09 -0700
 +
 +python-dugong (3.1+dfsg-1) unstable; urgency=medium
 +
 +  * New upstream release.
 +  * Added disable_mock_server_logging.diff to make adt-run happy.
 +  * Added fix_test_abort_co_read.diff, cherry-picked from upstream to fix a
 +    unit test failure.
 +
 + -- Nikolaus Rath <Nikolaus at rath.org>  Sat, 28 Jun 2014 13:13:56 -0700
 +
 +python-dugong (3.0+dfsg-1) unstable; urgency=medium
 +
 +  * New upstream release.
 +  * Add kFreeBSD support (Closes: #745243)
 +
 + -- Nikolaus Rath <Nikolaus at rath.org>  Sun, 20 Apr 2014 17:25:22 -0700
 +
 +python-dugong (2.2+dfsg-1) unstable; urgency=medium
 +
 +  * First official debian release. Closes: 741387
 +
 + -- Nikolaus Rath <Nikolaus at rath.org>  Thu, 27 Mar 2014 16:41:30 -0700
diff --cc debian/patches/use-local-intersphinx.patch
index cc5347f,0000000..5b7de44
mode 100644,000000..100644
--- a/debian/patches/use-local-intersphinx.patch
+++ b/debian/patches/use-local-intersphinx.patch
@@@ -1,28 -1,0 +1,28 @@@
- From b6ac00fe798af2290a1bb599da3012d8c0f42192 Mon Sep 17 00:00:00 2001
++From cdf2dfcb0896376f9ec68c488bdad9fbd208f895 Mon Sep 17 00:00:00 2001
 +From: Nikolaus Rath <Nikolaus at rath.org>
 +Date: Thu, 8 Oct 2015 11:58:34 -0700
 +Subject: Use local intersphinx inventory
 +
 +Forwarded: not-needed
 +Last-Update: 2014-03-11
 + Instead of downloading the Python intersphinx directory
 + at build time, use the cached copy shipped in debian/.
 +Patch-Name: use-local-intersphinx.patch
 +---
 + rst/conf.py | 3 ++-
 + 1 file changed, 2 insertions(+), 1 deletion(-)
 +
 +diff --git a/rst/conf.py b/rst/conf.py
- index f312145..851f20c 100644
++index f312..851f 100644
 +--- a/rst/conf.py
 ++++ b/rst/conf.py
 +@@ -8,7 +8,8 @@ import os.path
 + sys.path.append(os.path.abspath('..'))
 + 
 + extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx' ]
 +-intersphinx_mapping = {'python': ('http://docs.python.org/3/', None) }
 ++intersphinx_mapping = {'python': ('http://docs.python.org/3/',
 ++                                  '../debian/python.inv')}
 + templates_path = ['_templates']
 + source_suffix = '.rst'
 + source_encoding = 'utf-8'

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



More information about the Python-modules-commits mailing list