Blame python-mdit-py-plugins.spec

67b686d
%global pypi_name mdit-py-plugins
67b686d
67b686d
Name:           python-%{pypi_name}
c695ee9
Version:        0.4.0
222146d
Release:        2%{?dist}
67b686d
Summary:        Collection of plugins for markdown-it-py
67b686d
796d98c
# SPDX
67b686d
# Both the package and its plugins are licensed under MIT
67b686d
License:        MIT
67b686d
URL:            https://github.com/executablebooks/mdit-py-plugins
67b686d
Source0:        %{url}/archive/v%{version}/%{pypi_name}-%{version}.tar.gz
67b686d
BuildArch:      noarch
67b686d
67b686d
BuildRequires:  python3-devel
67b686d
BuildRequires:  python3dist(pytest)
e1963d6
BuildRequires:  python3dist(pytest-regressions)
67b686d
67b686d
%global _description %{expand:
67b686d
Collection of core plugins for markdown-it-py.
67b686d
}
67b686d
67b686d
%description %_description
67b686d
67b686d
%package -n     python3-%{pypi_name}
67b686d
Summary:        %{summary}
67b686d
67b686d
%description -n python3-%{pypi_name} %_description
67b686d
67b686d
%prep
67b686d
%autosetup -p1 -n %{pypi_name}-%{version}
67b686d
67b686d
%generate_buildrequires
a2cee96
%pyproject_buildrequires
67b686d
67b686d
%build
67b686d
%pyproject_wheel
67b686d
67b686d
%install
67b686d
%pyproject_install
67b686d
%pyproject_save_files mdit_py_plugins
67b686d
67b686d
%check
e1963d6
%pytest
67b686d
67b686d
%files -n python3-%{pypi_name} -f %{pyproject_files}
67b686d
%license LICENSE
67b686d
%doc README.md
67b686d
67b686d
%changelog
222146d
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-2
222146d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
222146d
c695ee9
* Fri Jul 07 2023 Karolina Surma <ksurma@redhat.com> - 0.4.0-1
c695ee9
- Update to 0.4.0
c695ee9
Resolves: rhbz#2212522
c695ee9
8d56ffc
* Thu Jun 29 2023 Python Maint <python-maint@redhat.com> - 0.3.5-2
8d56ffc
- Rebuilt for Python 3.12
8d56ffc
e1963d6
* Wed Mar 08 2023 Karolina Surma <ksurma@redhat.com> - 0.3.5-1
e1963d6
- Update to 0.3.5
e1963d6
Resolves: rhbz#2150911
e1963d6
5b3d575
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-2
5b3d575
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
5b3d575
2f92000
* Mon Oct 03 2022 Karolina Surma <ksurma@redhat.com> - 0.3.1-1
2f92000
- Update to 0.3.1
2f92000
Resolves: rhbz#2130161
2f92000
622fc13
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-4
622fc13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
622fc13
52cfa8a
* Wed Jun 15 2022 Python Maint <python-maint@redhat.com> - 0.3.0-3
52cfa8a
- Rebuilt for Python 3.11
52cfa8a
d3e09e0
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-2
d3e09e0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
d3e09e0
5a50f82
* Mon Dec 06 2021 Karolina Surma <ksurma@redhat.com> - 0.3.0-1
5a50f82
- Update to 0.3.0
5a50f82
08105d3
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.8-3
08105d3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
08105d3
b4959ec
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.2.8-2
b4959ec
- Rebuilt for Python 3.10
b4959ec
67b686d
* Thu May 13 2021 Karolina Surma <ksurma@redhat.com> - 0.2.8-1
67b686d
- Initial package.