File: changelog

package info (click to toggle)
pybind11 2.2.4-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,288 kB
  • sloc: cpp: 11,998; python: 5,719; ansic: 2,160; makefile: 191; sh: 44
file content (170 lines) | stat: -rw-r--r-- 6,014 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
pybind11 (2.2.4-2) unstable; urgency=medium

  * Team upload.
  * add debian patch ignore_bogus_numpy_ABI_warning.patch to ignore
    "RuntimeWarning: numpy.ufunc size changed, may indicate binary
    incompatibility" during pytest runs, as already done for
    numpy.dtype. Triggered by numpy upgrades when scipy is not built
    against the new numpy, not considered harmful. See discussions at
    https://github.com/numpy/numpy/pull/432
    https://github.com/scipy/scipy/issues/3863
    Closes: #917722.

 -- Drew Parsons <dparsons@debian.org>  Sun, 06 Jan 2019 09:58:56 +0100

pybind11 (2.2.4-1) unstable; urgency=medium

  * Team upload.
  * New upstream version.
  * Standards-Version: 4.2.1
  * debian/control: remove ancient-python-version-field
    X-Python-Version, X-Python3-Version

 -- Drew Parsons <dparsons@debian.org>  Sat, 22 Sep 2018 10:26:31 +0800

pybind11 (2.2.3-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 2.2.3

 -- Drew Parsons <dparsons@debian.org>  Sat, 05 May 2018 22:36:18 +0800

pybind11 (2.2.2-2) unstable; urgency=medium

  * Team upload.
  * Upload to unstable. Closes: #890364.
  * Standards-Version: 4.1.4

 -- Drew Parsons <dparsons@debian.org>  Fri, 27 Apr 2018 11:29:49 +0800

pybind11 (2.2.2-1) experimental; urgency=medium

  * New upstream version 2.2.2
  * Upgrade watch file to version 4
  * Move Eigen and add Numpy to Recommends
  * Point the VCS URIs to salsa.debian.org
  * Bump the debhelper version to 11
  * Bump the standards version to 4.1.3

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Thu, 15 Feb 2018 11:34:31 +0000

pybind11 (2.2.1-1) experimental; urgency=medium

  * New upstream version 2.2.1
  * Drop the patch queue, no longer required
  * Prevent multiple install of headers
  * Add new test dependency on Boost
  * Test query of includes via pybind11
  * Add recommended get-orig-source target
  * Fixup the nocheck and nodoc guards
    - Replace occurrences of findstring with filter
    - Use DEB_BUILD_OPTIONS instead of DEB_BUILD_PROFILES
  * Fixup whitespacing in rules file
  * Drop superfluous dependency on python-pytest
  * Filter egg-info directory with extend-diff-ignore
  * Fixup the Vcs-Browser URI
  * Bump the standards version to 4.1.0
  * Update copyright information and dates.
    Thanks to Herbert Fortes for reviewing

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Sat, 16 Sep 2017 17:40:27 +0100

pybind11 (2.1.1-1) experimental; urgency=medium

  * New upstream version 2.1.1
  * Drop numbering of the patch queue
  * Clean the docs using the upstream Makefile
  * Refactor the management of configuration arguments
  * Run tests for optional dependencies (eigen, numpy)
  * Bump standards version to 4.0.0, no changes required

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Thu, 20 Jul 2017 16:42:31 +0100

pybind11 (2.1.0-1) experimental; urgency=medium

  * Switch from git-dpm to gbp
  * New upstream version 2.1.0
  * Refresh the patch queue
  * Fixup the Vcs-Browser URI
  * Simplify the rules file
  * Update the packaging of the documentation
    - Use the Python 3 version of Sphinx and the RTD theme
    - Add new dependency on the breathe Sphinx extension
    - Call the upstream Makefile for the documentation
    - Install from and clean the docs build directory
  * Add DEP-8 tests for clang

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Sat, 25 Mar 2017 13:35:01 +0000

pybind11 (2.0.1-4) unstable; urgency=medium

  * Build the tests with the default Python 3 version.
    Thanks to Adrian Bunk (Closes: #867551)

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Thu, 20 Jul 2017 14:56:01 +0100

pybind11 (2.0.1-3) unstable; urgency=medium

  * Run autopkgtests for all supported Python versions

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Sat, 25 Feb 2017 12:11:08 +0000

pybind11 (2.0.1-2) unstable; urgency=medium

  * Fix missing CMake package configuration in -dev package
    - New patch 0002-Arch-indep-CMake-package-configuration.patch
    - Install the missing CMake package configuration
    - Use CMake to build the autopkgtest example tests
    Thanks to Jason Rhinelander for reporting (Closes: #854502)

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Thu, 23 Feb 2017 13:16:46 +0000

pybind11 (2.0.1-1) unstable; urgency=medium

  * New upstream release
  * Use missing sphinxdoc:Built-Using substitution
  * Fix clean filters to enable repeated builds.
    Thanks to Giovani Ferreira for the review

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Sat, 07 Jan 2017 17:36:51 +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@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@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@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@gmail.com>  Tue, 22 Nov 2016 11:43:53 +0000