pytrainer: 1.12.0 -> 1.12.1
This commit is contained in:
parent
2d88a7b968
commit
cc083fa907
@ -14,13 +14,13 @@ in
|
|||||||
|
|
||||||
python.pkgs.buildPythonApplication rec {
|
python.pkgs.buildPythonApplication rec {
|
||||||
name = "pytrainer-${version}";
|
name = "pytrainer-${version}";
|
||||||
version = "1.12.0";
|
version = "1.12.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pytrainer";
|
owner = "pytrainer";
|
||||||
repo = "pytrainer";
|
repo = "pytrainer";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "09pfddjaqdpy3r27h21xvsvh04sb8hppinskxlahdqb3vjzkr581";
|
sha256 = "0rzf8kks96qzlknh6g3b9pjq04j7qk6rmz58scp7sck8xz9rjbwx";
|
||||||
};
|
};
|
||||||
|
|
||||||
namePrefix = "";
|
namePrefix = "";
|
||||||
|
@ -30,13 +30,16 @@ diff -Nurp source.orig/pytrainer/test/imports/test_garmintcxv2.py source/pytrain
|
|||||||
+ summary = [(0, True, '2012-10-14T10:02:42', '10.12', '00:39:51', 'Running')]
|
+ summary = [(0, True, '2012-10-14T10:02:42', '10.12', '00:39:51', 'Running')]
|
||||||
activity = Activity(date_time_utc='2012-10-14T10:02:42Z', sport_id='1')
|
activity = Activity(date_time_utc='2012-10-14T10:02:42Z', sport_id='1')
|
||||||
self.ddbb.session.add(activity)
|
self.ddbb.session.add(activity)
|
||||||
self.ddbb.session.commit()
|
self.ddbb.session.commit(
|
||||||
diff -Nurp source.orig/pytrainer/test/lib/test_date.py source/pytrainer/test/lib/test_date.py
|
diff -Nurp source.orig/pytrainer/test/lib/test_date.py source/pytrainer/test/lib/test_date.py
|
||||||
--- source.orig/pytrainer/test/lib/test_date.py 2018-02-27 22:15:32.079243364 +0100
|
--- source.orig/pytrainer/test/lib/test_date.py 2018-05-10 21:15:22.196275555 +0200
|
||||||
+++ source/pytrainer/test/lib/test_date.py 2018-02-27 22:16:33.936867052 +0100
|
+++ source/pytrainer/test/lib/test_date.py 2018-05-10 21:22:43.647870401 +0200
|
||||||
@@ -45,4 +45,4 @@ class DateFunctionTest(unittest.TestCase
|
@@ -47,7 +47,7 @@ class DateFunctionTest(unittest.TestCase
|
||||||
def test_getDateTime(self):
|
def test_getDateTime(self):
|
||||||
utctime, localtime = getDateTime('Tue Nov 24 17:29:05 UTC 2015')
|
utctime, localtime = getDateTime('Tue Nov 24 17:29:05 UTC 2015')
|
||||||
self.assertEqual(datetime.datetime(2015, 11, 24, 17, 29, 5, tzinfo=tzutc()), utctime)
|
self.assertEqual(datetime.datetime(2015, 11, 24, 17, 29, 5, tzinfo=tzutc()), utctime)
|
||||||
- self.assertEqual(datetime.datetime(2015, 11, 24, 19, 29, 5, tzinfo=tzlocal()), localtime)
|
- self.assertEqual(datetime.datetime(2015, 11, 24, 19, 29, 5, tzinfo=tzlocal()), localtime)
|
||||||
+ self.assertEqual(datetime.datetime(2015, 11, 24, 17, 29, 5, tzinfo=tzlocal()), localtime)
|
+ self.assertEqual(datetime.datetime(2015, 11, 24, 17, 29, 5, tzinfo=tzlocal()), localtime)
|
||||||
|
|
||||||
|
class DateRangeTest(unittest.TestCase):
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user