From adb4527b11c58bb57a7f22797b1c2ec2a7f6e06e9a3800534041b25c07999394 Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Tue, 1 Oct 2019 09:08:39 +0000 Subject: [PATCH] - initial version 1.3.0 [SLE-7686] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-HyperKitty?expand=0&rev=1 --- .gitattributes | 23 ++++++++++ .gitignore | 1 + HyperKitty-1.3.0.tar.gz | 3 ++ python-HyperKitty.changes | 5 +++ python-HyperKitty.spec | 91 +++++++++++++++++++++++++++++++++++++++ 5 files changed, 123 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 HyperKitty-1.3.0.tar.gz create mode 100644 python-HyperKitty.changes create mode 100644 python-HyperKitty.spec 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/HyperKitty-1.3.0.tar.gz b/HyperKitty-1.3.0.tar.gz new file mode 100644 index 0000000..bf9dc92 --- /dev/null +++ b/HyperKitty-1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab30da900f2dcc0d75e69d4e9657bbb8151db7541727c6ed4106d03a72a169c0 +size 1431669 diff --git a/python-HyperKitty.changes b/python-HyperKitty.changes new file mode 100644 index 0000000..8a64012 --- /dev/null +++ b/python-HyperKitty.changes @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Tue Oct 1 09:06:27 UTC 2019 - pgajdos@suse.com + +- initial version 1.3.0 [SLE-7686] + diff --git a/python-HyperKitty.spec b/python-HyperKitty.spec new file mode 100644 index 0000000..66a81da --- /dev/null +++ b/python-HyperKitty.spec @@ -0,0 +1,91 @@ +# +# spec file for package python-HyperKitty +# +# 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 http://bugs.opensuse.org/ + + +%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 +Name: python-HyperKitty +Version: 1.3.0 +Release: 0 +License: GPL-3.0 +Summary: A web interface to access GNU Mailman v3 archives +Url: https://gitlab.com/mailman/hyperkitty +Group: Development/Languages/Python +Source: https://files.pythonhosted.org/packages/source/H/HyperKitty/HyperKitty-%{version}.tar.gz +BuildRequires: python-rpm-macros +BuildRequires: %{python_module devel} +BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module isort} +# SECTION test requirements +BuildRequires: %{python_module Django >= 1.11} +BuildRequires: %{python_module django-compressor >= 1.3} +BuildRequires: %{python_module django-extensions >= 1.3.7} +BuildRequires: %{python_module django-gravatar2 >= 1.0.6} +BuildRequires: %{python_module django-haystack >= 2.8.0} +BuildRequires: %{python_module django-q >= 1.0.0} +BuildRequires: %{python_module django_mailman3 >= 1.2.0} +BuildRequires: %{python_module djangorestframework >= 3.0.0} +BuildRequires: %{python_module flufl.lock} +BuildRequires: %{python_module mailmanclient >= 3.1.1} +BuildRequires: %{python_module networkx >= 1.9.1} +BuildRequires: %{python_module python-dateutil >= 2.0} +BuildRequires: %{python_module pytz >= 2012} +BuildRequires: %{python_module robot-detection >= 0.3} +BuildRequires: %{python_module beautifulsoup4 >= 4.3.2} +BuildRequires: %{python_module mock} +BuildRequires: %{python_module Whoosh >= 2.5.7} +# /SECTION +BuildRequires: fdupes +Requires: python-Django >= 1.11 +Requires: python-django-compressor >= 1.3 +Requires: python-django-extensions >= 1.3.7 +Requires: python-django-gravatar2 >= 1.0.6 +Requires: python-django-haystack >= 2.8.0 +Requires: python-django-q >= 1.0.0 +Requires: python-django_mailman3 >= 1.2.0 +Requires: python-djangorestframework >= 3.0.0 +Requires: python-flufl.lock +Requires: python-mailmanclient >= 3.1.1 +Requires: python-networkx >= 1.9.1 +Requires: python-python-dateutil >= 2.0 +Requires: python-pytz >= 2012 +Requires: python-robot-detection >= 0.3 +BuildArch: noarch + +%python_subpackages + +%description +A web interface to access GNU Mailman v3 archives + +%prep +%setup -q -n HyperKitty-%{version} + +%build +%python_build + +%install +%python_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} + +%check +%pytest + +%files %{python_files} +%doc AUTHORS.txt README.rst +%license COPYING.txt +%{python_sitelib}/* + +%changelog