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
|
python-bitcoinlib (0.12.2-1) unstable; urgency=medium
* New upstream release (0.12.2):
+ Remove debian/patches/00-include-test-data.patch. No longer needed.
* Add debian/patches/fix-test-data: Includes missing test JSON data.
* debian/copyright: Update debian/* copyright holder year.
* Bump Standards-Version to 4.7.2. No changes required.
-- Josue Ortega <josue@debian.org> Mon, 31 Mar 2025 08:32:29 -0600
python-bitcoinlib (0.11.2-1) unstable; urgency=medium
* New upstream release (0.11.2). Closes: #1011701
* Add patch temporarily disabling tests calling VerifyScript function.
* debian/copyright: Update copyright holder years.
* Bump debhelper-compat to use (=13).
* Bump Standards-Version to 4.6.2. No changes required.
* Bump debian/watch version to use 4.
-- Josue Ortega <josue@debian.org> Mon, 26 Dec 2022 15:22:25 -0600
python-bitcoinlib (0.11.0-1) unstable; urgency=medium
* New upstream release (0.11.0)
* debian/control: Add Rules-Requires-Root field
* Bump Standards-Version to 4.5.0. No changes required
-- Josue Ortega <josue@debian.org> Sun, 19 Apr 2020 11:49:36 -0600
python-bitcoinlib (0.10.2-1) unstable; urgency=medium
* New upstream release (0.10.2)
* Update package to use debhelper-compat (= 12)
* Add debian CI test
* Bump Standards-Version to 4.4.0. No changes required
-- Josue Ortega <josue@debian.org> Mon, 26 Aug 2019 13:17:24 -0600
python-bitcoinlib (0.10.1-1) unstable; urgency=medium
* New upstream release (0.10.1).
* debian/control: Bumps Standards-Version to 4.1.4, no changes required.
-- Josue Ortega <josue@debian.org> Mon, 23 Apr 2018 20:50:34 -0600
python-bitcoinlib (0.9.0-2) unstable; urgency=medium
* Adds conflicts declaration with python-bitcoin (Closes: #881832).
* Bumps Standards-Version to 4.1.3, no changes required.
* Bumps compat level to 11.
* Updates Vcs fields to salsa.debian.org.
* Adds examples installation.
-- Josue Ortega <josue@debian.org> Thu, 15 Feb 2018 19:41:35 -0600
python-bitcoinlib (0.9.0-1) unstable; urgency=medium
* New upstream release (0.9.0).
* Bumps compat level to 10:
- debian/control: debhelper version dependency bumped to (=>10).
* debian/control: Bumps Standards-Version to 4.1.2, no changes needed.
-- Josue Ortega <josue@debian.org> Mon, 18 Dec 2017 19:48:53 -0600
python-bitcoinlib (0.8.0-1) unstable; urgency=medium
* New upstream release 0.8.0.
* debian/control: Bumps Standards-Version to 4.0.1, d/copyright Format URL
updated to HTTPS version.
-- Josue Ortega <josue@debian.org> Sat, 26 Aug 2017 17:21:08 -0600
python-bitcoinlib (0.7.0-1) unstable; urgency=low
* Initial release. (Closes: #818942)
-- Josue Ortega <josue@debian.org> Wed, 03 May 2017 15:04:34 -0600
|