File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33Summary: Markdown implementation in Python
44Name: python-%{pkgname }
55Version: 3.5.2
6- Release: 1 %{?dist }
6+ Release: 2 %{?dist }
77License: BSD
88Vendor: Microsoft Corporation
99Distribution: Azure Linux
@@ -49,7 +49,7 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \
4949 LICENSE.md > LICENSE.html
5050
5151%check
52- %{__python3} ./setup.py test
52+ %{__python3} -m unittest discover -v
5353
5454
5555%files -n python%{python3_pkgversion }-%{pkgname }
@@ -61,6 +61,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \
6161%{_bindir }/markdown_py
6262
6363%changelog
64+ * Tue Apr 29 2025 Riken Maharjan <rmaharjan@microsoft.com> - 3.5.2-2
65+ - Use proper ptest command to run the test.
66+
6467* Fri Feb 16 2024 Andrew Phelps <anphel@microsoft.com> - 3.5.2-1
6568- Upgrade to version 3.5.2
6669- Add BR for python3-pip and python3-wheel
You can’t perform that action at this time.
0 commit comments