Sync from SUSE:SLFO:Main python-sphinxcontrib-newsfeed revision bcf96f16c4c2740475fafeb57e9540fc
This commit is contained in:
commit
22007f8903
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
47
python-sphinxcontrib-newsfeed.changes
Normal file
47
python-sphinxcontrib-newsfeed.changes
Normal file
@ -0,0 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 2 11:16:38 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Drop bogus sphinxcontrib requires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 2 09:35:14 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Remove pointless definitions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 10 12:20:45 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Fix %pycache_only in %files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 7 21:05:52 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Remove wrong BR on python-sphinxcontrib
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 12:54:44 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Remove superfluous devel dependency for noarch package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 18 22:29:06 UTC 2017 - toddrme2178@gmail.com
|
||||
|
||||
- Use new python-sphinxcontrib package to provide namespace
|
||||
directory.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 18 20:36:57 UTC 2017 - toddrme2178@gmail.com
|
||||
|
||||
- Specify files to guarantee namespace package doesn't conflict
|
||||
with python(2|3)-Sphinx
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 5 18:15:34 UTC 2017 - sebix+novell.com@sebix.at
|
||||
|
||||
- remove unused test requirements
|
||||
- add Sphinx as requirement
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 25 09:38:03 UTC 2017 - sebix+novell.com@sebix.at
|
||||
|
||||
- initial package
|
64
python-sphinxcontrib-newsfeed.spec
Normal file
64
python-sphinxcontrib-newsfeed.spec
Normal file
@ -0,0 +1,64 @@
|
||||
#
|
||||
# spec file for package python-sphinxcontrib-newsfeed
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-sphinxcontrib-newsfeed
|
||||
Version: 0.1.4
|
||||
Release: 0
|
||||
Summary: News Feed extension for Sphinx
|
||||
License: BSD-2-Clause
|
||||
Group: Development/Languages/Python
|
||||
Url: https://github.com/aio-libs/sphinxcontrib-newsfeed
|
||||
Source: https://files.pythonhosted.org/packages/source/s/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-%{version}.tar.gz
|
||||
BuildRequires: %{python_module Sphinx}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-Sphinx
|
||||
BuildArch: noarch
|
||||
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
sphinxcontrib-newsfeed is a extension for adding a simple Blog, News or Announcements section to a Sphinx website.
|
||||
|
||||
Features:
|
||||
* Makes feed entries from Sphinx documents.
|
||||
* Generates a list of entries with teasers.
|
||||
* Saves the feed to a file in RSS format.
|
||||
* Supports comments via Disqus.
|
||||
|
||||
%prep
|
||||
%setup -q -n sphinxcontrib-newsfeed-%{version}
|
||||
|
||||
%build
|
||||
%python_build
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%files %{python_files}
|
||||
%doc README
|
||||
%license LICENSE
|
||||
%{python_sitelib}/sphinxcontrib/newsfeed.py*
|
||||
%pycache_only %{python_sitelib}/sphinxcontrib/__pycache__
|
||||
%{python_sitelib}/sphinxcontrib_newsfeed-%{version}-py*-nspkg.pth
|
||||
%{python_sitelib}/sphinxcontrib_newsfeed-%{version}-py*.egg-info
|
||||
|
||||
%changelog
|
BIN
sphinxcontrib-newsfeed-0.1.4.tar.gz
(Stored with Git LFS)
Normal file
BIN
sphinxcontrib-newsfeed-0.1.4.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user