From d7e563d72026732638e5ef6b15dc2a46ef7a86e61640d97dc28878c4e7f09a08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 23 Jul 2019 10:32:14 +0000 Subject: [PATCH] - Update to 19.7.15: * Updates for more countries and various fixes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycountry?expand=0&rev=7 --- pycountry-18.12.8.tar.gz | 3 --- pycountry-19.7.15.tar.gz | 3 +++ python-pycountry.changes | 6 ++++++ python-pycountry.spec | 15 +++++++-------- 4 files changed, 16 insertions(+), 11 deletions(-) delete mode 100644 pycountry-18.12.8.tar.gz create mode 100644 pycountry-19.7.15.tar.gz diff --git a/pycountry-18.12.8.tar.gz b/pycountry-18.12.8.tar.gz deleted file mode 100644 index 3bddae0..0000000 --- a/pycountry-18.12.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ec4020b2b15cd410893d573820d42ee12fe50365332e58c0975c953b60a16de -size 10026953 diff --git a/pycountry-19.7.15.tar.gz b/pycountry-19.7.15.tar.gz new file mode 100644 index 0000000..aee899d --- /dev/null +++ b/pycountry-19.7.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68e58bfd3bedeea49ba9d4b38f2bd5e042f9753628eba9a819fb03f551d89096 +size 10002566 diff --git a/python-pycountry.changes b/python-pycountry.changes index 927c23a..a290127 100644 --- a/python-pycountry.changes +++ b/python-pycountry.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jul 23 10:31:50 UTC 2019 - Tomáš Chvátal + +- Update to 19.7.15: + * Updates for more countries and various fixes + ------------------------------------------------------------------- Fri Mar 29 09:32:07 UTC 2019 - pgajdos@suse.com diff --git a/python-pycountry.spec b/python-pycountry.spec index b0ef098..3083ef3 100644 --- a/python-pycountry.spec +++ b/python-pycountry.spec @@ -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