forked from pool/python-mimesis
- Update to 3.3.0:
* country() from the Address() provider now by default returns the country name of the current locale. * Separated Europe and Asia continents in Italian locale. * Removed duplicated names in the countries of et locale. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mimesis?expand=0&rev=5
This commit is contained in:
committed by
Git OBS Bridge
parent
d0da991fe9
commit
603d9c7a5c
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2876b8019982e4f06c4288103c92f6af7b517d73bb68616450e135a1dadec0d3
|
|
||||||
size 2822055
|
|
||||||
3
mimesis-3.3.0.tar.gz
Normal file
3
mimesis-3.3.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:eafef3f1398f544e1c9316310d6ae32867c7e2e08215549154f6d7f72037561b
|
||||||
|
size 2823195
|
||||||
@@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 11 11:36:10 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Update to 3.3.0:
|
||||||
|
* country() from the Address() provider now by default returns the country name of the current locale.
|
||||||
|
* Separated Europe and Asia continents in Italian locale.
|
||||||
|
* Removed duplicated names in the countries of et locale.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 18 11:44:53 UTC 2019 - pgajdos@suse.com
|
Tue Jun 18 11:44:53 UTC 2019 - pgajdos@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -19,24 +19,23 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-mimesis
|
Name: python-mimesis
|
||||||
Version: 3.2.0
|
Version: 3.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Fake data generator
|
Summary: Fake data generator
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: https://github.com/lk-geimfari/mimesis
|
URL: https://github.com/lk-geimfari/mimesis
|
||||||
Source: https://github.com/lk-geimfari/mimesis/archive/v%{version}.tar.gz#/mimesis-%{version}.tar.gz
|
Source: https://github.com/lk-geimfari/mimesis/archive/v%{version}.tar.gz#/mimesis-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
Recommends: python-pytz
|
||||||
|
BuildArch: noarch
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module pytest-mock}
|
BuildRequires: %{python_module pytest-mock}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module pytz}
|
BuildRequires: %{python_module pytz}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
Recommends: python-pytz
|
|
||||||
BuildArch: noarch
|
|
||||||
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
|||||||
Reference in New Issue
Block a user