From a984de3e3773ccd5b2a88f114a8e74bc634f0631291fd295f55be6ad7e5353d3 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 31 Jan 2022 20:29:35 +0000 Subject: [PATCH] Accepting request 949926 from home:stroeder:python update to 2.0.2 OBS-URL: https://build.opensuse.org/request/show/949926 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-iso3166?expand=0&rev=3 --- iso3166-1.0.1.tar.gz | 3 --- iso3166-2.0.2.tar.gz | 3 +++ python-iso3166.changes | 9 +++++++++ python-iso3166.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 iso3166-1.0.1.tar.gz create mode 100644 iso3166-2.0.2.tar.gz diff --git a/iso3166-1.0.1.tar.gz b/iso3166-1.0.1.tar.gz deleted file mode 100644 index f42002a..0000000 --- a/iso3166-1.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1e58dbcf50fbb2c9c418ec7a6057f0cdb30b8f822ac852f72e71ba769dae8c5 -size 10052 diff --git a/iso3166-2.0.2.tar.gz b/iso3166-2.0.2.tar.gz new file mode 100644 index 0000000..d00d7fb --- /dev/null +++ b/iso3166-2.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04d02cfcfc18a6f8a9a4edb4d0a55e2e4fc575626c29d702f750de415e88d372 +size 11067 diff --git a/python-iso3166.changes b/python-iso3166.changes index 6efbce0..87327db 100644 --- a/python-iso3166.changes +++ b/python-iso3166.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Jan 24 16:29:11 UTC 2022 - Michael Ströder + +- update to 2.0.2 + * Add the ``py.typed`` marker file in accordance with PEP 561 + * Add ``python_requires`` to ``setup.py`` + * Add type hints throughout codebase + * Drop support for Python versions prior to 3.6 + ------------------------------------------------------------------- Thu Aug 27 02:12:28 UTC 2020 - John Vandenberg diff --git a/python-iso3166.spec b/python-iso3166.spec index 3aa834a..1c6bfbf 100644 --- a/python-iso3166.spec +++ b/python-iso3166.spec @@ -1,7 +1,7 @@ # # spec file for package python-iso3166 # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-iso3166 -Version: 1.0.1 +Version: 2.0.2 Release: 0 Summary: Python ISO 3166-1 country definitions License: MIT