From 8bfd41d20d185515443fcdf5dd4014b636b182da366ab791ad980a17b716815f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 29 Sep 2022 19:01:07 +0000 Subject: [PATCH] Accepting request 1007019 from home:yarunachalam:branches:devel:languages:python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to 0.1.2 Add a decode test with invalid utf8 * Bump version: 0.1.1 → 0.1.2 * Fix decode returning utf-16 code units (#9) * [pre-commit.ci] pre-commit autoupdate (#8) OBS-URL: https://build.opensuse.org/request/show/1007019 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mdurl?expand=0&rev=3 --- python-mdurl-0.1.2.tar.gz | 3 +++ python-mdurl.changes | 9 +++++++++ python-mdurl.spec | 6 +++--- 3 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 python-mdurl-0.1.2.tar.gz diff --git a/python-mdurl-0.1.2.tar.gz b/python-mdurl-0.1.2.tar.gz new file mode 100644 index 0000000..1913abe --- /dev/null +++ b/python-mdurl-0.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99d4fabddab7ee4a05fa458deb1a6f0d009966e4631c50d1b875767a1cd3896d +size 15236 diff --git a/python-mdurl.changes b/python-mdurl.changes index 44bec35..573cd2f 100644 --- a/python-mdurl.changes +++ b/python-mdurl.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Sep 29 15:58:15 UTC 2022 - Yogalakshmi Arunachalam + +- Update to 0.1.2 + Add a decode test with invalid utf8 + * Bump version: 0.1.1 → 0.1.2 + * Fix decode returning utf-16 code units (#9) + * [pre-commit.ci] pre-commit autoupdate (#8) + ------------------------------------------------------------------- Tue Apr 26 10:30:25 UTC 2022 - Sebastian Wagner diff --git a/python-mdurl.spec b/python-mdurl.spec index 924884e..ccad72e 100644 --- a/python-mdurl.spec +++ b/python-mdurl.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-mdurl -Version: 0.1.1 +Version: 0.1.2 Release: 0 Summary: Markdown URL utilities License: MIT @@ -26,10 +26,10 @@ URL: https://github.com/executablebooks/mdurl Source: https://github.com/executablebooks/mdurl/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz #Source: https://files.pythonhosted.org/packages/source/m/mdurl/mdurl-%%{version}.tar.gz BuildRequires: python-rpm-macros -BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module pip} BuildRequires: %{python_module flit} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildArch: noarch %python_subpackages