From ce221517d7260791f8fa6356b84330bdbde5838c6985f485fa2d219610a6e3c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 29 Sep 2022 09:41:50 +0000 Subject: [PATCH] Accepting request 1006811 from home:yarunachalam:branches:devel:languages:python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 2.1.1 - July 11, 2022 * Move install metadata from setup.py to setup.cfg * Add py.typed to source distribution - 2.1.0 - July 11, 2022 * Updated entries * “Turkey” changed to “Türkiye” OBS-URL: https://build.opensuse.org/request/show/1006811 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-iso3166?expand=0&rev=4 --- iso3166-2.0.2.tar.gz | 3 --- iso3166-2.1.1.tar.gz | 3 +++ python-iso3166.changes | 10 ++++++++++ python-iso3166.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 iso3166-2.0.2.tar.gz create mode 100644 iso3166-2.1.1.tar.gz diff --git a/iso3166-2.0.2.tar.gz b/iso3166-2.0.2.tar.gz deleted file mode 100644 index d00d7fb..0000000 --- a/iso3166-2.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04d02cfcfc18a6f8a9a4edb4d0a55e2e4fc575626c29d702f750de415e88d372 -size 11067 diff --git a/iso3166-2.1.1.tar.gz b/iso3166-2.1.1.tar.gz new file mode 100644 index 0000000..e15d8d8 --- /dev/null +++ b/iso3166-2.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcd551b8dda66b44e9f9e6d6bbbee3a1145a22447c0a556e5d0fb1ad1e491719 +size 12807 diff --git a/python-iso3166.changes b/python-iso3166.changes index 87327db..48f4a4d 100644 --- a/python-iso3166.changes +++ b/python-iso3166.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Sep 29 02:52:48 UTC 2022 - Yogalakshmi Arunachalam + +- 2.1.1 - July 11, 2022 + * Move install metadata from setup.py to setup.cfg + * Add py.typed to source distribution +- 2.1.0 - July 11, 2022 + * Updated entries + * “Turkey” changed to “Türkiye” + ------------------------------------------------------------------- Mon Jan 24 16:29:11 UTC 2022 - Michael Ströder diff --git a/python-iso3166.spec b/python-iso3166.spec index 1c6bfbf..743f47f 100644 --- a/python-iso3166.spec +++ b/python-iso3166.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-iso3166 -Version: 2.0.2 +Version: 2.1.1 Release: 0 Summary: Python ISO 3166-1 country definitions License: MIT