Accepting request 717841 from devel:languages:python

- Update to 19.7.15:
  * Updates for more countries and various fixes

OBS-URL: https://build.opensuse.org/request/show/717841
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycountry?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2019-07-30 11:05:40 +00:00 committed by Git OBS Bridge
commit bceddf501c
4 changed files with 16 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8ec4020b2b15cd410893d573820d42ee12fe50365332e58c0975c953b60a16de
size 10026953

3
pycountry-19.7.15.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:68e58bfd3bedeea49ba9d4b38f2bd5e042f9753628eba9a819fb03f551d89096
size 10002566

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jul 23 10:31:50 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 19.7.15:
* Updates for more countries and various fixes
-------------------------------------------------------------------
Fri Mar 29 09:32:07 UTC 2019 - pgajdos@suse.com

View File

@ -17,24 +17,23 @@
%define real_name pycountry
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pycountry
Version: 18.12.8
Version: 19.7.15
Release: 0
Summary: Databases for ISO standards 639 3166 3166-2 4217 15924
License: LGPL-2.1-only
Group: Development/Libraries/Python
Url: https://pypi.python.org/pypi/pycountry/
URL: https://pypi.python.org/pypi/pycountry/
Source: https://pypi.io/packages/source/p/%{real_name}/%{real_name}-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-lxml
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module pytest}
# /SECTION
Requires: python-lxml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%python_subpackages
%description
@ -52,14 +51,14 @@ Translation files for the various strings are included as well.
%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest
%files %{python_files}
%defattr(-,root,root,-)
%license LICENSE.txt
%doc README
%doc README.rst
%{python_sitelib}/*
%changelog