Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-01-20 | Add python-cgi dependency for Python 3.13 | jakob | |
The cgi module was removed [1] in Python 3.13 and is now provided in the python-cgi Arch package via the python-deadlib [2] project. [1] https://docs.python.org/3.13/library/cgi.html [2] https://github.com/youknowone/python-deadlib | |||
2024-05-30 | 0.5.4-5: Disable tests. Too brittle | jakob | |
2024-05-25 | 0.5.4-3: Use pip --root flag, not --prefix | jakob | |
2024-05-25 | 0.5.4-3: Change build from setuptools to pip | jakob | |
The "python setup.py install" method is deprecated [1] and replaced by "pip install ." However there's a bug[2] in pip since ~9 years which necessitates a hack so it does not try to uninstall the globally installed version. This bug triggers only when building on a system with this package previously installed with the _same_ pkgver (i.e. when rebuilding, or when the pkgrel is increased). [1] https://packaging.python.org/en/latest/discussions/setup-py-deprecated/ [2] https://github.com/pypa/pip/issues/3063 "install --root=... tries to remove previously globally installed version" | |||
2023-12-05 | Bump pkgrel to 0.5.4-2 | jakob | |
2023-12-05 | Enable check() again & Add python-setuptools to makedepends | jakob | |
2023-01-25 | 0.5.4 | jakob | |
2021-09-08 | v0.5.2 | jakob | |
2021-01-25 | Disable unit tests, too many issues | jakob | |
2020-12-02 | Force rebuild for Python3.9 | jakob | |
2020-10-07 | Test with pytest, remove tox, openssl optdepend | jakob | |
2020-09-30 | Build from source & Run tests | jakob | |
2020-09-30 | Fix .SRCINFO | jakob | |
2019-10-09 | Bump pkgrel | jakob | |
2019-10-09 | Fix pkgversion and remove basepackage | jakob | |
2016-03-04 | Bump to 0.4.4. | Christian Schwarz | |
2016-01-17 | Use correct python version for setuptools command. | Christian Schwarz | |
2016-01-16 | Fix srcinfo. | Christian Schwarz | |
2016-01-16 | Initial commit. | Christian Schwarz | |
Based on https://aur.archlinux.org/packages/servefile-git. |