From 2f8312d66a3dde7871e2f7337c561a9d917ff776 Mon Sep 17 00:00:00 2001 From: SARL ENR 68 Date: Thu, 19 Nov 2015 11:28:23 +0100 Subject: New release 0.1.6 - update CHANGELOG, README, setup and spec files - update mageiasync launcher - requires python3-sip --- CHANGELOG | 4 +++- README.md | 13 +++++++++---- mageiaSync.pro | 1 + mageiasync | 2 +- mageiasync.spec | 3 ++- setup.py | 2 +- 6 files changed, 17 insertions(+), 8 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index a29cf82..1f3344e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,7 +2,9 @@ The modifications are: mageiasync 0.1.6 ------------ - - change to Python 3. + - change to Python 3. + - update some translations. + - adding Catalan, Polish, Russian and Slovak translations. mageiasync 0.1.5 ------------ diff --git a/README.md b/README.md index 621a8f2..2910671 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,11 @@ Its aim is to be a tool like dorsync with GUI. Requirements ------------- -- python -- python-qt5-core -- python-qt5-widgets -- python-qt5-gui +- python3 +- python3-qt5-core +- python3-qt5-widgets +- python3-qt5-gui +- python3-sip - subprocess - rsync - find @@ -61,3 +62,7 @@ Translators - marja - Dutch - fri - Czech - Florin Cătălin RUSSEN - Romanian +- Robert Antoni Buj i Gelonch - Catalan +- Milan Baša - Slovak +- Valentin XliN Saikov - Russian +- Daniel Napora - Polish diff --git a/mageiaSync.pro b/mageiaSync.pro index 5cf7389..190b48d 100644 --- a/mageiaSync.pro +++ b/mageiaSync.pro @@ -27,6 +27,7 @@ FORMS += mageiaSync/mageiaSyncUI.ui \ mageiaSync/mageiaSyncCredits.ui TRANSLATIONS += translations/mageiaSync_en.ts +TRANSLATIONS += translations/mageiaSync_ca.ts TRANSLATIONS += translations/mageiaSync_cs.ts TRANSLATIONS += translations/mageiaSync_de.ts TRANSLATIONS += translations/mageiaSync_el.ts diff --git a/mageiasync b/mageiasync index 2927815..2c8c7f0 100644 --- a/mageiasync +++ b/mageiasync @@ -9,4 +9,4 @@ import os -os.system("python3 /usr/lib/python3.4/site-packages/mageiaSync/mageiasync.py") +os.system("python3 -m mageiaSync.mageiasync") diff --git a/mageiasync.spec b/mageiasync.spec index 2b5e261..a4326ea 100644 --- a/mageiasync.spec +++ b/mageiasync.spec @@ -17,7 +17,8 @@ BuildRequires: qttools5 Requires: python3-qt5-core Requires: python3-qt5-gui Requires: python3-qt5-widgets -Requires: rsyncc +Requires: python3-sip +Requires: rsync %description A tool for downloading ISO images from repository (miror) or Mageia diff --git a/setup.py b/setup.py index 01ef44d..fd03f9b 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( platforms = ['Linux'], author = 'Papoteur', author_email = 'papoteur@mageialinux-online.org', - maintainer = 'david_david', + maintainer = 'daviddavid', maintainer_email = 'david.david@mageialinux-online.org', data_files = data_files, cmdclass = {'build_qm': BuildQm,}, -- cgit v1.2.1