14
0

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
This commit is contained in:
2022-01-31 20:29:35 +00:00
committed by Git OBS Bridge
parent 0d2b500afb
commit a984de3e37
4 changed files with 14 additions and 5 deletions

View File

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

3
iso3166-2.0.2.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jan 24 16:29:11 UTC 2022 - Michael Ströder <michael@stroeder.com>
- 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 <jayvdb@gmail.com>

View File

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