15
0

Accepting request 889839 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/889839
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-precis-i18n?expand=0&rev=4
This commit is contained in:
2021-05-03 20:08:04 +00:00
committed by Git OBS Bridge
5 changed files with 28 additions and 2100 deletions

3
precis_i18n-1.0.3.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:80f8fb0922e804cd236a656ba052969dd5a4658cab9d31634f89284742f8e39c
size 215434

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sun May 2 14:26:42 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to 1.0.3
* MANIFEST.in excludes test_derived_props_files.py; test data
files are not packaged.
* CI script now builds source package and runs tests from it.
* Use Github Actions for continuous integration.
* Update copyright year (2021).
- Release 1.0.2
* get_profile now supports alternative unicodedata2 module
(Issue #8).
* get_profile maps ':' to '_' before looking up profile name
(Issue #10).
* Test Unicode 12.1 for Python 3.8.
* Test Unicode 12.0 (Using optional unicodedata2 module)
* Test Unicode 13.0 for Python 3.9 (Issue #9).
Update copyright year (2020).
- Drop support_unicode_12.1_for_python_3.8.patch
-------------------------------------------------------------------
Wed Mar 11 20:40:12 UTC 2020 - Benoît Monin <benoit.monin@gmx.fr>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-precis-i18n
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,18 +20,17 @@
%define skip_python2 1
%define _name precis_i18n
Name: python-precis-i18n
Version: 1.0.1
Version: 1.0.3
Release: 0
Summary: Internationalised Usernames and Passwords
License: MIT
Group: Development/Languages/Python
URL: https://github.com/byllyfish/precis_i18n
Source: https://github.com/byllyfish/precis_i18n/archive/v%{version}.tar.gz
# imported from upstream 7b6987e20 to add python 3.8 support
Patch1: support_unicode_12.1_for_python_3.8.patch
Source: https://github.com/byllyfish/precis_i18n/archive/v%{version}.tar.gz#/%{_name}-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Suggests: python-unicodedata2
BuildArch: noarch
%python_subpackages
@@ -59,7 +58,7 @@ This module implements the PRECIS Framework as described in:
%python_expand %fdupes %{buildroot}%{$python_sitelib}/
%check
%python_exec setup.py test
%pyunittest -v
%files %{python_files}
%license LICENSE.txt

File diff suppressed because it is too large Load Diff

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4f61c956f8b548ee2bf9dde5fa16e5f19a0bf61afae9d108a7f2100b4f70548e
size 174228