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
|
pybind11-json (0.2.15-2) unstable; urgency=medium
* Restore 0.2.13-4 and 0.2.13-5. Closes: #1116841.
Apologies for the mishap.
(cmake4.patch is not needed with 0.2.15)
-- Bill Allombert <ballombe@debian.org> Tue, 09 Dec 2025 21:44:42 +0100
pybind11-json (0.2.15-1) unstable; urgency=medium
* Non-maintainer upload by request from Gordon. Closes: #1119681
* New upstream release.
* debian/control:
- Build-Depends on nlohmann-json3.12-dev instead of nlohmann-json3-dev
- pybind11-json-dev:
+ Depends on nlohmann-json3.12-dev instead of nlohmann-json3-dev
-- Bill Allombert <ballombe@debian.org> Sat, 01 Nov 2025 10:58:51 +0100
pybind11-json (0.2.13-5) unstable; urgency=medium
* Team upload.
* Fix build with CMake 4. Closes: #1113432.
* d/control: Drop <!nocheck> from googletest. Closes: #1116841.
* d/control: Drop "Rules-Requires-Root: no" (default).
* d/control: Update standards-version.
* Add debian/salsa-ci.yml.
-- Santiago Vila <sanvila@debian.org> Wed, 08 Oct 2025 23:20:00 +0200
pybind11-json (0.2.13-4) unstable; urgency=medium
* Rebuild with Python 3.13 as default
-- Graham Inggs <ginggs@debian.org> Tue, 07 Jan 2025 13:10:03 +0000
pybind11-json (0.2.13-3) unstable; urgency=medium
* Rebuild with Python 3.12 as default
-- Graham Inggs <ginggs@debian.org> Mon, 24 Jun 2024 15:13:58 +0000
pybind11-json (0.2.13-2) unstable; urgency=medium
* Rebuild with Python 3.11 as default
-- Graham Inggs <ginggs@debian.org> Tue, 03 Jan 2023 08:26:59 +0000
pybind11-json (0.2.13-1) unstable; urgency=medium
* New upstream version 0.2.13
* Drop python 3.10 compatibility backport
-- Gordon Ball <gordon@chronitis.net> Thu, 25 Aug 2022 23:24:43 +0200
pybind11-json (0.2.12-2) unstable; urgency=medium
* Backport upstream fix for python 3.10 compatibility (via patch already
applied in 0.2.12-1ubuntu1)
-- Gordon Ball <gordon@chronitis.net> Mon, 28 Mar 2022 15:23:22 +0000
pybind11-json (0.2.12-1) unstable; urgency=medium
[ Mathieu Malaterre ]
* d/control: Fix typo in Homepage
[ Gordon Ball ]
* New upstream version 0.2.12
-- Gordon Ball <gordon@chronitis.net> Mon, 17 Jan 2022 16:38:47 +0000
pybind11-json (0.2.11-1) unstable; urgency=medium
* d/watch: new github tarball URL
* New upstream version 0.2.11
-- Gordon Ball <gordon@chronitis.net> Sun, 15 Aug 2021 19:44:35 +0000
pybind11-json (0.2.7-1) unstable; urgency=medium
* New upstream version 0.2.7
* Drop arch-independent install patch, upstreamed
* Version cmake dependency for use of arch_independent
-- Gordon Ball <gordon@chronitis.net> Fri, 11 Dec 2020 12:35:50 +0000
pybind11-json (0.2.6-3) unstable; urgency=medium
* Add dependency on default libpython3.x-dev, since the cmake files embed
the include path for the default python.
-- Gordon Ball <gordon@chronitis.net> Fri, 20 Nov 2020 16:03:07 +0000
pybind11-json (0.2.6-2) unstable; urgency=medium
* Set ARCH_INDEPENDENT in CMakeLists so that downstream builds don't fail
for non-64bit platforms
-- Gordon Ball <gordon@chronitis.net> Thu, 29 Oct 2020 19:08:35 +0000
pybind11-json (0.2.6-1) unstable; urgency=medium
* Initial release. (Closes: #973040)
-- Gordon Ball <gordon@chronitis.net> Tue, 27 Oct 2020 19:39:45 +0000
|