Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
b88d0401d7 |
BIN
python-linkify-it-py-2.0.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
python-linkify-it-py-2.0.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
python-linkify-it-py-2.0.3.tar.gz
(Stored with Git LFS)
BIN
python-linkify-it-py-2.0.3.tar.gz
(Stored with Git LFS)
Binary file not shown.
@@ -1,20 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Wed Feb 7 20:17:49 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
||||||
|
|
||||||
- update to 2.0.3:
|
|
||||||
* Update port.yml (linkify-it v5.0.0)
|
|
||||||
* Fix rtd
|
|
||||||
* Add linkify-it-py-demo url
|
|
||||||
* Fix package build
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
||||||
|
|
||||||
@@ -24,9 +7,9 @@ Fri May 5 12:15:06 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
|||||||
Sun Sep 4 18:59:23 UTC 2022 - Elisei Roca <eroca@mailbox.org>
|
Sun Sep 4 18:59:23 UTC 2022 - Elisei Roca <eroca@mailbox.org>
|
||||||
|
|
||||||
- Update to version 2.0.0
|
- Update to version 2.0.0
|
||||||
https://github.com/tsutsu3/linkify-it-py/compare/v1.0.2...v2.0.0
|
https://github.com/tsutsu3/linkify-it-py/compare/v1.0.2...v2.0.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 17 13:44:55 UTC 2021 - Elisei Roca <eroca@mailbox.org>
|
Wed Nov 17 13:44:55 UTC 2021 - Elisei Roca <eroca@mailbox.org>
|
||||||
|
|
||||||
- initial commit of python-linkify-it-py at version 1.0.2
|
- initial commit of python-linkify-it-py at version 1.0.2
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-linkify-it-py
|
# spec file for package python-linkify-it-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,16 +18,15 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-linkify-it-py
|
Name: python-linkify-it-py
|
||||||
Version: 2.0.3
|
Version: 2.0.0
|
||||||
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
|
||||||
@@ -46,10 +45,10 @@ Why it's awesome:
|
|||||||
%setup -q -n linkify-it-py-%{version}
|
%setup -q -n linkify-it-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
|
||||||
|
Reference in New Issue
Block a user