Update to 0.7.12
This commit is contained in:
parent
9c0354d3c9
commit
540d1d3dd3
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/alabaster-0.7.8.tar.gz
|
||||
/alabaster-0.7.9.tar.gz
|
||||
/alabaster-0.7.11.tar.gz
|
||||
/alabaster-0.7.12.tar.gz
|
||||
|
@ -2,17 +2,15 @@
|
||||
%global srcname sphinx-theme-%{pypi_name}
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 0.7.11
|
||||
Release: 5%{?dist}
|
||||
Version: 0.7.12
|
||||
Release: 1%{?dist}
|
||||
Summary: Configurable sidebar-enabled Sphinx theme
|
||||
|
||||
License: BSD
|
||||
URL: https://pypi.python.org/pypi/%{pypi_name}
|
||||
Source0: https://files.pythonhosted.org/packages/3f/46/9346ea429931d80244ab7f11c4fce83671df0b7ae5a60247a2b588592c46/alabaster-0.7.11.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/cc/b4/ed8dcb0d67d5cfb7f83c4d5463a7614cb1d078ad7ae890c9143edebbf072/alabaster-0.7.12.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python2-setuptools
|
||||
|
||||
%description
|
||||
This theme is a modified "Kr" Sphinx theme from @kennethreitz (especially as
|
||||
@ -20,16 +18,6 @@ used in his Requests project), which was itself originally based on @mitsuhiko's
|
||||
theme used for Flask & related projects.
|
||||
|
||||
|
||||
%package -n python2-%{srcname}
|
||||
Summary: Configurable sidebar-enabled Sphinx theme
|
||||
%{?python_provide:%python_provide python2-%{srcname}}
|
||||
|
||||
%description -n python2-%{srcname}
|
||||
This theme is a modified "Kr" Sphinx theme from @kennethreitz (especially as
|
||||
used in his Requests project), which was itself originally based on @mitsuhiko's
|
||||
theme used for Flask & related projects.
|
||||
|
||||
|
||||
%package -n python%{python3_pkgversion}-%{srcname}
|
||||
Summary: Configurable sidebar-enabled Sphinx theme
|
||||
BuildArch: noarch
|
||||
@ -51,21 +39,13 @@ rm -rf %{pypi_name}.egg-info
|
||||
|
||||
|
||||
%build
|
||||
%py2_build
|
||||
%py3_build
|
||||
|
||||
|
||||
%install
|
||||
%py2_install
|
||||
%py3_install
|
||||
|
||||
|
||||
%files -n python2-%{srcname}
|
||||
%license LICENSE
|
||||
%doc README.rst
|
||||
%{python2_sitelib}/%{pypi_name}-%{version}-py%{python2_version}.egg-info/
|
||||
%{python2_sitelib}/%{pypi_name}/
|
||||
|
||||
%files -n python%{python3_pkgversion}-%{srcname}
|
||||
%license LICENSE
|
||||
%doc README.rst
|
||||
@ -74,6 +54,10 @@ rm -rf %{pypi_name}.egg-info
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Oct 04 2018 Julien Enselme <jujens@jujens.eu> - 0.7.12-1
|
||||
- Update to 0.7.12
|
||||
- Remove Python 2 subpackage
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.11-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (alabaster-0.7.11.tar.gz) = 3b3762cc9f0a04296d07bdadeb7e77ae007e307bfad81d8ddfa8e883dcf7577bf544957b3664ec4cc354749fa249627071474466dc771c5883c75571c86d8f3b
|
||||
SHA512 (alabaster-0.7.12.tar.gz) = e3bfd0c92ce01f08d5e6d9dc1ef0967ca1f54827e08756f4a0ba7be8d3b8bec7f2e53a169b831ff5ce2d2548f7f52c6e518bcc513e49bb3e4c38274293aebbac
|
||||
|
Loading…
Reference in New Issue
Block a user