From bba19ffb3e5b44094573e5f95a6e68010a4d6127c77598c5b4c87d013427d02f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 28 Sep 2020 11:14:56 +0000 Subject: [PATCH] - update to 20.7.3: - Fix bug #37: (accidental) unconditional pkg_resources import. - Add (auto-generated) __version__ attribute to the main module. - Add fuzzy search to historic countries. (Fixe issue #26) - Update to iso-codes 4.5.0. - PR 9: Clean up the normalization (lower casing) of values in indexes and searches. See PR https://github.com/flyingcircusio/pycountry/pull/9 for detailed discussion. This also fixed issue #8. - Smaller cleanups and build environment version bumps. - PR 35: Python 3-only cleanups and updated Python minor version compatibility - PR 33: Remove defunct bugtracker link from README (thanks, jwilk) - P3 32: (Somewhat hilarious) Typo (thanks, jwilk) - Moved to Git/Github; switched from Bitbucket Pipelines to Travis builds. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycountry?expand=0&rev=13 --- pycountry-19.8.18.tar.gz | 3 --- pycountry-20.7.3.tar.gz | 3 +++ python-pycountry.changes | 17 +++++++++++++++++ python-pycountry.spec | 5 +++-- 4 files changed, 23 insertions(+), 5 deletions(-) delete mode 100644 pycountry-19.8.18.tar.gz create mode 100644 pycountry-20.7.3.tar.gz diff --git a/pycountry-19.8.18.tar.gz b/pycountry-19.8.18.tar.gz deleted file mode 100644 index 7b99ee4..0000000 --- a/pycountry-19.8.18.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c57aa40adcf293d59bebaffbe60d8c39976fba78d846a018dc0c2ec9c6cb3cb -size 10003160 diff --git a/pycountry-20.7.3.tar.gz b/pycountry-20.7.3.tar.gz new file mode 100644 index 0000000..7d3388e --- /dev/null +++ b/pycountry-20.7.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81084a53d3454344c0292deebc20fcd0a1488c136d4900312cbd465cf552cb42 +size 10137217 diff --git a/python-pycountry.changes b/python-pycountry.changes index cc30453..fafbcf0 100644 --- a/python-pycountry.changes +++ b/python-pycountry.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Sep 28 11:13:18 UTC 2020 - Dirk Mueller + +- update to 20.7.3: + - Fix bug #37: (accidental) unconditional pkg_resources import. + - Add (auto-generated) __version__ attribute to the main module. + - Add fuzzy search to historic countries. (Fixe issue #26) + - Update to iso-codes 4.5.0. + - PR 9: Clean up the normalization (lower casing) of values in indexes and searches. + See PR https://github.com/flyingcircusio/pycountry/pull/9 for detailed + discussion. This also fixed issue #8. + - Smaller cleanups and build environment version bumps. + - PR 35: Python 3-only cleanups and updated Python minor version compatibility + - PR 33: Remove defunct bugtracker link from README (thanks, jwilk) + - P3 32: (Somewhat hilarious) Typo (thanks, jwilk) + - Moved to Git/Github; switched from Bitbucket Pipelines to Travis builds. + ------------------------------------------------------------------- Tue Sep 10 12:35:50 UTC 2019 - Tomáš Chvátal diff --git a/python-pycountry.spec b/python-pycountry.spec index 6022373..62c1f55 100644 --- a/python-pycountry.spec +++ b/python-pycountry.spec @@ -1,7 +1,7 @@ # # spec file for package python-pycountry # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,8 +18,9 @@ %define real_name pycountry %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%global skip_python2 1 Name: python-pycountry -Version: 19.8.18 +Version: 20.7.3 Release: 0 Summary: Databases for ISO standards 639 3166 3166-2 4217 15924 License: LGPL-2.1-only