Accepting request 1109691 from devel:languages:python
- update to 1.0.2: * Update development tools OBS-URL: https://build.opensuse.org/request/show/1109691 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-uc-micro-py?expand=0&rev=3
This commit is contained in:
commit
9ba24c0922
BIN
python-uc-micro-py-1.0.1.tar.gz
(Stored with Git LFS)
BIN
python-uc-micro-py-1.0.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
python-uc-micro-py-1.0.2.tar.gz
Normal file
3
python-uc-micro-py-1.0.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:682155c2f720da25c87f35ab9509b0e3321a728a3c6d2dd841661f1d8a11c806
|
||||
size 6329
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -18,14 +18,15 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-uc-micro-py
|
||||
Version: 1.0.1
|
||||
Version: 1.0.2
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user