You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
155 lines
4.5 KiB
155 lines
4.5 KiB
8 years ago
|
%global srcname webencodings
|
||
|
%global desc This is a Python implementation of the WHATWG Encoding standard.
|
||
|
|
||
|
|
||
|
Name: python-%{srcname}
|
||
|
Version: 0.5.1
|
||
4 weeks ago
|
Release: 27%{?dist}
|
||
8 years ago
|
BuildArch: noarch
|
||
|
|
||
4 weeks ago
|
# Automatically converted from old format: BSD - review is highly recommended.
|
||
|
License: LicenseRef-Callaway-BSD
|
||
8 years ago
|
Summary: Character encoding for the web
|
||
|
URL: https://github.com/gsnedders/python-%{srcname}
|
||
|
Source0: %{url}/archive/v%{version}/%{srcname}-%{version}.tar.gz
|
||
|
|
||
|
BuildRequires: python3-devel
|
||
4 years ago
|
BuildRequires: python3-setuptools
|
||
8 years ago
|
BuildRequires: python3-pytest
|
||
|
BuildRequires: python3-sphinx
|
||
|
|
||
|
|
||
|
%description
|
||
|
%{desc}
|
||
|
|
||
|
|
||
|
%package doc
|
||
|
Summary: Documentation for python-webencodings
|
||
|
|
||
|
|
||
|
%description doc
|
||
|
Documentation for python-webencodings.
|
||
|
|
||
|
|
||
|
%package -n python3-%{srcname}
|
||
|
Summary: %{summary}
|
||
|
|
||
|
%{?python_provide:%python_provide python3-%{srcname}}
|
||
|
|
||
|
Requires: python3
|
||
|
|
||
|
|
||
|
%description -n python3-%{srcname}
|
||
|
%{desc}
|
||
|
|
||
|
|
||
|
%prep
|
||
|
%autosetup -n python-%{srcname}-%{version}
|
||
|
|
||
|
|
||
|
%build
|
||
|
%py3_build
|
||
|
|
||
8 years ago
|
PYTHONPATH=. sphinx-build-3 docs docs/_build
|
||
8 years ago
|
|
||
|
# Remove unneeded build artifacts.
|
||
|
rm -rf docs/_build/.buildinfo
|
||
|
rm -rf docs/_build/.doctrees
|
||
|
|
||
|
|
||
|
%install
|
||
|
%py3_install
|
||
|
|
||
|
|
||
|
%check
|
||
|
py.test-3
|
||
|
|
||
|
|
||
|
%files doc
|
||
|
%license LICENSE
|
||
|
%doc docs/_build
|
||
|
|
||
|
|
||
|
%files -n python3-%{srcname}
|
||
|
%license LICENSE
|
||
|
%doc README.rst
|
||
|
%{python3_sitelib}/%{srcname}
|
||
|
%{python3_sitelib}/*.egg-info
|
||
|
|
||
|
|
||
|
%changelog
|
||
4 weeks ago
|
* Sat Jan 04 2025 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.5.1-27
|
||
|
- Rebuilt for MSVSphere 10
|
||
|
|
||
|
* Wed Sep 04 2024 Miroslav Suchý <msuchy@redhat.com> - 0.5.1-27
|
||
|
- convert license to SPDX
|
||
|
|
||
|
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-26
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||
|
|
||
|
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 0.5.1-25
|
||
|
- Rebuilt for Python 3.13
|
||
|
|
||
|
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-24
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||
|
|
||
|
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-23
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||
|
|
||
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-22
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||
|
|
||
|
* Wed Jun 14 2023 Python Maint <python-maint@redhat.com> - 0.5.1-21
|
||
|
- Rebuilt for Python 3.12
|
||
|
|
||
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-20
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||
|
|
||
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-19
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||
|
|
||
|
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.5.1-18
|
||
|
- Rebuilt for Python 3.11
|
||
|
|
||
3 years ago
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-17
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||
|
|
||
4 years ago
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-16
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||
|
|
||
4 years ago
|
* Thu Jun 03 2021 Python Maint <python-maint@redhat.com> - 0.5.1-15
|
||
|
- Rebuilt for Python 3.10
|
||
|
|
||
4 years ago
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-14
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||
|
|
||
5 years ago
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-13
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||
|
|
||
5 years ago
|
* Sat May 23 2020 Miro Hrončok <mhroncok@redhat.com> - 0.5.1-12
|
||
|
- Rebuilt for Python 3.9
|
||
|
|
||
5 years ago
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-11
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||
|
|
||
5 years ago
|
* Tue Sep 17 2019 Randy Barlow <bowlofeggs@fedoraproject.org> - 0.5.1-10
|
||
|
- Drop python2-webencodings (#1752405).
|
||
|
|
||
6 years ago
|
* Fri Aug 16 2019 Miro Hrončok <mhroncok@redhat.com> - 0.5.1-9
|
||
|
- Rebuilt for Python 3.8
|
||
|
|
||
6 years ago
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-8
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||
|
|
||
6 years ago
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-7
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||
|
|
||
7 years ago
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-6
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||
|
|
||
7 years ago
|
* Sat Jun 16 2018 Miro Hrončok <mhroncok@redhat.com> - 0.5.1-5
|
||
|
- Rebuilt for Python 3.7
|
||
|
|
||
7 years ago
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-4
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|