Accepting request 1088463 from devel:languages:python
- update to 2.0.2: * Fix missing files to the test (#44) * Update development tools * Fix sdist is missing tests OBS-URL: https://build.opensuse.org/request/show/1088463 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-linkify-it-py?expand=0&rev=3
This commit is contained in:
commit
7ae62ea6bf
BIN
python-linkify-it-py-2.0.0.tar.gz
(Stored with Git LFS)
BIN
python-linkify-it-py-2.0.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
python-linkify-it-py-2.0.2.tar.gz
Normal file
3
python-linkify-it-py-2.0.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bbb8697da37b898e316dfbc325ec31fbdfdaac2a3a0ff35b145c56714fc21888
|
||||||
|
size 76692
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 22 21:10:44 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 2.0.2:
|
||||||
|
* Fix missing files to the test (#44)
|
||||||
|
* Update development tools
|
||||||
|
* Fix sdist is missing tests
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 5 12:15:06 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
Fri May 5 12:15:06 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
@ -18,15 +18,16 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-linkify-it-py
|
Name: python-linkify-it-py
|
||||||
Version: 2.0.0
|
Version: 2.0.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Links recognition library with FULL unicode support
|
Summary: Links recognition library with FULL unicode support
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/tsutsu3/linkify-it-py
|
URL: https://github.com/tsutsu3/linkify-it-py
|
||||||
Source: https://github.com/tsutsu3/linkify-it-py/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source: https://github.com/tsutsu3/linkify-it-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 setuptools}
|
|
||||||
BuildRequires: %{python_module uc-micro-py}
|
BuildRequires: %{python_module uc-micro-py}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-uc-micro-py
|
Requires: python-uc-micro-py
|
||||||
@ -45,10 +46,10 @@ Why it's awesome:
|
|||||||
%setup -q -n linkify-it-py-%{version}
|
%setup -q -n linkify-it-py-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
Loading…
x
Reference in New Issue
Block a user