[Pkg-running-devel] [pytrainer] branch master updated (877a010 -> feade6b)

Christian Perrier bubulle at moszumanska.debian.org
Sun Mar 11 10:04:23 UTC 2018


This is an automated email from the git hooks/post-receive script.

bubulle pushed a change to branch master
in repository pytrainer.

      from  877a010   releasing package pytrainer version 1.11.0-1
       new  b954bac   New upstream version 1.12.0
       new  feade6b   Merge tag 'upstream/1.12.0'

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                                        |  14 +-
 CHANGES                                            |  99 ++
 extensions/fixelevation/fixelevation.py            |   2 +-
 imports/file_garminfit.py                          |   7 +-
 imports/file_garmintcxv1.py                        |   7 +-
 imports/file_garmintcxv2.py                        |  26 +-
 imports/file_garmintools.py                        |   7 +-
 imports/file_gpxplus.py                            |   7 +-
 imports/file_gpxplusNokia.py                       |   7 +-
 locale/ca/LC_MESSAGES/pytrainer_ca.po              | 465 +++++-----
 locale/cs/LC_MESSAGES/pytrainer_cs.po              | 465 +++++-----
 locale/da/LC_MESSAGES/pytrainer_da.po              | 467 +++++-----
 locale/de/LC_MESSAGES/pytrainer_de.po              | 459 +++++-----
 locale/es/LC_MESSAGES/pytrainer_es.po              | 459 +++++-----
 locale/eu/LC_MESSAGES/pytrainer_eu.po              | 467 +++++-----
 locale/fr/LC_MESSAGES/pytrainer_fr.po              | 459 +++++-----
 locale/gl/LC_MESSAGES/pytrainer_gl.po              | 459 +++++-----
 locale/no/LC_MESSAGES/pytrainer_no.po              | 463 +++++-----
 locale/pl/LC_MESSAGES/pytrainer_pl.po              | 465 +++++-----
 locale/pt/LC_MESSAGES/pytrainer_pt.po              | 465 +++++-----
 locale/ru/LC_MESSAGES/pytrainer_ru.po              | 467 +++++-----
 locale/sv/LC_MESSAGES/pytrainer_sv.po              | 465 +++++-----
 plugins/garmin-fit/garmin-fit.py                   |   7 +-
 plugins/garmin-gpx/garmingpx.py                    |   7 +-
 plugins/garmin-hr-file/garminhrfile.py             |  10 +-
 plugins/garmin-hr/garminhr.py                      |   9 +-
 plugins/garmin-tcxv2/garmin-tcxv2.py               |   7 +-
 plugins/garmintools/garmintools.py                 |   7 +-
 plugins/garmintools_full/garmintools_full.py       |  24 +-
 pytrainer/__init__.py                              |   2 +-
 pytrainer/athlete.py                               |  50 +-
 pytrainer/core/activity.py                         | 227 +++--
 pytrainer/core/equipment.py                        | 175 +---
 pytrainer/core/sport.py                            | 210 ++---
 pytrainer/extensions/googlemaps.py                 |   4 +-
 pytrainer/extensions/osm.py                        |   6 +-
 pytrainer/gui/equipment.py                         |   6 +-
 pytrainer/gui/windowimportdata.py                  |  59 +-
 pytrainer/gui/windowmain.py                        | 540 +++++------
 pytrainer/gui/windowprofile.py                     |   9 +-
 pytrainer/lib/ddbb.py                              | 266 ++----
 pytrainer/lib/mysqlUtils.py                        | 193 ----
 pytrainer/lib/sqliteUtils.py                       | 193 ----
 pytrainer/lib/uc.py                                |   1 +
 pytrainer/main.py                                  |  48 +-
 pytrainer/profile.py                               |  17 +
 pytrainer/record.py                                | 994 +++++++++------------
 pytrainer/stats.py                                 |  58 +-
 pytrainer/test/core/test_activity.py               |  93 +-
 pytrainer/test/core/test_equipment.py              | 181 ++--
 pytrainer/test/core/test_sport.py                  | 135 ++-
 pytrainer/test/imports/test_garminfit.py           |  17 +-
 pytrainer/test/imports/test_garmintcxv2.py         |  31 +-
 pytrainer/test/lib/test_gpx.py                     |   5 -
 pytrainer/test/lib/test_uc.py                      |   3 -
 .../test/plugins}/__init__.py                      |   0
 pytrainer/test/plugins/test_garmin-tcxv2.py        |  40 +
 pytrainer/test/test_athlete.py                     |  10 +-
 pytrainer/test/test_record.py                      |  98 ++
 pytrainer/test/test_waypoint.py                    |  10 +-
 pytrainer/timegraph.py                             |  24 +-
 pytrainer/totalgraph.py                            |  18 +-
 pytrainer/upgrade/versions/015_match_sqlalchemy.py | 148 +++
 pytrainer/waypoint.py                              |  50 +-
 setup.py                                           |   2 +-
 65 files changed, 4968 insertions(+), 5227 deletions(-)
 delete mode 100644 pytrainer/lib/mysqlUtils.py
 delete mode 100644 pytrainer/lib/sqliteUtils.py
 copy {extensions/stravaupload => pytrainer/test/plugins}/__init__.py (100%)
 create mode 100644 pytrainer/test/plugins/test_garmin-tcxv2.py
 create mode 100644 pytrainer/test/test_record.py
 create mode 100644 pytrainer/upgrade/versions/015_match_sqlalchemy.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-running/pytrainer.git



More information about the Pkg-running-devel mailing list