commit 6f8475b089f9c5d7b8b7fb26885e92bf5d12ce5e436dee1d8a162f50fdafabdc Author: Dirk Mueller Date: Sun Aug 7 12:01:13 2016 +0000 Accepting request 416117 from home:XRevan86 OBS-URL: https://build.opensuse.org/request/show/416117 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rst.linker?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/python-rst.linker.changes b/python-rst.linker.changes new file mode 100644 index 0000000..8fef4f2 --- /dev/null +++ b/python-rst.linker.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Sat Jul 30 18:24:12 UTC 2016 - sor.alexei@meowr.ru + +- Initial package. diff --git a/python-rst.linker.spec b/python-rst.linker.spec new file mode 100644 index 0000000..ff90302 --- /dev/null +++ b/python-rst.linker.spec @@ -0,0 +1,66 @@ +# +# spec file for package python-rst.linker +# +# Copyright (c) 2016 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 http://bugs.opensuse.org/ +# + + +%define _name rst.linker +Name: python-rst.linker +Version: 1.7 +Release: 0 +Summary: Changelog link and timestamp adding Sphinx plugin +License: MIT +Group: Development/Languages/Python +Url: https://github.com/jaraco/rst.linker +Source: https://files.pythonhosted.org/packages/source/r/%{_name}/%{_name}-%{version}.tar.gz +BuildRequires: python +BuildRequires: python-Sphinx +BuildRequires: python-dateutil +BuildRequires: python-path.py +BuildRequires: python-pytest +BuildRequires: python-pytest-runner +BuildRequires: python-setuptools +BuildRequires: python-setuptools_scm +BuildRequires: python-six +Requires: python-dateutil +Requires: python-six +BuildArch: noarch + +%description +rst.linker is a Sphinx plugin to add links and timestamps to the +changelog. + +%prep +%setup -q -n %{_name}-%{version} + +%build +python2 setup.py build +python2 setup.py build_sphinx + +%install +python2 setup.py install \ + --root=%{buildroot} --prefix=%{_prefix} + +%check +python2 setup.py test + +%files +%defattr(-,root,root) +%doc CHANGES.rst README.rst +%dir %{python_sitelib}/rst/ +%{python_sitelib}/rst/linker.py* +%{python_sitelib}/%{_name}-* + +%changelog diff --git a/rst.linker-1.7.tar.gz b/rst.linker-1.7.tar.gz new file mode 100644 index 0000000..ae4c46a --- /dev/null +++ b/rst.linker-1.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59038b0dce170f7d6459132a1b7358b01f71f372afbf5b1c07d0862ba4a5042e +size 6798