17
0

24 Commits

Author SHA256 Message Date
438b014b4a Accepting request 1156814 from devel:languages:python
- Add missing importlib-metadata BuildRequires.

OBS-URL: https://build.opensuse.org/request/show/1156814
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycountry?expand=0&rev=12
2024-03-14 16:42:15 +00:00
30657abee8 - Add missing importlib-metadata BuildRequires.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycountry?expand=0&rev=22
2024-03-11 03:56:17 +00:00
eca018c253 Accepting request 1135777 from devel:languages:python
- update to 23.12.11:
  * Added fallback to name when common_name or official_name
    country attributes are missing
  * Added support for adding and removing country records, as well
    as casting to dict
  * Improve performance speed by checking for non-ascii chars
    before removing accents
  * Added search_fuzzy method to subdivisions
  * Added type hinting, created py.typed file, and added mypy
    checks to CI
  * Dropped support for end-of-life Python 3.6 and 3.7.
  * Added support for Python 3.11 and Python 3.12.
  * Added dependency on importlib-resources for Python 3.8.
  * Dropped implicit dependency on setuptools for pkg_resources.
  * Update to iso-codes 4.15.0. (Thanks to alanorth!)
  * Removes iso3166.mo files and opts for newer iso3166-1.mo and
    iso3166-3.mo files for Country and Historic Country Translations
    respectively.

  encoding when opening description files in setup.py

OBS-URL: https://build.opensuse.org/request/show/1135777
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycountry?expand=0&rev=11
2024-01-05 21:58:29 +00:00
f4ab7e4e4e - update to 23.12.11:
* Added fallback to name when common_name or official_name
    country attributes are missing
  * Added support for adding and removing country records, as well
    as casting to dict
  * Improve performance speed by checking for non-ascii chars
    before removing accents
  * Added search_fuzzy method to subdivisions
  * Added type hinting, created py.typed file, and added mypy
    checks to CI
  * Dropped support for end-of-life Python 3.6 and 3.7.
  * Added support for Python 3.11 and Python 3.12.
  * Added dependency on importlib-resources for Python 3.8.
  * Dropped implicit dependency on setuptools for pkg_resources.
  * Update to iso-codes 4.15.0. (Thanks to alanorth!)
  * Removes iso3166.mo files and opts for newer iso3166-1.mo and
    iso3166-3.mo files for Country and Historic Country Translations
    respectively.
  encoding when opening description files in setup.py

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycountry?expand=0&rev=20
2023-12-30 17:36:28 +00:00
b0df91bcbd Accepting request 1081788 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1081788
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycountry?expand=0&rev=10
2023-04-22 19:59:05 +00:00
cf349d31f9 Accepting request 1081548 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081548
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycountry?expand=0&rev=18
2023-04-21 13:38:25 +00:00
0925f069b4 Accepting request 965071 from devel:languages:python
- update to 22.3.5:
  * Update to iso-codes 4.9.0

OBS-URL: https://build.opensuse.org/request/show/965071
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycountry?expand=0&rev=9
2022-03-29 16:13:51 +00:00
6f55ac39f6 - update to 22.3.5:
* Update to iso-codes 4.9.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycountry?expand=0&rev=16
2022-03-26 18:55:43 +00:00
73bc66ba5c Accepting request 954659 from devel:languages:python
- update to 22.1.0:
  * Update to iso-codes 4.8.0

OBS-URL: https://build.opensuse.org/request/show/954659
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycountry?expand=0&rev=8
2022-02-16 23:29:58 +00:00
d77ea98a51 - update to 22.1.0:
* Update to iso-codes 4.8.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycountry?expand=0&rev=15
2022-02-15 09:00:31 +00:00
951a56ca71 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
2020-10-29 08:46:07 +00:00
55c7f90c5a - 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
2020-09-28 11:14:56 +00:00
d8a882fb2f Accepting request 729875 from devel:languages:python
- Update to 19.8.18:
  * Various country fixes
- Remove merged patch pycountry-19.7.15-fix-reading-description.patch

OBS-URL: https://build.opensuse.org/request/show/729875
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycountry?expand=0&rev=6
2019-09-23 10:05:30 +00:00
Tomáš Chvátal
0b121f58c3 - Update to 19.8.18:
* Various country fixes
- Remove merged patch pycountry-19.7.15-fix-reading-description.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycountry?expand=0&rev=11
2019-09-10 12:40:46 +00:00
05bceeb81b Accepting request 723944 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/723944
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycountry?expand=0&rev=5
2019-08-23 09:03:09 +00:00
Tomáš Chvátal
ebb2700db5 Accepting request 723943 from home:buschmann23:branches:devel:languages:python
fix build by adding pycountry-19.7.15-fix-reading-description.patch to fix wrong encoding when opening description files in setup.py

OBS-URL: https://build.opensuse.org/request/show/723943
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycountry?expand=0&rev=9
2019-08-16 09:38:16 +00:00
6fb35b7cb5 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
2019-07-30 11:05:40 +00:00
Tomáš Chvátal
e221eb4f02 - 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
2019-07-23 10:32:14 +00:00
6123706e88 Accepting request 689774 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/689774
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycountry?expand=0&rev=3
2019-05-22 08:49:20 +00:00
Tomáš Chvátal
7e8c04f15d Accepting request 689770 from home:pgajdos
Note the WARNING in the HISTORY.rst. In case of big breakage we may want
to downgrade to 18.5.26 for now?

OBS-URL: https://build.opensuse.org/request/show/689770
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycountry?expand=0&rev=5
2019-03-29 09:44:14 +00:00
2fdfb9b21b Accepting request 528994 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/528994
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycountry?expand=0&rev=2
2017-09-29 09:56:06 +00:00
Jan Matejek
88b63b0d06 Accepting request 526444 from home:zzsmurf:branches:devel:languages:python
- Update to version 17.5.14
- Convert to singlespec

OBS-URL: https://build.opensuse.org/request/show/526444
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycountry?expand=0&rev=3
2017-09-27 16:21:57 +00:00
de2ff811f2 Accepting request 438944 from devel:languages:python
required for paperwork

OBS-URL: https://build.opensuse.org/request/show/438944
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycountry?expand=0&rev=1
2016-11-11 13:34:13 +00:00
95ed6fcfdc Accepting request 433530 from home:Mailaender:branches:GNOME:Apps
use pypi.io

OBS-URL: https://build.opensuse.org/request/show/433530
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycountry?expand=0&rev=1
2016-10-06 05:57:12 +00:00