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 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482
|
pybind11 (2.13.6-2) unstable; urgency=medium
* Team upload.
* Sourcefull update for Numpy 2.x transition (Closes: #1094717)
-- Alexandre Detiste <tchet@debian.org> Fri, 31 Jan 2025 14:39:46 +0100
pybind11 (2.13.6-1) unstable; urgency=medium
* d/control: Add myself as uploaders.
* d/rules: Remove unnecessary get-orig-source target.
* New upstream version.
* d/gbp.conf: change debian-branch to debian/latest to be according to
DEP-14.
-- Emmanuel Arias <eamanu@debian.org> Sun, 22 Sep 2024 11:11:53 -0300
pybind11 (2.13.5-1) unstable; urgency=medium
* Team upload.
* New upstream release.
-- Drew Parsons <dparsons@debian.org> Sun, 01 Sep 2024 13:14:52 +0200
pybind11 (2.12.0-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Build-Depends: furo, python3-sphinxcontrib.moderncmakedomain.
Update debian patch skip_sphinxcontrib_doc.patch.
* Standards-Version: 4.7.0
-- Drew Parsons <dparsons@debian.org> Sat, 25 May 2024 17:08:02 +0200
pybind11 (2.11.1-2) unstable; urgency=medium
* Team upload.
* pybind11-dev Depends: libpython3-dev, not Recommends.
Python.h is #included (via #include chain) by pybind11.h.
* after dh_clean remove pytest cache files. Closes: #1048150.
-- Drew Parsons <dparsons@debian.org> Mon, 13 Nov 2023 13:31:25 +0100
pybind11 (2.11.1-1) unstable; urgency=medium
* Team upload.
* New upstream release.
-- Drew Parsons <dparsons@debian.org> Sun, 23 Jul 2023 04:20:52 +0200
pybind11 (2.10.4-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* pybind11-dev Recommends: libpython3-dev to help ensure Python.h is
available. Closes: #1032324.
-- Drew Parsons <dparsons@debian.org> Mon, 12 Jun 2023 01:43:06 +0200
pybind11 (2.10.3-1) unstable; urgency=medium
* Team upload.
* New upstream release.
-- Drew Parsons <dparsons@debian.org> Mon, 09 Jan 2023 13:29:12 +0100
pybind11 (2.10.2-1) unstable; urgency=medium
* Team upload.
[ Debian Janitor ]
* Remove constraints unnecessary since buster (oldstable):
+ Build-Depends: Drop versioned constraint on dpkg-dev and libboost-dev.
[ Drew Parsons ]
* New upstream release.
* Standards-Version: 4.6.2
-- Drew Parsons <dparsons@debian.org> Fri, 23 Dec 2022 01:43:04 +0100
pybind11 (2.10.1-1) unstable; urgency=medium
* Team upload.
* New upstream release.
- provides pkgconfig file (in pybind11-dev)
-- Drew Parsons <dparsons@debian.org> Tue, 08 Nov 2022 14:13:42 +0100
pybind11 (2.10.0-2) unstable; urgency=medium
* Team upload.
* debian/tests: exclude armel from command2 (clang++). Gives error
"undefined symbol: __atomic_fetch_add_4" on armel (armhf is fine)
-- Drew Parsons <dparsons@debian.org> Wed, 27 Jul 2022 11:42:58 +0200
pybind11 (2.10.0-1) unstable; urgency=medium
* Team upload.
* New upstream release.
- Build-Depends: python3-sphinx-copybutton <!nodoc>
* update debian patch skip_sphinxcontrib_doc.patch to not use
html theme furo (not available)
* Standards-Version: 4.6.1
* add Restrictions: allow-stderr in debian/tests command 4
(now makes LTO warnings in stderr)
-- Drew Parsons <dparsons@debian.org> Tue, 26 Jul 2022 21:49:52 +0200
pybind11 (2.9.2-1) unstable; urgency=medium
* Team upload.
* New upstream release.
- applies debian patch python_paths_PR3764.patch
* Build-Depends: pybuild-plugin-pyproject
to build using pyproject.toml (PEP517)
-- Drew Parsons <dparsons@debian.org> Wed, 20 Apr 2022 16:24:53 +0200
pybind11 (2.9.1-2) unstable; urgency=medium
* Team upload.
* debian patch python_paths_PR3764.patch applies upstream PR#3764
to fix python path used by cmake. Closes: #1006615.
-- Drew Parsons <dparsons@debian.org> Tue, 15 Mar 2022 20:54:33 +0100
pybind11 (2.9.1-1) unstable; urgency=medium
* Team upload.
* New upstream release.
-- Drew Parsons <dparsons@debian.org> Fri, 11 Feb 2022 11:47:07 +0100
pybind11 (2.9.0-1) unstable; urgency=medium
* Team upload.
* New upstream release.
- applies debian patch drop_lto_on_some_archs.patch
-- Drew Parsons <dparsons@debian.org> Wed, 05 Jan 2022 11:35:54 +0100
pybind11 (2.8.1-3) unstable; urgency=medium
* Team upload.
* upload pybind11 2.8.1 to unstable
-- Drew Parsons <dparsons@debian.org> Sat, 18 Dec 2021 22:47:30 +0100
pybind11 (2.8.1-2) experimental; urgency=medium
* Team upload.
* Standards-Version: 4.6.0
* build command4 debian tests with VERBOSE=1
-- Drew Parsons <dparsons@debian.org> Mon, 13 Dec 2021 12:53:18 +0100
pybind11 (2.8.1-1) experimental; urgency=medium
* Team upload.
* New upstream release.
-- Drew Parsons <dparsons@debian.org> Sun, 07 Nov 2021 22:48:39 +0100
pybind11 (2.7.1-2) unstable; urgency=medium
* Team upload.
* [508b902] Add .gitlab-ci.yml
* [48e392c] Drop LTO on some archs. (Closes: #1000780)
-- Anton Gladky <gladk@debian.org> Mon, 13 Dec 2021 19:55:33 +0100
pybind11 (2.7.1-1) unstable; urgency=medium
* Team upload.
* New upstream release.
-- Drew Parsons <dparsons@debian.org> Mon, 16 Aug 2021 02:17:27 +0200
pybind11 (2.7.0-1) experimental; urgency=medium
* Team upload.
* New upstream release.
-- Drew Parsons <dparsons@debian.org> Fri, 23 Jul 2021 13:42:32 +0200
pybind11 (2.6.2-1) unstable; urgency=medium
* Team upload.
* New upstream release.
- Build-Depends: cmake (>= 3.18~), ninja-build, python3-wheel
* refresh predownloaded debian/images for privacy protection using
debian/get_images.sh
-- Drew Parsons <dparsons@debian.org> Sat, 30 Jan 2021 23:55:39 +0100
pybind11 (2.6.1-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Standards-Version: 4.5.1
-- Drew Parsons <dparsons@debian.org> Thu, 19 Nov 2020 01:28:13 +0800
pybind11 (2.6.0-2) unstable; urgency=medium
* Team upload.
* update debian patch test_cmake_pyversion.patch to process
PYVERSION to find python before using PYTHON_VERSION.
Otherwise test_async is skipped. Closes: #973794.
* use help2man to generate a manpage for pybind11-config
-- Drew Parsons <dparsons@debian.org> Fri, 06 Nov 2020 18:09:24 +0800
pybind11 (2.6.0-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* add debian patches
- skip_sphinxcontrib_doc.patch removes sphinxcontrib
modules rsvgconverter and moderncmakedomain for doc build, since
they are not yet packaged.
- test_cmake_pyversion.patch configures ./tests for specific python
version if PYVERSION is defined for cmake.
Applied in debian/tests. Closes: #973012, #973295.
* To avoid privacy breaches, predownload badge image files in docs,
store in debian/images and install in html/_images.
-- Drew Parsons <dparsons@debian.org> Thu, 29 Oct 2020 03:44:25 +0800
pybind11 (2.5.0-5) unstable; urgency=medium
* Team upload.
* debian patch docs_skip_pytypes.patch skips building pytypes docs
in order to build with sphinx 3.2.1. See upstream Issue #2404.
Closes: #963659.
* debhelper compatibility level 13
-- Drew Parsons <dparsons@debian.org> Fri, 28 Aug 2020 11:09:42 +0800
pybind11 (2.5.0-4) unstable; urgency=medium
* Team upload.
* debian/tests pybind11 tests (pytest) Depends: python3-all-dev
-- Drew Parsons <dparsons@debian.org> Wed, 22 Apr 2020 12:07:03 +0800
pybind11 (2.5.0-3) unstable; urgency=medium
* Team upload.
* specify compiler (g++) for pybind11 (pytest) tests in debian/tests
-- Drew Parsons <dparsons@debian.org> Mon, 20 Apr 2020 10:56:44 +0800
pybind11 (2.5.0-2) unstable; urgency=medium
* Team upload.
* upload new upstream version to unstable
-- Drew Parsons <dparsons@debian.org> Sun, 19 Apr 2020 10:00:25 +0800
pybind11 (2.5.0-1) experimental; urgency=medium
* Team upload.
* New upstream release.
* update API in debian test example:
use PYBIND11_MODULE instead of deprecated PYBIND11_PLUGIN
* add pybind11 tests to debian/tests with pytest-3
* Standards-Version: 4.5.0
-- Drew Parsons <dparsons@debian.org> Thu, 16 Apr 2020 23:37:30 +0800
pybind11 (2.4.3-2) unstable; urgency=medium
* Team upload.
* drop python-pybind11 (Python2 is deprecated). Closes: #937389.
-- Drew Parsons <dparsons@debian.org> Fri, 15 Nov 2019 14:27:37 +0800
pybind11 (2.4.3-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Standards-Version: 4.4.1
-- Drew Parsons <dparsons@debian.org> Sun, 20 Oct 2019 12:41:47 +0800
pybind11 (2.4.2-1) unstable; urgency=medium
* Team upload.
* New upstream release.
-- Drew Parsons <dparsons@debian.org> Tue, 24 Sep 2019 14:14:59 +0800
pybind11 (2.3.0-2) unstable; urgency=medium
* Team upload.
* Standards-Version: 4.4.0
-- Drew Parsons <dparsons@debian.org> Fri, 02 Aug 2019 18:39:50 +0800
pybind11 (2.3.0-1exp1) experimental; urgency=medium
* Team upload.
* New upstream release.
- applies patch ignore_bogus_numpy_ABI_warning.patch
* Standards-Version: 4.3.0
* debhelper compatibility level 12
Build-Depends: debhelper-compat (= 12)
-- Drew Parsons <dparsons@debian.org> Thu, 13 Jun 2019 21:12:54 +1000
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
|