commit dd9d7175f4f0d1dc7afe14064c0c2c4a18871f70200ddea7e36be97df01b2f87 Author: Adrian Schröter Date: Fri May 3 21:30:23 2024 +0200 Sync from SUSE:SLFO:Main python-mdit-py-plugins revision f5579aed44d68e155b03a50af4387c05 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/python-mdit-py-plugins-0.3.0.tar.gz b/python-mdit-py-plugins-0.3.0.tar.gz new file mode 100644 index 0000000..e04b5c4 --- /dev/null +++ b/python-mdit-py-plugins-0.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6defa17be05fb1f1d2b6a0fe20ad4773184a089542fb3e2d2742cc630394ddf7 +size 50654 diff --git a/python-mdit-py-plugins.changes b/python-mdit-py-plugins.changes new file mode 100644 index 0000000..1ebc276 --- /dev/null +++ b/python-mdit-py-plugins.changes @@ -0,0 +1,9 @@ +------------------------------------------------------------------- +Mon Sep 5 08:02:15 UTC 2022 - Elisei Roca + +- Cleanup requires, comments and files section + +------------------------------------------------------------------- +Tue Apr 26 16:22:09 UTC 2022 - Sebastian Wagner + +- initial package for version 0.3.0. diff --git a/python-mdit-py-plugins.spec b/python-mdit-py-plugins.spec new file mode 100644 index 0000000..e13a0c7 --- /dev/null +++ b/python-mdit-py-plugins.spec @@ -0,0 +1,58 @@ +# +# spec file for package python-mdit-py-plugins +# +# Copyright (c) 2022 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +%{?!python_module:%define python_module() python-%{**} python3-%{**}} +Name: python-mdit-py-plugins +Version: 0.3.0 +Release: 0 +Summary: Collection of plugins for markdown-it-py +License: MIT +URL: https://mdit-py-plugins.readthedocs.io/ +Source: https://github.com/executablebooks/mdit-py-plugins/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +BuildRequires: %{python_module markdown-it-py} +BuildRequires: %{python_module setuptools} +BuildRequires: fdupes +#Source: https://files.pythonhosted.org/packages/source/m/mdit-py-plugins/mdit-py-plugins-%%{version}.tar.gz +BuildRequires: python-rpm-macros +Requires: python-markdown-it-py +BuildArch: noarch +%python_subpackages + +%description +Collection of core plugins for markdown-it-py. + +%prep +%setup -q -n mdit-py-plugins-%{version} + +%build +%python_build + +%install +%python_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} + +%check +%pyunittest + +%files %{python_files} +%doc README.md CHANGELOG.md docs/index.md +%license LICENSE +%{python_sitelib}/mdit_py_plugins/ +%{python_sitelib}/mdit_py_plugins-%{version}*-info + +%changelog