diff --git a/python-mdurl-0.1.1.tar.gz b/python-mdurl-0.1.1.tar.gz deleted file mode 100644 index caea95f..0000000 --- a/python-mdurl-0.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b45662bdb11895c1e3c65409ba521ab653e4ab75c3adfc95f112d29cd7b325a5 -size 15265 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