summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-04-04upgpkg: 1.0.0-11: Rebuild with Python 3.12Chih-Hsuan Yen
2024-03-01Add nvchecker configurationChih-Hsuan Yen
2024-03-01Add nvchecker configurationChih-Hsuan Yen
2023-04-08rebuild with python 3.11Felix Yan
2021-12-03Python 3.10 rebuildFelix Yan
2021-12-01Python 3.10 rebuildFelix Yan
2020-11-12Python 3.9 rebuildEvangelos Foutras
2020-11-10Python 3.9 rebuildEvangelos Foutras
2019-11-04Python 3.8 rebuildFelix Yan
2019-10-26Python 3.8 rebuildEvangelos Foutras
2019-09-15* Update homepage and source URLs; upstream project has been transferred to aChih-Hsuan Yen
different GitHub organization. * Disable check(). See details below. `examples/tests.py` is more like a demonstration rather than a unit test suite. `failling_test()` fails, but with a small probability (5%), so I didn't notice that. There are more issues. When a test fails, another exception occurs if the interpreter is Python 3: AttributeError: 'AssertionError' object has no attribute 'message' This is because PEP 352 [1] removed the message attribute. As python-nose is dead [2], and will be broken as of Python 3.10 as it uses imp [3], I will not put efforts into fixing python-nose-random. In the future, I will ask if jsondiff can switch to pytest or nose2. [1] https://www.python.org/dev/peps/pep-0352/ [2] https://github.com/nose-devs/nose/issues/1092 [3] https://www.python.org/dev/peps/pep-0594/
2018-11-18addpkg: 1.0.0-2Chih-Hsuan Yen