summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-11-18upgpkg: 3.3.1-6: Rebuild for Python 3.13Jelle van der Waa
2024-04-07upgpkg: 3.3.1-5: rebuild with python 3.12Jelle van der Waa
2024-03-01Add nvchecker configurationChih-Hsuan Yen
2024-03-01Add nvchecker configurationChih-Hsuan Yen
2023-12-28Switch to PEP 517 [1] & use GitHub sources [2]Chih-Hsuan Yen
The PYTHONDONTWRITEBYTECODE trick is no longer necessary with PEP 517 [1] https://archlinux.org/todo/use-pyprojecttoml-for-building-if-supported/ [2] https://rfc.archlinux.page/0020-sources-for-python-packaging/
2023-04-07rebuild with python 3.11Felix Yan
2021-12-03Python 3.10 rebuildFelix Yan
2021-12-01Python 3.10 rebuildFelix Yan
2021-02-05upgpkg: 3.3.1-1Chih-Hsuan Yen
2021-02-02make it reproducible againChih-Hsuan Yen
2021-01-27switched to PyPI sdistChih-Hsuan Yen
Tests are included in the PyPI sdist since [1]. Also makes tests less verbose. [1] https://github.com/ojarva/python-sshpubkeys/pull/58
2020-11-12Python 3.9 rebuildEvangelos Foutras
2020-11-09Python 3.9 rebuildEvangelos Foutras
2020-01-05python-sshpubkeys: use unittest directly instead of the test command from ↵Chih-Hsuan Yen
setuptools The latter is deprecated since setuptools 41.5.0 [1]. [1] https://github.com/pypa/setuptools/blob/v41.5.0/CHANGES.rst#v4150
2019-11-03Python 3.8 rebuildFelix Yan
2019-10-26Python 3.8 rebuildEvangelos Foutras
2019-07-03addpkg: python-sshpubkeysChih-Hsuan Yen
This will be a new dependency in the next version of moto [1]. As a side note, there is moto 1.3.9 on PyPI, while it is actually accidentally released [2]. [1] https://github.com/spulec/moto/pull/2108 [2] https://github.com/spulec/moto/issues/640#issuecomment-507486727