Package Release Info

python-shortuuid-1.0.11-bp156.1.1

Update Info: Base Release
Available in Package Hub : 15 SP6

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python311-shortuuid

Change Logs

* Sun Jun 25 2023 Andreas Schneider <asn@cryptomilk.org>
- Use sle15_python_module_pythons
* Thu May 04 2023 Dirk Müller <dmueller@suse.com>
- update to 1.0.11:
  * Add Type hinting
  * add py.typed (PEP 561)
* Fri Oct 07 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to v1.0.9
  No Upstream changelog
* Sun Jan 09 2022 John Vandenberg <jayvdb@gmail.com>
- 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
* Wed Mar 18 2020 pgajdos@suse.com
- 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)
Version: 0.5.0-bp155.2.10
* Wed Sep 26 2018 Tomáš Chvátal <tchvatal@suse.com>
- Add patch to not depend on pep8 linter, also reported upstream
  to fix properly:
  * shortuuid-no-pep8.patch
Version: 0.5.0-bp151.1.1
* Wed Sep 26 2018 Tomá? Chvátal <tchvatal@suse.com>
- Add patch to not depend on pep8 linter, also reported upstream
  to fix properly:
  * shortuuid-no-pep8.patch
* Sat Apr 28 2018 toddrme2178@gmail.com
- Initial version