From 0bd11c19d5facc67487f5f6befe5d38fdf24c1ae Mon Sep 17 00:00:00 2001 From: tigro Date: Sat, 4 Jan 2025 17:32:10 +0300 Subject: [PATCH] import python-mdurl-0.1.2-8.el10 --- .gitignore | 1 + .python-mdurl.metadata | 1 + SPECS/python-mdurl.spec | 96 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 98 insertions(+) create mode 100644 .gitignore create mode 100644 .python-mdurl.metadata create mode 100644 SPECS/python-mdurl.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f5b6cbb --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/mdurl-0.1.2.tar.gz diff --git a/.python-mdurl.metadata b/.python-mdurl.metadata new file mode 100644 index 0000000..d9e570f --- /dev/null +++ b/.python-mdurl.metadata @@ -0,0 +1 @@ +fbc4bbd2adc6268b139621214bd263fb94527eae SOURCES/mdurl-0.1.2.tar.gz diff --git a/SPECS/python-mdurl.spec b/SPECS/python-mdurl.spec new file mode 100644 index 0000000..588169f --- /dev/null +++ b/SPECS/python-mdurl.spec @@ -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 - 0.1.2-8 +- Rebuilt for MSVSphere 10 + +* Fri Jul 19 2024 Fedora Release Engineering - 0.1.2-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Sat Jun 08 2024 Python Maint - 0.1.2-7 +- Rebuilt for Python 3.13 + +* Fri Jan 26 2024 Fedora Release Engineering - 0.1.2-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Mon Jan 22 2024 Fedora Release Engineering - 0.1.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Jul 21 2023 Fedora Release Engineering - 0.1.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Fri Jun 16 2023 Python Maint - 0.1.2-3 +- Rebuilt for Python 3.12 + +* Fri Jan 20 2023 Fedora Release Engineering - 0.1.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Thu Oct 13 2022 Karolina Surma - 0.1.2-1 +- Update to 0.1.2 +Resolves: rhbz#2118132 + +* Fri Jul 22 2022 Fedora Release Engineering - 0.1.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Tue Jun 14 2022 Python Maint - 0.1.1-2 +- Rebuilt for Python 3.11 + +* Tue Apr 19 2022 Lumír Balhar - 0.1.1-1 +- Update to 0.1.1 +Resolves: rhbz#2074703 + +* Mon Jan 31 2022 Karolina Surma - 0.1.0-1 +- Initial package