Accepting request 688702 from devel:languages:python:django
OBS-URL: https://build.opensuse.org/request/show/688702 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-seed?expand=0&rev=2
This commit is contained in:
commit
449f20361b
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 26 12:23:07 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Use noun phrase in summary.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 21 16:03:54 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
Thu Feb 21 16:03:54 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
|
@ -12,22 +12,23 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-django-seed
|
Name: python-django-seed
|
||||||
Version: 0.1.9
|
Version: 0.1.9
|
||||||
Release: 0
|
Release: 0
|
||||||
|
Summary: Django project fake data seeder
|
||||||
License: MIT
|
License: MIT
|
||||||
Summary: Seed your Django project with fake data
|
|
||||||
Url: http://github.com/brobin/django-seed
|
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
|
Url: http://github.com/brobin/django-seed
|
||||||
Source: https://files.pythonhosted.org/packages/source/d/django-seed/django-seed-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/d/django-seed/django-seed-%{version}.tar.gz
|
||||||
Source1: https://raw.githubusercontent.com/Brobin/django-seed/master/runtests.py
|
Source1: https://raw.githubusercontent.com/Brobin/django-seed/master/runtests.py
|
||||||
Source2: https://raw.githubusercontent.com/Brobin/django-seed/master/LICENSE
|
Source2: https://raw.githubusercontent.com/Brobin/django-seed/master/LICENSE
|
||||||
BuildRequires: python-rpm-macros
|
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module Django >= 1.11}
|
BuildRequires: %{python_module Django >= 1.11}
|
||||||
BuildRequires: %{python_module Faker >= 0.7.7}
|
BuildRequires: %{python_module Faker >= 0.7.7}
|
||||||
@ -42,7 +43,7 @@ BuildArch: noarch
|
|||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Seed your Django project with fake data.
|
A module to seed Django projects with fake data.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n django-seed-%{version}
|
%setup -q -n django-seed-%{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user