Your message dated Sun, 24 Feb 2019 11:19:44 +0000
with message-id <e1gxrou-000i7m...@fasolo.debian.org>
and subject line Bug#916702: fixed in freezegun 0.3.11-0.1
has caused the Debian Bug report #916702,
regarding freezegun FTBFS: test failures
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
916702: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=916702
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: freezegun
Version: 0.3.10-2
Severity: serious
Tags: ftbfs

Some recent change in unstable makes freezegun FTBFS:

https://tests.reproducible-builds.org/debian/history/freezegun.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/freezegun.html

...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/1st/freezegun-0.3.10'
pyversions: missing X(S)-Python-Version in control file, fall back to 
debian/pyversions
pyversions: missing debian/pyversions file, fall back to supported versions
py3versions: no X-Python3-Version in control file, using supported versions
for python in python2.7; do \
        $python /usr/bin/nosetests tests; \
done
SS......................S....................................................................
Name                    Stmts   Miss  Cover   Missing
-----------------------------------------------------
freezegun/__init__.py       8      0   100%
freezegun/api.py          422     28    93%   30-31, 35-36, 40-41, 45, 50, 
72-73, 89, 158, 406, 443, 554, 556, 563-565, 581, 587, 604-605, 633-635, 654-657
-----------------------------------------------------
TOTAL                     430     28    93%
----------------------------------------------------------------------
Ran 93 tests in 2.412s

OK (SKIP=3)
for python in python3.6 python3.7; do \
        $python /usr/bin/nosetests tests; \
done
.......................S.....................................................................
Name                    Stmts   Miss  Cover   Missing
-----------------------------------------------------
freezegun/__init__.py       8      0   100%
freezegun/_async.py        11      1    91%   12
freezegun/api.py          422     21    95%   30-31, 35-36, 50, 72-73, 89, 158, 
443, 554, 556, 563-565, 587, 633-635, 654-657
-----------------------------------------------------
TOTAL                     441     22    95%
----------------------------------------------------------------------
Ran 93 tests in 1.868s

OK (SKIP=1)
.......................S.................................................................FF..
======================================================================
FAIL: Test that we can go back in time after setting a future date.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/build/1st/freezegun-0.3.10/tests/test_uuid.py", line 28, in 
test_uuid1_future
    assert_equal(time_from_uuid(uuid.uuid1()), future_target)
AssertionError: FakeDatetime(2020, 1, 19, 23, 8, 44, 720600) != 
datetime.datetime(2056, 2, 6, 14, 3, 21)
    'FakeDatetime(2020, 1, 19, 23, 8, 44, 720600) != datetime.datetime(2056, 2, 
6, 14, 3, 21)' = '%s != %s' % _common_shorten_repr(FakeDatetime(2020, 1, 19, 
23, 8, 44, 720600), datetime.datetime(2056, 2, 6, 14, 3, 21))
    'FakeDatetime(2020, 1, 19, 23, 8, 44, 720600) != datetime.datetime(2056, 2, 
6, 14, 3, 21)' = self._formatMessage('FakeDatetime(2020, 1, 19, 23, 8, 44, 
720600) != datetime.datetime(2056, 2, 6, 14, 3, 21)', 'FakeDatetime(2020, 1, 
19, 23, 8, 44, 720600) != datetime.datetime(2056, 2, 6, 14, 3, 21)')
>>  raise self.failureException('FakeDatetime(2020, 1, 19, 23, 8, 44, 720600) 
>> != datetime.datetime(2056, 2, 6, 14, 3, 21)')
    

======================================================================
FAIL: Test that we can go forward in time after setting some time in the past.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/build/1st/freezegun-0.3.10/tests/test_uuid.py", line 42, in 
test_uuid1_past
    assert_equal(time_from_uuid(uuid.uuid1()), past_target)
AssertionError: FakeDatetime(2020, 1, 19, 23, 8, 44, 748940) != 
datetime.datetime(1978, 7, 6, 23, 6, 31)
    'FakeDatetime(2020, 1, 19, 23, 8, 44, 748940) != datetime.datetime(1978, 7, 
6, 23, 6, 31)' = '%s != %s' % _common_shorten_repr(FakeDatetime(2020, 1, 19, 
23, 8, 44, 748940), datetime.datetime(1978, 7, 6, 23, 6, 31))
    'FakeDatetime(2020, 1, 19, 23, 8, 44, 748940) != datetime.datetime(1978, 7, 
