Accepting request 838242 from devel:languages:python

- 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/request/show/838242
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycountry?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2020-10-29 08:46:07 +00:00 committed by Git OBS Bridge
commit 6cfaa46c93
4 changed files with 23 additions and 5 deletions

View File

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

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:81084a53d3454344c0292deebc20fcd0a1488c136d4900312cbd465cf552cb42
size 10137217

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Sep 28 11:13:18 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- 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 <tchvatal@suse.com>

View File

@ -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