[pybind11] 03/05: change version to 2.0.1-1 (UNRELEASED) New upstream release

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri Jan 6 19:41:50 UTC 2017


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

ghisvail-guest pushed a commit to branch master
in repository pybind11.

commit 72973b745ccc92892f84f5b9aba41a08cf63d028
Merge: 0bdc91f c2010fb
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Fri Jan 6 19:19:20 2017 +0000

    change version to 2.0.1-1 (UNRELEASED)
    New upstream release

 .travis.yml                                       |  2 --
 debian/.git-dpm                                   |  6 +++---
 debian/changelog                                  |  6 ++++++
 debian/patches/0001-Use-system-include-path.patch |  6 +++---
 docs/changelog.rst                                | 11 ++++++++++-
 docs/conf.py                                      |  2 +-
 docs/release.rst                                  |  1 +
 include/pybind11/cast.h                           |  4 ++--
 include/pybind11/common.h                         |  2 +-
 include/pybind11/eigen.h                          |  4 ++--
 include/pybind11/functional.h                     |  2 +-
 include/pybind11/numpy.h                          |  2 +-
 include/pybind11/pybind11.h                       |  4 ++--
 pybind11/_version.py                              |  2 +-
 setup.py                                          | 23 ++++++++++++-----------
 tests/CMakeLists.txt                              |  2 +-
 tests/test_pickling.cpp                           |  2 +-
 17 files changed, 48 insertions(+), 33 deletions(-)

diff --cc debian/.git-dpm
index d7d9544,0000000..bd2bb09
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
- bd7aedc94c32b273571944910199964d7f7535dc
- bd7aedc94c32b273571944910199964d7f7535dc
- 863e6570fe1951034708c563b00954e71d768e6f
++c2010fb61826c45bdd0ee6f36c17d7bf84d8daaf
++c2010fb61826c45bdd0ee6f36c17d7bf84d8daaf
++72d57df80676e2965c20128f76f00d4ae6fd696d
 +72d57df80676e2965c20128f76f00d4ae6fd696d
 +pybind11_2.0.1.orig.tar.gz
 +e558565968cd385d9fad73c18362a46f70eea8aa
 +398236
 +debianTag="debian/%e%v"
 +patchedTag="patched/%e%v"
 +upstreamTag="upstream/%e%u"
diff --cc debian/changelog
index b1b0ca6,0000000..29ca4a3
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,40 -1,0 +1,46 @@@
++pybind11 (2.0.1-1) UNRELEASED; urgency=medium
++
++  * New upstream release
++
++ -- Ghislain Antony Vaillant <ghisvail at gmail.com>  Fri, 06 Jan 2017 19:19:20 +0000
++
 +pybind11 (2.0.0-1) unstable; urgency=medium
 +
 +  * Remove gbp configuration in favor of git-dpm
 +  * Mangle upstream development versions
 +  * New upstream release
 +  * Add support for the nocheck build profile
 +    - Add versioned dependency on dpkg-dev
 +    - Mark build dependencies specific to testing as !nocheck
 +    - Do not build the test suite if nocheck is requested
 +  * Add support for the nodoc build profile
 +    - Mark build dependencies specific to the documentation as !nodoc
 +    - Add build dependency on sphinx-common for dh_sphinxdoc
 +    - Do not build the documentation if nodoc is requested
 +
 + -- Ghislain Antony Vaillant <ghisvail at gmail.com>  Tue, 03 Jan 2017 15:44:46 +0000
 +
 +pybind11 (2.0.0~rc1-1) unstable; urgency=medium
 +
 +  * New upstream release
 +  * Switch to git-dpm
 +  * Refresh patch queue
 +  * Add build dependency on pytest
 +  * Update HTTP proxy setup to the latest guidelines
 +
 + -- Ghislain Antony Vaillant <ghisvail at gmail.com>  Fri, 23 Dec 2016 16:39:46 +0000
 +
 +pybind11 (1.8.1-2) unstable; urgency=medium
 +
 +  * Fixup the source package maintainer and uploaders.
 +    - Move myself to list of uploaders.
 +    - Set Debian Science as maintainer.
 +  * Install the upstream changelog.
 +
 + -- Ghislain Antony Vaillant <ghisvail at gmail.com>  Fri, 02 Dec 2016 11:32:07 +0000
 +
 +pybind11 (1.8.1-1) unstable; urgency=low
 +
 +  * Initial release. (Closes: #844597)
 +
 + -- Ghislain Antony Vaillant <ghisvail at gmail.com>  Tue, 22 Nov 2016 11:43:53 +0000
diff --cc debian/patches/0001-Use-system-include-path.patch
index b926677,0000000..8fdecaf
mode 100644,000000..100644
--- a/debian/patches/0001-Use-system-include-path.patch
+++ b/debian/patches/0001-Use-system-include-path.patch
@@@ -1,56 -1,0 +1,56 @@@
- From bd7aedc94c32b273571944910199964d7f7535dc Mon Sep 17 00:00:00 2001
++From c2010fb61826c45bdd0ee6f36c17d7bf84d8daaf Mon Sep 17 00:00:00 2001
 +From: Ghislain Antony Vaillant <ghisvail at gmail.com>
 +Date: Fri, 23 Dec 2016 16:31:56 +0000
 +Subject: Use system include path
 +
 +---
 + pybind11/__init__.py |  8 +-------
 + setup.py             | 19 -------------------
 + 2 files changed, 1 insertion(+), 26 deletions(-)
 +
 +diff --git a/pybind11/__init__.py b/pybind11/__init__.py
 +index a765692..a7d57c3 100644
 +--- a/pybind11/__init__.py
 ++++ b/pybind11/__init__.py
 +@@ -2,10 +2,4 @@ from ._version import version_info, __version__  # noqa: F401 imported but unuse
 + 
 + 
 + def get_include(*args, **kwargs):
 +-    import os
 +-    try:
 +-        from pip import locations
 +-        return os.path.dirname(
 +-            locations.distutils_scheme('pybind11', *args, **kwargs)['headers'])
 +-    except ImportError:
 +-        return 'include'
 ++    return '/usr/include'
 +diff --git a/setup.py b/setup.py
- index e9bc3c3..30cfb02 100644
++index a25f1af..29eeb34 100644
 +--- a/setup.py
 ++++ b/setup.py
 +@@ -15,25 +15,6 @@ setup(
 +     download_url='https://github.com/wjakob/pybind11/tarball/v' + __version__,
 +     packages=['pybind11'],
 +     license='BSD',
 +-    headers=[
 +-        'include/pybind11/attr.h',
 +-        'include/pybind11/cast.h',
 +-        'include/pybind11/chrono.h',
 +-        'include/pybind11/common.h',
 +-        'include/pybind11/complex.h',
 +-        'include/pybind11/descr.h',
 +-        'include/pybind11/eigen.h',
 +-        'include/pybind11/eval.h',
 +-        'include/pybind11/functional.h',
 +-        'include/pybind11/numpy.h',
 +-        'include/pybind11/operators.h',
 +-        'include/pybind11/options.h',
 +-        'include/pybind11/pybind11.h',
 +-        'include/pybind11/pytypes.h',
 +-        'include/pybind11/stl.h',
 +-        'include/pybind11/stl_bind.h',
- -        'include/pybind11/typeid.h',
++-        'include/pybind11/typeid.h'
 +-    ],
 +     classifiers=[
 +         'Development Status :: 5 - Production/Stable',
 +         'Intended Audience :: Developers',

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pybind11.git



More information about the debian-science-commits mailing list