summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2025-04-270.13.3gesh
2025-04-23Document pytest robusting measuresgesh
2025-04-23Fix source filenamegesh
The directory in the tarball is named without the python- prefix Arch imposes, use that instead. Credit: @Drack
2025-04-10Implement RFC20 (python sources), cleanupgesh
2025-04-10Explicitly enumerate pytest plugins to enablegesh
Following Gentoo guidelines[1] on this, this is a better solution than upstream's PR 169 -- it fixes *all* reformatting bugs. [1]: https://projects.gentoo.org/python/guide/pytest.html
2025-04-10Update to final version of PR 169gesh
Rather than implement it fragilely ourselves, use upstream's final patch Note the PR commits contain a reversion, so more files are touched than are ultimately modified
2025-04-04Pull in upstream PR 169gesh
It appears that having python-pytest-pretty installed messes up the recursive pytest invocations in the test suite. Explicitly disabling loading it restores correct behaviour. See further discussion at [1]. Thanks to @medaminezghal for reporting and for persisting to note the bug, despite my mistaken assertions that I could not reproduce it. [1]: https://github.com/kiwicom/pytest-recording/pull/169
2025-02-23Add pycurl optdep, licensegesh
2025-01-28Remove unnecessary python-wheel makedepgesh
2025-01-23Add check()gesh
Note this bumps the minimal vcrpy version to 7.0.0, since otherwise the tests fail, see https://github.com/kevin1024/vcrpy/issues/888 That version of vcrpy is currently only accessible via the -git AUR package, and that package has not been touched in 2 years -- I've posted an updated PKGBUILD in its comments. At minimum, you need to add a `provides=(python-vcrpy=$pkgver)` line to that PKGBUILD for this to work -- see https://gitlab.archlinux.org/pacman/namcap/-/issues/96 for details
2025-01-220.13.2gesh
Also drop duplicate python, removed dependency python-attrs Add forgotten makedepends: python-wheel
2025-01-22Minor cleanupgesh
- Make source URL computation consistent with my other packages - Simplify pkgdesc - Quoting issues
2024-12-23Take ownership of packagegesh
2024-12-23Bump pkgrel for Python 3.13gesh
2024-09-30Remove python-wheel, add python-hatchling backendgesh
python-wheel is only needed for setuptools
2023-08-10Fix linkAchmad Fathoni
2023-08-100.13.0Achmad Fathoni
2023-02-200.12.2Achmad Fathoni
2022-06-260.12.1Achmad Fathoni
2022-03-22initAchmad Fathoni