From 50fc47085e17cc4232e9ee40e4fdb91264ebb2782d0ba90e2ec97a3f365d2093 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 3 May 2023 15:42:40 +0000 Subject: [PATCH] - update to 0.3.2: * Python - Add type comments * Python - Fix Python 3.11 deprecation warning for importlib.resources.read_binary() * Use PEP 621 metadata instead of PEP 518 [tool.flit.metadata] * Java - Flatten release pom.xml OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-anyascii?expand=0&rev=3 --- anyascii-0.3.1.tar.gz | 3 --- anyascii-0.3.2.tar.gz | 3 +++ python-anyascii.changes | 10 ++++++++++ python-anyascii.spec | 7 ++++--- 4 files changed, 17 insertions(+), 6 deletions(-) delete mode 100644 anyascii-0.3.1.tar.gz create mode 100644 anyascii-0.3.2.tar.gz diff --git a/anyascii-0.3.1.tar.gz b/anyascii-0.3.1.tar.gz deleted file mode 100644 index 93477b8..0000000 --- a/anyascii-0.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dedf57728206e286c91eed7c759505a5e45c8cd01367dd40c2f7248bb15c11f6 -size 212676 diff --git a/anyascii-0.3.2.tar.gz b/anyascii-0.3.2.tar.gz new file mode 100644 index 0000000..3aee703 --- /dev/null +++ b/anyascii-0.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d5d32ef844fe225b8bc7cba7f950534fae4da27a9bf3a6bea2cb0ea46ce4730 +size 214052 diff --git a/python-anyascii.changes b/python-anyascii.changes index 603d301..d790d51 100644 --- a/python-anyascii.changes +++ b/python-anyascii.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed May 3 15:42:03 UTC 2023 - Dirk Müller + +- update to 0.3.2: + * Python - Add type comments + * Python - Fix Python 3.11 deprecation warning for + importlib.resources.read_binary() + * Use PEP 621 metadata instead of PEP 518 [tool.flit.metadata] + * Java - Flatten release pom.xml + ------------------------------------------------------------------- Sun Sep 25 17:08:46 UTC 2022 - Lukas Müller diff --git a/python-anyascii.spec b/python-anyascii.spec index e37c9ba..67e603f 100644 --- a/python-anyascii.spec +++ b/python-anyascii.spec @@ -1,7 +1,7 @@ # # spec file for package python-anyascii # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,17 +15,18 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-anyascii -Version: 0.3.1 +Version: 0.3.2 Release: 0 Summary: Unicode to ASCII transliteration License: ISC URL: https://github.com/anyascii/anyascii Source: https://files.pythonhosted.org/packages/source/a/anyascii/anyascii-%{version}.tar.gz -BuildRequires: %{python_module pip} BuildRequires: %{python_module flit-core} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: fdupes BuildArch: noarch