e4d3d25
Name:      python-pathvalidate
525dbb2
Version:   3.2.0
0dcc8eb
Release:   2%{?dist}
108b838
Summary:   Library to sanitize/validate a string such as file-names/file-paths/etc
108b838
108b838
License:   MIT
108b838
URL:       https://github.com/thombashi/pathvalidate
e4d3d25
Source0:   %{pypi_source pathvalidate}
108b838
BuildArch: noarch
108b838
108b838
%description
108b838
%{summary}.
108b838
e4d3d25
%package -n python3-pathvalidate
108b838
Summary:        %{summary}
108b838
BuildRequires:  python3-devel
3b9c027
BuildRequires:  python3-pytest
3a2c651
BuildRequires:  python3-allpairspy
98a5031
BuildRequires:  python3-click
319e04c
BuildRequires:  python3-tcolorpy
108b838
e4d3d25
%description -n python3-pathvalidate
108b838
%{summary}.
108b838
108b838
%prep
e4d3d25
%autosetup -n pathvalidate-%{version}
e4d3d25
e4d3d25
e4d3d25
%generate_buildrequires
e4d3d25
%pyproject_buildrequires
e4d3d25
108b838
108b838
%build
e4d3d25
%pyproject_wheel
e4d3d25
108b838
108b838
%install
e4d3d25
%pyproject_install
e4d3d25
e4d3d25
%pyproject_save_files pathvalidate
e4d3d25
108b838
108b838
%check
319e04c
%{pytest}
52ed865
108b838
e4d3d25
%files -n python3-pathvalidate -f %{pyproject_files}
108b838
%doc README.rst
108b838
%license LICENSE
e4d3d25
108b838
108b838
%changelog
0dcc8eb
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.0-2
0dcc8eb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
0dcc8eb
525dbb2
* Mon Jan 22 2024 Jonny Heggheim <hegjon@gmail.com> - 3.2.0-1
525dbb2
- Updated to version 3.2.0
525dbb2
0ae2d61
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.2-5
0ae2d61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
0ae2d61
1e45d8d
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.2-4
1e45d8d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
1e45d8d
4e6fc25
* Wed Jun 14 2023 Python Maint <python-maint@redhat.com> - 2.5.2-3
4e6fc25
- Rebuilt for Python 3.12
4e6fc25
2006976
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.2-2
2006976
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2006976
52ed865
* Sun Aug 21 2022 Jonny Heggheim <hegjon@gmail.com> - 2.5.2-1
52ed865
- Updated to version 2.5.2
52ed865
bb0af1a
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.0-6
bb0af1a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
bb0af1a
7109171
* Thu Jul 14 2022 Jonny Heggheim <hegjon@gmail.com> - 2.5.0-5
5c24319
- Disable tests on Python 3.11
5c24319
e140604
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 2.5.0-4
e140604
- Rebuilt for Python 3.11
e140604
15319fe
* Wed Mar 16 2022 Jonny Heggheim <hegjon@gmail.com> - 2.5.0-3
15319fe
- Migrated to the %pyproject RPM macros
15319fe
319e04c
* Fri Feb 25 2022 Jonny Heggheim <hegjon@gmail.com> - 2.5.0-2
319e04c
- Enabled unit tests
319e04c
f9dc888
* Thu Feb 24 2022 Jonny Heggheim <hegjon@gmail.com> - 2.5.0-1
f9dc888
- Updated to version 2.5.0
f9dc888
a9a2432
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.2-5
a9a2432
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
a9a2432
f4bf363
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.2-4
f4bf363
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
f4bf363
d44ee3f
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 2.3.2-3
d44ee3f
- Rebuilt for Python 3.10
d44ee3f
3a2c651
* Fri Mar 19 2021 Jonny Heggheim <hegjon@gmail.com> - 2.3.2-2
3a2c651
- Enabled unit tests
3a2c651
108b838
* Fri Mar 05 2021 Jonny Heggheim <hegjon@gmail.com> - 2.3.2-1
108b838
- Initial package