6, 23, 6, 31)' = self._formatMessage('FakeDatetime(2020, 1, 19, 23, 8, 44, 
748940) != datetime.datetime(1978, 7, 6, 23, 6, 31)', 'FakeDatetime(2020, 1, 
19, 23, 8, 44, 748940) != datetime.datetime(1978, 7, 6, 23, 6, 31)')
>>  raise self.failureException('FakeDatetime(2020, 1, 19, 23, 8, 44, 748940) 
>> != datetime.datetime(1978, 7, 6, 23, 6, 31)')
    

Name                    Stmts   Miss  Cover   Missing
-----------------------------------------------------
freezegun/__init__.py       8      0   100%
freezegun/_async.py        11      1    91%   12
freezegun/api.py          422     19    95%   35-36, 50, 72-73, 89, 158, 443, 
554, 556, 563-565, 587, 633-635, 654-657
-----------------------------------------------------
TOTAL                     441     20    95%
----------------------------------------------------------------------
Ran 93 tests in 1.274s

FAILED (SKIP=1, failures=2)
make[1]: *** [debian/rules:18: override_dh_auto_test] Error 1

--- End Message ---
--- Begin Message ---
Source: freezegun
Source-Version: 0.3.11-0.1

We believe that the bug you reported is fixed in the latest version of
freezegun, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 916...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dominik George <naturesha...@debian.org> (supplier of updated freezegun package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 23 Feb 2019 18:57:39 +0100
Source: freezegun
Binary: python-freezegun python3-freezegun
Architecture: source all
Version: 0.3.11-0.1
Distribution: unstable
Urgency: medium
Maintainer: Federico Ceratto <feder...@debian.org>
Changed-By: Dominik George <naturesha...@debian.org>
Description:
 python-freezegun - Python library to mock the datetime module in unit testing
 python3-freezegun - Python3 library to mock the datetime module in unit testing
Closes: 916702
Changes:
 freezegun (0.3.11-0.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
 .
   [ David Steele ]
   * New upstream release (Closes: #916702)
Checksums-Sha1:
 9799197fa33ad76312ae8895b32fbba59a276fc1 2244 freezegun_0.3.11-0.1.dsc
 aa1deb075739ff96446251b9eac2647700d203c8 23382 freezegun_0.3.11.orig.tar.gz
 7a6f675a1874a982603e2e56b59d0b9a6f61b081 2620 
freezegun_0.3.11-0.1.debian.tar.xz
 28fde8242f31412313262b31209d64ba4df00e44 7233 
freezegun_0.3.11-0.1_amd64.buildinfo
 b6b29274ccc1eb9d990e296ca432d369f4b8e9f9 12240 
python-freezegun_0.3.11-0.1_all.deb
 1c5197884437db10673cff9df433de8c982e90de 10576 
python3-freezegun_0.3.11-0.1_all.deb
Checksums-Sha256:
 ab08d098f8a89d64addf7723f48df72427f04ca8877d6cb531b6088c3a6f8eb7 2244 
freezegun_0.3.11-0.1.dsc
 e839b43bfbe8158b4d62bb97e6313d39f3586daf48e1314fb1083d2ef17700da 23382 
freezegun_0.3.11.orig.tar.gz
 b6604db4a32717d25ea72e269aa0cd3d7531511909169068ebc163cb8bcf5969 2620 
freezegun_0.3.11-0.1.debian.tar.xz
 6d0b0d7825332c2cc2769676b8c22cbef5c2f3fd505e204892084d4533f29f7d 7233 
freezegun_0.3.11-0.1_amd64.buildinfo
 f95c917c1a09d79c4357173087c9745e11978190ec7c6803c8fd79037ab79294 12240 
python-freezegun_0.3.11-0.1_all.deb
 160bf6eaa29d88d90a9fd136dcb94adc478ab06706a686f634d36ae351491e16 10576 
python3-freezegun_0.3.11-0.1_all.deb
Files:
 f77e63b2500e981c7ffef193bb3d186e 2244 python optional freezegun_0.3.11-0.1.dsc
 f4914cb716505cb8067b5ceec7acbba8 23382 python optional 
freezegun_0.3.11.orig.tar.gz
 673e766648f159c63fe4f450b193c4de 2620 python optional 
freezegun_0.3.11-0.1.debian.tar.xz
 0282e9bf32e341f5683385b699bf05c9 7233 python optional 
freezegun_0.3.11-0.1_amd64.buildinfo
 d913142b7b86e8f2fb8fa6513f5cb57a 12240 python optional 
python-freezegun_0.3.11-0.1_all.deb
 3dd093ed6c826e14a83b3cba709d8061 10576 python optional 
python3-freezegun_0.3.11-0.1_all.deb

-----BEGIN PGP SIGNATURE-----

iQJlBAEBCgBPFiEEPJ1UpHV1wCb7F/0mt5o8FqDE8pYFAlxxiiUxGmh0dHBzOi8v
d3d3LmRvbWluaWstZ2VvcmdlLmRlL2dwZy1wb2xpY3kudHh0LmFzYwAKCRC3mjwW
oMTylquZD/9Ga44IaFZENZSdvdNKfViDF6AOA4kJvslwIR+RewDh+gU5AQZdyye+
6A2lwdzNyAhg+vOtmJYzoTlOJhydco7LT4LUzViedEoiTM9XljQZhorykgTqsr97
6MqlLfdIr2Ij1tXVrG7qKfPCf+iumtluLsooApbRlE0htmo0nXVinj8XR2dt9CYq
8u7fKhevDzxCgdp9Xi4m60MWn9cVl7RyGpTDLl19hCkJk/e5Bk7YVisfBUAmmtCE
+KmPZ90KTVDvAxBplwh1SI9sQ9lOvHfOZ+SkeueKxT2eTJDOqd8mdxUibgJZ4oq5
pc/TelGsq7k2aZnIU0KqlzF4TXx76ZfWwxJd7ccNUp3Gt4lGpvRzgvtqH5PUm3B8
qrxEejHvCSK50ZiJ+THOu/hKYZyMXvUec357jMi+i4O/9phQTJFEOJZ6QoruDb4L
VgsWN8/vAyw2GC/t8RPz+ulrbw+KKzQnglW2TUXc2DuFZTqff02v8h7C4N227D+r
zvHtD9pzCIfyEZVcb5Nqe/eCB7lbzG2ge4+BlJ/XsViwRRNnbpFkO4WLDpNdnaox
4UZb8ftgk3GS7VLjmj5LElubZglAxRmYkiY0IX54qT0U0OUpGc54+ggXlKtqfFt2
rcl//YKS+hS+tRN3DaaRNBvrf1hSAA0qnfcRD9Gib3nsTb7tZTD/0A==
=+3BI
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to