forked from pool/python-anyascii
- 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
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dedf57728206e286c91eed7c759505a5e45c8cd01367dd40c2f7248bb15c11f6
|
||||
size 212676
|
||||
3
anyascii-0.3.2.tar.gz
Normal file
3
anyascii-0.3.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9d5d32ef844fe225b8bc7cba7f950534fae4da27a9bf3a6bea2cb0ea46ce4730
|
||||
size 214052
|
||||
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 3 15:42:03 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <expeehaa@outlook.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user