From 1524a73a538cfb2c0ad67f425e0b94f7bd668bd85a5bc460646f0fe55ae3eb8e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 22 May 2023 21:12:40 +0000 Subject: [PATCH] - 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/package/show/devel:languages:python/python-linkify-it-py?expand=0&rev=5 --- python-linkify-it-py-2.0.0.tar.gz | 3 --- python-linkify-it-py-2.0.2.tar.gz | 3 +++ python-linkify-it-py.changes | 8 ++++++++ python-linkify-it-py.spec | 9 +++++---- 4 files changed, 16 insertions(+), 7 deletions(-) delete mode 100644 python-linkify-it-py-2.0.0.tar.gz create mode 100644 python-linkify-it-py-2.0.2.tar.gz diff --git a/python-linkify-it-py-2.0.0.tar.gz b/python-linkify-it-py-2.0.0.tar.gz deleted file mode 100644 index 49e6043..0000000 --- a/python-linkify-it-py-2.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6fc9b1d2a139a16833d7070c1f70aeb24bee46e7b884ed96436695a9e87bc9a -size 76363 diff --git a/python-linkify-it-py-2.0.2.tar.gz b/python-linkify-it-py-2.0.2.tar.gz new file mode 100644 index 0000000..7537539 --- /dev/null +++ b/python-linkify-it-py-2.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbb8697da37b898e316dfbc325ec31fbdfdaac2a3a0ff35b145c56714fc21888 +size 76692 diff --git a/python-linkify-it-py.changes b/python-linkify-it-py.changes index 0954299..78b0e91 100644 --- a/python-linkify-it-py.changes +++ b/python-linkify-it-py.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon May 22 21:10:44 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-linkify-it-py.spec b/python-linkify-it-py.spec index 4876a0f..7117f01 100644 --- a/python-linkify-it-py.spec +++ b/python-linkify-it-py.spec @@ -18,15 +18,16 @@ %{?sle15_python_module_pythons} Name: python-linkify-it-py -Version: 2.0.0 +Version: 2.0.2 Release: 0 Summary: Links recognition library with FULL unicode support License: MIT 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 +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module uc-micro-py} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-uc-micro-py @@ -45,10 +46,10 @@ Why it's awesome: %setup -q -n linkify-it-py-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check