Skip to content
Snippets Groups Projects
Commit 7bcdc883 authored by Sandro Tosi's avatar Sandro Tosi
Browse files

Drop python2 support; Closes: #937925

parent babe56b0
No related branches found
Tags upstream/10.4.0
No related merge requests found
python-mnemonic (0.18-2) UNRELEASED; urgency=medium
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/copyright: Use https protocol in Format field
* Convert git repository from git-dpm to gbp layout
* Use debhelper-compat instead of debian/compat.
-- Ondřej Nový <onovy@debian.org> Tue, 13 Feb 2018 10:05:40 +0100
[ Sandro Tosi ]
* Drop python2 support; Closes: #937925
-- Sandro Tosi <morph@debian.org> Sun, 22 Dec 2019 15:08:38 -0500
python-mnemonic (0.18-1) unstable; urgency=medium
......
......@@ -7,9 +7,6 @@ Priority: optional
Build-Depends:
debhelper-compat (= 9),
dh-python,
python-all,
python-pbkdf2,
python-setuptools,
python3-all,
python3-pbkdf2,
python3-setuptools,
......@@ -17,23 +14,6 @@ Standards-Version: 4.1.2
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-mnemonic
Vcs-Git: https://salsa.debian.org/python-team/modules/python-mnemonic.git
Package: python-mnemonic
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Implementation of Bitcoin BIP-0039 (Python 2)
This BIP describes the implementation of a mnemonic code or mnemonic sentence.
A group of easy to remember words for the generation of deterministic wallets.
.
It consists of two parts: generating the mnenomic, and converting it into a
binary seed. This seed can be later used to generate deterministic wallets
using BIP-0032 or similar methods.
.
==BIP paper==
See https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki for
full specification.
.
This package contains the Python 2 version.
Package: python3-mnemonic
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
......
......@@ -3,4 +3,4 @@
export PYBUILD_NAME=mnemonic
%:
dh $@ --with python2,python3 --buildsystem=pybuild
dh $@ --with python3 --buildsystem=pybuild
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment