Hello community,

here is the log from the commit of package python-django-json-widget for 
openSUSE:Factory checked in at 2019-02-25 17:52:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-json-widget (Old)
 and      /work/SRC/openSUSE:Factory/.python-django-json-widget.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-django-json-widget"

Mon Feb 25 17:52:08 2019 rev:1 rq:677649 version:0.2.0

Changes:
--------
New Changes file:

--- /dev/null   2018-10-29 14:05:42.522318975 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-django-json-widget.new.28833/python-django-json-widget.changes
   2019-02-25 17:52:12.242725451 +0100
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------
+Tue Feb 19 07:19:50 PM UTC 2019 - John Vandenberg <[email protected]>
+
+- Initial spec for v0.2.0

New:
----
  django-json-widget-0.2.0.tar.gz
  python-django-json-widget.changes
  python-django-json-widget.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-django-json-widget.spec ++++++
#
# spec file for package python-django-json-widget
#
# 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-django-json-widget
Version:        0.2.0
Release:        0
Summary:        Django JSON widget allows editing the Django jsonfield
License:        MIT
Group:          Development/Languages/Python
URL:            https://github.com/jmrivas86/django-json-widget
Source:         
https://github.com/jmrivas86/django-json-widget/archive/v%{version}.tar.gz#/django-json-widget-%{version}.tar.gz
BuildRequires:  %{python_module Django}
BuildRequires:  %{python_module setuptools}
BuildRequires:  fdupes
BuildRequires:  python-rpm-macros
Requires:       python-Django
BuildArch:      noarch
%python_subpackages

%description
Django json widget is an alternative widget that makes it easy to edit the
jsonfield field of django.

%prep
%setup -q -n django-json-widget-%{version}
chmod a-x django_json_widget/static/dist/img/*.* 
django_json_widget/static/dist/*.* django_json_widget/static/css/*.*

%build
%python_build

%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}

%check
export PYTHONPATH=.
%python_expand django-admin-%{$python_bin_suffix} test --settings=tests.settings

%files %{python_files}
%doc AUTHORS.rst README.rst
%license LICENSE
%{python_sitelib}/*

%changelog

Reply via email to