commit
0bd11c19d5
@ -0,0 +1 @@
|
|||||||
|
SOURCES/mdurl-0.1.2.tar.gz
|
@ -0,0 +1 @@
|
|||||||
|
fbc4bbd2adc6268b139621214bd263fb94527eae SOURCES/mdurl-0.1.2.tar.gz
|
@ -0,0 +1,96 @@
|
|||||||
|
Name: python-mdurl
|
||||||
|
Version: 0.1.2
|
||||||
|
Release: 8%{?dist}
|
||||||
|
Summary: Markdown URL utilities
|
||||||
|
|
||||||
|
# SPDX
|
||||||
|
License: MIT
|
||||||
|
URL: https://github.com/executablebooks/mdurl
|
||||||
|
Source0: %{url}/archive/%{version}/mdurl-%{version}.tar.gz
|
||||||
|
|
||||||
|
BuildArch: noarch
|
||||||
|
BuildRequires: python3-devel
|
||||||
|
|
||||||
|
|
||||||
|
%global _description %{expand:
|
||||||
|
URL utilities for markdown-it parser.}
|
||||||
|
|
||||||
|
|
||||||
|
%description %_description
|
||||||
|
|
||||||
|
%package -n python3-mdurl
|
||||||
|
Summary: %{summary}
|
||||||
|
|
||||||
|
%description -n python3-mdurl %_description
|
||||||
|
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -p1 -n mdurl-%{version}
|
||||||
|
|
||||||
|
# Remove coverage from the test requirements
|
||||||
|
sed -i "s/pytest-cov//" tests/requirements.txt
|
||||||
|
|
||||||
|
|
||||||
|
%generate_buildrequires
|
||||||
|
%pyproject_buildrequires tests/requirements.txt
|
||||||
|
|
||||||
|
|
||||||
|
%build
|
||||||
|
%pyproject_wheel
|
||||||
|
|
||||||
|
|
||||||
|
%install
|
||||||
|
%pyproject_install
|
||||||
|
%pyproject_save_files mdurl
|
||||||
|
|
||||||
|
|
||||||
|
%check
|
||||||
|
%pytest
|
||||||
|
|
||||||
|
|
||||||
|
%files -n python3-mdurl -f %{pyproject_files}
|
||||||
|
%doc README.md
|
||||||
|
%license LICENSE
|
||||||
|
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Sat Jan 04 2025 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.1.2-8
|
||||||
|
- Rebuilt for MSVSphere 10
|
||||||
|
|
||||||
|
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-8
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jun 08 2024 Python Maint <python-maint@redhat.com> - 0.1.2-7
|
||||||
|
- Rebuilt for Python 3.13
|
||||||
|
|
||||||
|
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-6
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jun 16 2023 Python Maint <python-maint@redhat.com> - 0.1.2-3
|
||||||
|
- Rebuilt for Python 3.12
|
||||||
|
|
||||||
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Oct 13 2022 Karolina Surma <ksurma@redhat.com> - 0.1.2-1
|
||||||
|
- Update to 0.1.2
|
||||||
|
Resolves: rhbz#2118132
|
||||||
|
|
||||||
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jun 14 2022 Python Maint <python-maint@redhat.com> - 0.1.1-2
|
||||||
|
- Rebuilt for Python 3.11
|
||||||
|
|
||||||
|
* Tue Apr 19 2022 Lumír Balhar <lbalhar@redhat.com> - 0.1.1-1
|
||||||
|
- Update to 0.1.1
|
||||||
|
Resolves: rhbz#2074703
|
||||||
|
|
||||||
|
* Mon Jan 31 2022 Karolina Surma <ksurma@redhat.com> - 0.1.0-1
|
||||||
|
- Initial package
|
Loading…
Reference in new issue