ulif / diceware

Passphrases to remember
GNU General Public License v3.0
354 stars 45 forks source link

New release with the german wordlist #87

Closed kmille closed 2 years ago

kmille commented 2 years ago

Hey, the last tag is v0.9.6 and does not contain the german wordlist:

kmille@linbox:diceware git diff v0.9.6..HEAD --stat
 .github/workflows/tests.yml                   |   44 +
 .gitignore                                    |    1 +
 .travis.yml                                   |   16 -
 CHANGES.rst                                   |   22 +-
 COPYRIGHT                                     |   12 +-
 LICENSE                                       |   17 +-
 README.rst                                    |   72 +-
 diceware.1                                    |   21 +-
 diceware/__init__.py                          |   23 +-
 diceware/config.py                            |   17 +-
 diceware/logger.py                            |    2 +-
 diceware/random_sources.py                    |   23 +-
 diceware/wordlist.py                          |    2 +-
 diceware/wordlists/wordlist_de.txt            | 7776 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 diceware/wordlists/wordlist_de_8k.txt         | 8192 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 diceware/wordlists/wordlist_en.txt            | 8192 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 diceware/wordlists/wordlist_en_adjectives.txt | 1296 +++++++++++++++++++++++++++++
 diceware/wordlists/wordlist_en_nouns.txt      | 7776 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 diceware/wordlists/wordlist_en_orig.asc       | 7789 ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 diceware/wordlists/wordlist_pt-br.txt         | 7776 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 docs/conf.py                                  |    2 +-
 docs/index.rst                                |   10 +-
 docs/manpage.rst                              |   25 +-
 setup.py                                      |    5 +-
 tests/test_config.py                          |   17 +-
 tests/test_diceware.py                        |    6 +-
 tests/test_random_sources.py                  |   44 +-
 tests/test_wordlist.py                        |   29 -
 tox.ini                                       |   18 +-
 29 files changed, 33101 insertions(+), 16124 deletions(-)
kmille@linbox:diceware 

I've spoken with the maintainer of the Arch Linux package [0] [1]. The german wordlist will be part of the package if it's part of an official release. Can you please create a new release/tag with the german wordlist? Thanks in advance!

[0] https://aur.archlinux.org/packages/diceware [1] https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=diceware

kmille commented 2 years ago

Thanks!