1
0

Accepting request 989564 from devel:languages:python

- Update to 2022.3.4:
  - Updated cmark to 0.29.0.gfm.3
  - Switched to calendar versioning

OBS-URL: https://build.opensuse.org/request/show/989564
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cmarkgfm?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2022-08-04 11:23:07 +00:00 committed by Git OBS Bridge
commit 88d00d09d3
4 changed files with 13 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a65c152f9da8bf82714f19c287fe0968ee8e7f899e8d94503d73d0fe57229c19
size 140573

3
cmarkgfm-0.8.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fe859b0e98d222b4b458022007daac2757e970f0671d45e55d01931c1b4bb3cb
size 140887

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Jul 15 10:48:35 UTC 2022 - Jacob Michalskie <hel@lcp.world>
- Update to 2022.3.4:
- Updated cmark to 0.29.0.gfm.3
- Switched to calendar versioning
-------------------------------------------------------------------
Wed Feb 9 10:26:31 UTC 2022 - Matej Cepl <mcepl@suse.com>

View File

@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-cmarkgfm
Version: 0.7.0
Version: 0.8.0
Release: 0
Summary: Minimal bindings to GitHub's fork of cmark
License: MIT
@ -41,7 +41,8 @@ Requires: python-cffi >= 1.0.0
Minimal bindings to GitHub's fork of cmark
%prep
%setup -q -n cmarkgfm-%{version}
%autosetup -p1 -n cmarkgfm-%{version}
chmod a-x LICENSE.txt README.rst
%build