034cc43
%global pypi_name micawber
034cc43
034cc43
Name:           python-%{pypi_name}
074e382
Version:        0.5.4
4f82240
Release:        5%{?dist}
034cc43
Summary:        a small library for extracting rich content from urls
034cc43
034cc43
License:        MIT
034cc43
URL:            http://github.com/coleifer/micawber/
034cc43
Source0:        %{pypi_source}
034cc43
BuildArch:      noarch
034cc43
034cc43
BuildRequires:  python3-devel
034cc43
BuildRequires:  python3dist(setuptools)
fc766a5
BuildRequires:  python3dist(beautifulsoup4)
034cc43
034cc43
%description
034cc43
A small library for extracting rich content from urls. what does it do?
034cc43
-micawber supplies a few methods for retrieving rich metadata about a variety
034cc43
of links, such as links to youtube videos. micawber also provides functions for
034cc43
parsing blocks of text and html and replacing links to videos with rich
034cc43
embedded --here is a quick example:.. code-block:: python import micawber load
034cc43
up rules for...
034cc43
034cc43
%package -n     python3-%{pypi_name}
034cc43
Summary:        %{summary}
034cc43
%{?python_provide:%python_provide python3-%{pypi_name}}
034cc43
034cc43
%description -n python3-%{pypi_name}
034cc43
A small library for extracting rich content from urls. what does it do?
034cc43
-micawber supplies a few methods for retrieving rich metadata about a variety
034cc43
of links, such as links to youtube videos. micawber also provides functions for
034cc43
parsing blocks of text and html and replacing links to videos with rich
034cc43
embedded --here is a quick example:.. code-block:: python import micawber load
034cc43
up rules for...
034cc43
034cc43
034cc43
%prep
034cc43
%autosetup -n %{pypi_name}-%{version}
034cc43
# Remove bundled egg-info
034cc43
rm -rf %{pypi_name}.egg-info
034cc43
034cc43
%build
034cc43
%py3_build
034cc43
034cc43
%install
034cc43
%py3_install
034cc43
034cc43
%check
fc766a5
%{__python3} runtests.py
034cc43
034cc43
%files -n python3-%{pypi_name}
034cc43
%license LICENSE
034cc43
%doc README.rst
034cc43
%{python3_sitelib}/%{pypi_name}
261af9d
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
034cc43
034cc43
%changelog
4f82240
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.4-5
4f82240
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
4f82240
6b0fa9a
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.5.4-4
6b0fa9a
- Rebuilt for Python 3.11
6b0fa9a
7a853d3
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.4-3
7a853d3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
7a853d3
8738ae1
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.4-2
8738ae1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
8738ae1
074e382
* Thu Jul 15 2021 José Matos <jamatos@fedoraproject.org> - 0.5.4-1
074e382
- update to 0.5.4
074e382
26fc7be
* Thu Jul  8 2021 José Matos <jamatos@fedoraproject.org> - 0.5.3-1
26fc7be
- update to 0.5.3
26fc7be
ff37c12
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.5.2-3
ff37c12
- Rebuilt for Python 3.10
ff37c12
6e5a8d3
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.2-2
6e5a8d3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
6e5a8d3
a107640
* Sun Jan  3 2021 José Matos <jamatos@fedoraproject.org> - 0.5.2-1
a107640
- update to 0.5.2
a107640
- reenable tests since the failure was dealt in this update
a107640
a0ea11f
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-3
a0ea11f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
a0ea11f
fddcb06
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.5.1-2
fddcb06
- Rebuilt for Python 3.9
fddcb06
fc7e91d
* Sun Mar 22 2020 José Matos <jamatos@fedoraproject.org> - 0.5.1-1
fc7e91d
- Update to 0.5.1
fc7e91d
64d2add
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-5
64d2add
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
64d2add
d40da42
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.5.0-4
d40da42
- Rebuilt for Python 3.8.0rc1 (#1748018)
d40da42
6fc6a2e
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.5.0-3
6fc6a2e
- Rebuilt for Python 3.8
6fc6a2e
8ac7100
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-2
8ac7100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
8ac7100
5a35c37
* Fri Jul 12 2019 José Matos <jamatos@fedoraproject.org> - 0.5.0-1
5a35c37
- update to 0.5.0
5a35c37
034cc43
* Tue Jun 11 2019 José Matos <jamatos@fedoraproject.org> - 0.4.1-2
034cc43
- Change the source url to standard path name (%%{pypi_source})
034cc43
034cc43
* Sun Jun  9 2019 José Matos <jamatos@fedoraproject.org> - 0.4.1-1
034cc43
- update to 0.4.1
034cc43
034cc43
* Sat Sep  1 2018 José Matos <jamatos@fedoraproject.org> - 0.3.5-1
034cc43
- Initial package.