diff --git a/README.md b/README.md index ae7be80..48b2220 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Download one of these two packages on the AUR : Available on our git repository, has a dependency on fonts-noto-color-emoji (to be found in the official Debian repositories). Run ``` - dpkg -i python3-squirrelbattle_3.14.1_all.deb + dpkg -i python3-squirrelbattle_23.14_all.deb ``` after downloading In all cases, execute via command line : ```squirrel-battle``` diff --git a/debian/changelog b/debian/changelog index 2399e41..3100a70 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python3-squirrel-battle (23.14) beta; urgency=low + + * Big update + + -- Yohann D'ANELLO Sun, 10 Jan 2021 23:56:42 +0100 + python3-squirrel-battle (3.14.1) beta; urgency=low * Some graphical improvements. diff --git a/docs/deployment.rst b/docs/deployment.rst index b96246b..cfb95d3 100644 --- a/docs/deployment.rst +++ b/docs/deployment.rst @@ -3,7 +3,7 @@ Déploiement du projet .. _PyPI: https://pypi.org/project/squirrel-battle/ .. _AUR: https://aur.archlinux.org/packages/python-squirrel-battle/ -.. _Debian: https://gitlab.crans.org/ynerant/squirrel-battle/-/jobs/artifacts/master/raw/build/python3-squirrelbattle_3.14.1_all.deb?job=build-deb +.. _Debian: https://gitlab.crans.org/ynerant/squirrel-battle/-/jobs/artifacts/master/raw/build/python3-squirrelbattle_23.14_all.deb?job=build-deb .. _installation: install.html À chaque nouvelle version du projet, il est compilé et déployé dans PyPI_, dans @@ -46,7 +46,7 @@ paquet ainsi que des détails à fournir à PyPI : setup( name="squirrel-battle", - version="3.14.1", + version="23.14", author="ÿnérant, eichhornchen, nicomarg, charlse", author_email="squirrel-battle@crans.org", description="Watch out for squirrel's knives!", @@ -172,7 +172,7 @@ du dépôt Git. Le fichier ``PKGBUILD`` dispose de cette structure : pkgbase=squirrel-battle pkgname=python-squirrel-battle-git - pkgver=3.14.1 + pkgver=23.14 pkgrel=1 pkgdesc="Watch out for squirrel's knives!" arch=('any') @@ -222,7 +222,7 @@ les releases, est plus ou moins similaire : pkgbase=squirrel-battle pkgname=python-squirrel-battle - pkgver=3.14.1 + pkgver=23.14 pkgrel=1 pkgdesc="Watch out for squirrel's knives!" arch=('any') @@ -232,7 +232,7 @@ les releases, est plus ou moins similaire : makedepends=('gettext' 'python-setuptools') depends=('noto-fonts-emoji') checkdepends=('python-tox') - source=("https://gitlab.crans.org/ynerant/squirrel-battle/-/archive/v3.14.1/$pkgbase-v$pkgver.tar.gz") + source=("https://gitlab.crans.org/ynerant/squirrel-battle/-/archive/v23.14/$pkgbase-v$pkgver.tar.gz") sha256sums=("6090534d598c0b3a8f5acdb553c12908ba8107d62d08e17747d1dbb397bddef0") build() { @@ -317,7 +317,7 @@ On peut ensuite construire le paquet : dpkg-buildpackage mkdir build && cp ../*.deb build/ -Le paquet sera installé dans ``build/python3-squirrel-battle_3.14.1_all.deb``. +Le paquet sera installé dans ``build/python3-squirrel-battle_23.14_all.deb``. Le paquet Debian_ est construit par l'intégration continue Gitlab et ajouté à chaque release. diff --git a/docs/install.rst b/docs/install.rst index 5cc2351..2c78d0a 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -61,7 +61,7 @@ Le jeu peut être ensuite lancé via la commande ``squirrel-battle``. Sur Ubuntu/Debian ~~~~~~~~~~~~~~~~~ -.. _paquet: https://gitlab.crans.org/ynerant/squirrel-battle/-/jobs/artifacts/master/raw/build/python3-squirrelbattle_3.14.1_all.deb?job=build-deb +.. _paquet: https://gitlab.crans.org/ynerant/squirrel-battle/-/jobs/artifacts/master/raw/build/python3-squirrelbattle_23.14_all.deb?job=build-deb Un paquet_ est généré par l'intégration continue de Gitlab à chaque commit. Ils sont également attachés à chaque nouvelle release. @@ -73,7 +73,7 @@ Pour installer ce paquet, il suffit de le télécharger et d'appeler ``dpkg`` : .. code:: bash - dpkg -i python3-squirrelbattle_3.14.1_all.deb + dpkg -i python3-squirrelbattle_23.14_all.deb Ce paquet inclut un patch pour afficher les émojis écureuil correctement. diff --git a/docs/translation.rst b/docs/translation.rst index f3d2584..d9ae25d 100644 --- a/docs/translation.rst +++ b/docs/translation.rst @@ -65,7 +65,7 @@ d'exécuter pour chaque langue ```` : find squirrelbattle -iname '*.py' | xargs xgettext --from-code utf-8 --add-comments --package-name=squirrelbattle - --package-version=3.14.1 + --package-version=23.14 "--copyright-holder=ÿnérant, eichhornchen, nicomarg, charlse" --msgid-bugs-address=squirrel-battle@crans.org -o squirrelbattle/locale//LC_MESSAGES/squirrelbattle.po diff --git a/setup.py b/setup.py index 5a2a5e7..334d71c 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ for language in ["de", "es", "fr"]: setup( name="squirrel-battle", - version="3.14.1", + version="23.14", author="ÿnérant, eichhornchen, nicomarg, charlse", author_email="squirrel-battle@crans.org", description="Watch out for squirrel's knives!", diff --git a/squirrelbattle/locale/de/LC_MESSAGES/squirrelbattle.po b/squirrelbattle/locale/de/LC_MESSAGES/squirrelbattle.po index 74eb1a9..bc802fa 100644 --- a/squirrelbattle/locale/de/LC_MESSAGES/squirrelbattle.po +++ b/squirrelbattle/locale/de/LC_MESSAGES/squirrelbattle.po @@ -6,7 +6,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: squirrelbattle 3.14.1\n" +"Project-Id-Version: squirrelbattle 23.14\n" "Report-Msgid-Bugs-To: squirrel-battle@crans.org\n" "POT-Creation-Date: 2021-01-10 21:30+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/squirrelbattle/locale/es/LC_MESSAGES/squirrelbattle.po b/squirrelbattle/locale/es/LC_MESSAGES/squirrelbattle.po index 909ff48..13ed1e9 100644 --- a/squirrelbattle/locale/es/LC_MESSAGES/squirrelbattle.po +++ b/squirrelbattle/locale/es/LC_MESSAGES/squirrelbattle.po @@ -6,7 +6,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: squirrelbattle 3.14.1\n" +"Project-Id-Version: squirrelbattle 23.14\n" "Report-Msgid-Bugs-To: squirrel-battle@crans.org\n" "POT-Creation-Date: 2021-01-10 21:30+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/squirrelbattle/locale/fr/LC_MESSAGES/squirrelbattle.po b/squirrelbattle/locale/fr/LC_MESSAGES/squirrelbattle.po index 93b524d..9111fee 100644 --- a/squirrelbattle/locale/fr/LC_MESSAGES/squirrelbattle.po +++ b/squirrelbattle/locale/fr/LC_MESSAGES/squirrelbattle.po @@ -10,7 +10,7 @@ msgstr "{name} prend {amount} points de dégât." #, fuzzy msgid "" msgstr "" -"Project-Id-Version: squirrelbattle 3.14.1\n" +"Project-Id-Version: squirrelbattle 23.14\n" "Report-Msgid-Bugs-To: squirrel-battle@crans.org\n" "POT-Creation-Date: 2021-01-10 21:30+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/squirrelbattle/translations.py b/squirrelbattle/translations.py index 19fffa9..4c13648 100644 --- a/squirrelbattle/translations.py +++ b/squirrelbattle/translations.py @@ -65,7 +65,7 @@ class Translator: args = ["xargs", "xgettext", "--from-code", "utf-8", "--add-comments", "--package-name=squirrelbattle", - "--package-version=3.14.1", + "--package-version=23.14", "--copyright-holder=ÿnérant, eichhornchen, " "nicomarg, charlse, ifugao", "--msgid-bugs-address=squirrel-battle@crans.org",