simplematch 1.3-2 source package in Ubuntu
Changelog
simplematch (1.3-2) unstable; urgency=medium * Use pybuild and pyproject plugin * Update d/copyright for packaging files -- Frédéric Bonnard <email address hidden> Fri, 22 Jul 2022 15:28:21 +0200
Upload details
- Uploaded by:
- Frédéric Bonnard
- Uploaded to:
- Sid
- Original maintainer:
- Frédéric Bonnard
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
Downloads
| File | Size | SHA-256 Checksum |
|---|---|---|
| simplematch_1.3-2.dsc | 2.0 KiB | 64648a1515258757c233f9fd183da48bb959a6f105a00aa73a73029a5fa1f63c |
| simplematch_1.3.orig.tar.xz | 15.5 KiB | ac905d684e5fcbed5a496145f27483d6dccc51e7c698c4d3a2c5253928e20860 |
| simplematch_1.3-2.debian.tar.xz | 1.8 KiB | 34b3ee22bf27999612f85a001542525f780d866a02465961b73d5e827034775a |
Available diffs
- diff from 1.3-1 to 1.3-2 (795 bytes)
No changes file available.
Binary packages built by this source
- python3-simplematch: Minimal, super readable string pattern matching for Python
simplematch aims to fill a gap between parsing with str.split() and
regular expressions. It should be as simple as possible, fast and
stable.
The simplematch syntax is transpiled to regular expressions under the
hood, so matching performance should be just as good.
