Sync from SUSE:SLFO:Main python-uc-micro-py revision 3cbd67c9cb029fc59b5aa4d04987af1e

This commit is contained in:
Adrian Schröter 2024-12-13 12:33:38 +01:00
parent 6574aa6feb
commit c08d7b1a89
4 changed files with 23 additions and 9 deletions

BIN
python-uc-micro-py-1.0.1.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
python-uc-micro-py-1.0.3.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Mar 16 13:42:47 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.0.3:
* Fix trashed build #17
* Update CI
-------------------------------------------------------------------
Fri Sep 8 07:37:23 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.0.2:
* Update development tools
-------------------------------------------------------------------
Fri May 5 12:29:55 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-uc-micro-py
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,14 +18,15 @@
%{?sle15_python_module_pythons}
Name: python-uc-micro-py
Version: 1.0.1
Version: 1.0.3
Release: 0
Summary: Micro subset of unicode data files for linkify-it-py projects
License: MIT
URL: https://github.com/tsutsu3/uc.micro-py
Source: https://github.com/tsutsu3/uc.micro-py/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
@ -38,10 +39,10 @@ Micro subset of unicode data files for linkify-it-py projects.
%setup -q -n uc.micro-py-%{version}
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@ -51,6 +52,6 @@ Micro subset of unicode data files for linkify-it-py projects.
%doc CHANGELOG.md README.md
%license LICENSE
%{python_sitelib}/uc_micro
%{python_sitelib}/uc_micro_py-%{version}*.egg-info
%{python_sitelib}/uc_micro_py-%{version}*-info
%changelog