Compare commits

1 Commits
main ... 1.1

4 changed files with 9 additions and 23 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

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