forked from pool/python-precis-i18n
Accepting request 954396 from devel:languages:python
- update to 1.0.4: * Update internal tables for Unicode 14.0. These updates also affect context rules for Unicode 11.0 through 13.0. * In limited cases under previous versions of precis_i18n, valid strings under Unicode 11.0-13.0 were erroneously DISALLOWED due to context reasons hebrew_punctuation, katakana_middle_dot, and zero_width_nonjoiner. (Issue #19) * Add type hints for package OBS-URL: https://build.opensuse.org/request/show/954396 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-precis-i18n?expand=0&rev=5
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:80f8fb0922e804cd236a656ba052969dd5a4658cab9d31634f89284742f8e39c
|
||||
size 215434
|
||||
3
precis_i18n-1.0.4.tar.gz
Normal file
3
precis_i18n-1.0.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7025607a5dc2d11b2cde4a744834cbdff4d52462c7e1034a7f6220286a53a181
|
||||
size 231689
|
||||
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 14 21:48:20 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.0.4:
|
||||
* Update internal tables for Unicode 14.0. These updates also affect context
|
||||
rules for Unicode 11.0 through 13.0.
|
||||
* In limited cases under previous versions of precis_i18n, valid strings under
|
||||
Unicode 11.0-13.0 were erroneously DISALLOWED due to context reasons
|
||||
hebrew_punctuation, katakana_middle_dot, and zero_width_nonjoiner. (Issue #19)
|
||||
* Add type hints for package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 2 14:26:42 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-precis-i18n
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -20,7 +20,7 @@
|
||||
%define skip_python2 1
|
||||
%define _name precis_i18n
|
||||
Name: python-precis-i18n
|
||||
Version: 1.0.3
|
||||
Version: 1.0.4
|
||||
Release: 0
|
||||
Summary: Internationalised Usernames and Passwords
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user