14
0

Accepting request 944972 from home:jayvdb:branches:devel:languages:python

- Remove tests from runtime package
- Update to v1.0.8
  (fixes breakage)

OBS-URL: https://build.opensuse.org/request/show/944972
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-shortuuid?expand=0&rev=9
This commit is contained in:
2022-01-10 08:59:38 +00:00
committed by Git OBS Bridge
parent 5c276bc796
commit 397e3b0004
4 changed files with 43 additions and 8 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Sun Jan 9 02:02:33 UTC 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 11:29:15 UTC 2020 - pgajdos@suse.com