| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Add patch to not depend on pep8 linter, also reported upstream to fix properly: * shortuuid-no-pep8.patch
- Initial version
- Add patch to not depend on pep8 linter, also reported upstream to fix properly: * shortuuid-no-pep8.patch
- Use sle15_python_module_pythons
- update to 1.0.11: * Add Type hinting * add py.typed (PEP 561)
- Update to v1.0.9 No Upstream changelog
- Remove tests from runtime package
- Update to v1.0.8
* Include the COPYING file in releases
- from v1.0.7
* Add prefix and max_length to the Django field
- from v1.0.6
* Fix compatibility for python versions older than 3.8
- from v1.0.5
* Don't try to get the version from the pyproject.toml
* Fix slow loading times from using pkg_resources
- from v1.0.4
* Fix the cli interface that the previous release broke
- from v1.0.3
* Add Django ShortUUIDField
- from v1.0.2
* Added basic input type validation to encode and decode
* Use sys.version_info since sys.version returns string that
interprets 3.10 as 3.1 in comparison
- version update to 1.0.1 * Use README as the long description on PyPI. [Stavros Korokithakis] * Drop support for Python before 3.5. [Stavros Korokithakis] * Add simple command-line interface (#43) [Éric Araujo] * Make encode and decode MSB-first (#36) [Keane Nguyen] * Make the URL check more robust (fixes #32) [Stavros Korokithakis] - deleted patches - shortuuid-no-pep8.patch (upstreamed)