Accepting request 1007062 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1007062 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mdurl?expand=0&rev=2
This commit is contained in:
commit
34ee2a9410
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b45662bdb11895c1e3c65409ba521ab653e4ab75c3adfc95f112d29cd7b325a5
|
||||
size 15265
|
BIN
python-mdurl-0.1.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
python-mdurl-0.1.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 29 15:58:15 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- 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 <sebix+novell.com@sebix.at>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user