Compare commits

..

No commits in common. 'i10c-beta' and 'c9' have entirely different histories.

2
.gitignore vendored

@ -1 +1 @@
SOURCES/pyenchant-3.2.2.tar.gz SOURCES/pyenchant-3.2.0.tar.gz

@ -1 +1 @@
1f645a5249ebffa1453c179719d754076b879cba SOURCES/pyenchant-3.2.2.tar.gz d2a88525257d43c5c0e512fc4f5b7871459b42c9 SOURCES/pyenchant-3.2.0.tar.gz

@ -1,16 +1,19 @@
# Work around a problem with libenchant versioning
# (python-enchant-1.3.1 failed to work with enchant-1.4.2-2.fc10)
%global enchant_dep enchant >= 1.5.0
%global srcname enchant %global srcname enchant
Name: python-enchant Name: python-enchant
Version: 3.2.2 Version: 3.2.0
Release: 13%{?dist} Release: 5%{?dist}
Summary: Python bindings for Enchant spellchecking library Summary: Python bindings for Enchant spellchecking library
License: LGPL-2.1-or-later License: LGPLv2+
URL: https://pyenchant.github.io/pyenchant/ URL: http://packages.python.org/pyenchant/
Source0: https://files.pythonhosted.org/packages/source/p/py%{srcname}/py%{srcname}-%{version}.tar.gz Source0: https://files.pythonhosted.org/packages/source/p/py%{srcname}/py%{srcname}-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: enchant2 BuildRequires: enchant-devel
%description %description
PyEnchant is a spellchecking library for Python, based on the Enchant PyEnchant is a spellchecking library for Python, based on the Enchant
@ -23,7 +26,7 @@ Summary: Python 3 bindings for Enchant spellchecking library
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
Requires: enchant2 Requires: %{enchant_dep}
%{?python_provide:%python_provide python3-%{srcname}} %{?python_provide:%python_provide python3-%{srcname}}
@ -50,8 +53,7 @@ rm -rf $RPM_BUILD_ROOT/%{python3_sitelib}/%{srcname}/share
# Tests are not included in the upstream tarball # Tests are not included in the upstream tarball
%check #%%check
%py3_check_import %{srcname} %{srcname}.checker %{srcname}.tokenize
%files -n python3-%{srcname} %files -n python3-%{srcname}
@ -73,58 +75,12 @@ rm -rf $RPM_BUILD_ROOT/%{python3_sitelib}/%{srcname}/share
%changelog %changelog
* Tue Nov 26 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 3.2.2-13 * Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 3.2.0-5
- Rebuilt for MSVSphere 10 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 3.2.2-13 * Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 3.2.0-4
- Bump release for June 2024 mass rebuild - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.2-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.2-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Aug 21 2023 Parag Nemade <pnemade AT fedoraproject DOT org> - 3.2.2-10
- Migrate to SPDX license expression
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.2-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Thu Jun 15 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 3.2.2-8
- Update BuildRequires to enchant2
- Check imports as a minimal test
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 3.2.2-7
- Rebuilt for Python 3.12
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.2-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Sun Aug 28 2022 Jens Petersen <petersen@redhat.com> - 3.2.2-5
- switch to using enchant2 (#2121993)
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 3.2.2-3
- Rebuilt for Python 3.11
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Tue Oct 05 2021 Charalampos Stratakis <cstratak@redhat.com> - 3.2.2-1
- Update to 3.2.2 (rhbz#2010984)
* Tue Aug 03 2021 Charalampos Stratakis <cstratak@redhat.com> - 3.2.1-1
- Update to 3.2.1 (rhbz#1975861)
* Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.0-5
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Thu Jun 03 2021 Python Maint <python-maint@redhat.com> - 3.2.0-4
- Rebuilt for Python 3.10
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.0-3 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

Loading…
Cancel
Save