commit 607bc84851f273ee2a805aba7feec022228bed258c8092f62ef3cdc2e37c0480 Author: Tomáš Chvátal Date: Mon Aug 12 15:05:14 2019 +0000 osc copypac from project:home:darix:apps package:python-rq revision:1 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rq?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-rq.changes b/python-rq.changes new file mode 100644 index 0000000..5521aed --- /dev/null +++ b/python-rq.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Mon Feb 4 13:40:07 UTC 2019 - Marcus Rueckert + +- initial package diff --git a/python-rq.spec b/python-rq.spec new file mode 100644 index 0000000..fc10de2 --- /dev/null +++ b/python-rq.spec @@ -0,0 +1,56 @@ +# +# spec file for package python-argparse-manpage +# +# Copyright (c) 2018 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 mod_name rq +%define skip_python2 1 + +Name: python-rq +Version: 0.13.0 +Release: 0 +Summary: Easy Job Queues for Python +License: Apache-2.0 +Group: Development/Languages/Python +Url: http://python-rq.org/ +Source: %{mod_name}-%{version}.tar.gz +BuildRequires: %{python_module click >= 3.0} +BuildRequires: %{python_module redis >= 3.0.0} +BuildRequires: %{python_module setuptools} +Requires: python-click >= 3.0 +Requires: python-redis >= 3.0.0 +%python_subpackages + +%description +RQ (Redis Queue) is a simple Python library for queueing jobs and processing +them in the background with workers. It is backed by Redis and it is designed +to have a low barrier to entry. It can be integrated in your web stack easily. + +%prep +%setup -q -n %{mod_name}-%{version} + +%build +%python_build + +%install +%python_install + +%files %{python_files} +%doc README* PKG-INFO +%{python_sitelib}/* +%{_bindir}/rq* + +%changelog + diff --git a/rq-0.13.0.tar.gz b/rq-0.13.0.tar.gz new file mode 100644 index 0000000..07912b5 --- /dev/null +++ b/rq-0.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ef7de3fa26a4ce41dcd0561bdba12bb62fa5b9b6d21120122d8dbbe44bb6a77 +size 45487