Compare commits

...

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

2
.gitignore vendored

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

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

@ -1,19 +1,16 @@
# 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.0 Version: 3.2.2
Release: 5%{?dist} Release: 13%{?dist}
Summary: Python bindings for Enchant spellchecking library Summary: Python bindings for Enchant spellchecking library
License: LGPLv2+ License: LGPL-2.1-or-later
URL: http://packages.python.org/pyenchant/ URL: https://pyenchant.github.io/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: enchant-devel BuildRequires: enchant2
%description %description
PyEnchant is a spellchecking library for Python, based on the Enchant PyEnchant is a spellchecking library for Python, based on the Enchant
@ -26,7 +23,7 @@ Summary: Python 3 bindings for Enchant spellchecking library
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
Requires: %{enchant_dep} Requires: enchant2
%{?python_provide:%python_provide python3-%{srcname}} %{?python_provide:%python_provide python3-%{srcname}}
@ -53,7 +50,8 @@ 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}
@ -75,12 +73,55 @@ rm -rf $RPM_BUILD_ROOT/%{python3_sitelib}/%{srcname}/share
%changelog %changelog
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 3.2.0-5 * Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 3.2.2-13
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags - Bump release for June 2024 mass rebuild
Related: rhbz#1991688
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 3.2.0-4 * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.2-12
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 - 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