Update to 3.4.4.
This commit is contained in:
parent
0ced014a43
commit
92abd690dd
@ -2,8 +2,8 @@
|
||||
%global pkgname markdown
|
||||
|
||||
Name: python-%{pkgname}
|
||||
Version: 3.4.1
|
||||
Release: 4%{?dist}
|
||||
Version: 3.4.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Markdown implementation in Python
|
||||
License: BSD
|
||||
URL: https://python-markdown.github.io/
|
||||
@ -39,11 +39,12 @@ there are a few known issues.
|
||||
%autosetup -p1 -n %{srcname}-%{version}
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
%pyproject_wheel
|
||||
|
||||
|
||||
%install
|
||||
%py3_install
|
||||
%pyproject_install
|
||||
%pyproject_save_files %{pkgname}
|
||||
|
||||
# process license file
|
||||
PYTHONPATH=%{buildroot}%{python3_sitelib} \
|
||||
@ -55,16 +56,18 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \
|
||||
%python3 -m unittest discover tests
|
||||
|
||||
|
||||
%files -n python%{python3_pkgversion}-%{pkgname}
|
||||
%files -n python%{python3_pkgversion}-%{pkgname} -f %{pyproject_files}
|
||||
# temporarily skip packaging docs - see also
|
||||
# https://github.com/Python-Markdown/markdown/issues/621
|
||||
#doc python3/build/docs/*
|
||||
%license LICENSE.*
|
||||
%{python3_sitelib}/*
|
||||
%license LICENSE.html LICENSE.md
|
||||
%{_bindir}/markdown_py
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Jul 30 2023 Thomas Moschny <thomas.moschny@gmx.de> - 3.4.4-1
|
||||
- Update to 3.4.4.
|
||||
|
||||
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Markdown-3.4.1.tar.gz) = 73b0006ac8aaf281a2dbc2c14534853dbb7ab26a620f3961975279feb83334b6868fa4bbcd30767189201a0c84e502dacd16783de3808393699ace0cbaab30a8
|
||||
SHA512 (Markdown-3.4.4.tar.gz) = 39e808d5a4a07b57e931a844c3d8f6fe564849f8b5922eef6708e5a600cf7e742d92617d9d9649cab0eab34a6ffc7bc97e9ea960ffef75e9062aa375769e6a28
|
||||
|
Loading…
Reference in New Issue
Block a user