Hello community,

here is the log from the commit of package python-django-webpack-loader for 
openSUSE:Factory checked in at 2019-05-16 22:10:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-webpack-loader (Old)
 and      /work/SRC/openSUSE:Factory/.python-django-webpack-loader.new.5148 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-django-webpack-loader"

Thu May 16 22:10:10 2019 rev:1 rq:703468 version:0.6.0

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

--- /dev/null   2019-05-02 15:18:01.516169518 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-webpack-loader.new.5148/python-django-webpack-loader.changes
      2019-05-16 22:10:12.470274144 +0200
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------
+Thu May  2 15:07:26 UTC 2019 - Martin Herkt <[email protected]>
+
+- Init, 0.6.0

New:
----
  0.6.0.tar.gz
  python-django-webpack-loader.changes
  python-django-webpack-loader.spec

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

Other differences:
------------------
++++++ python-django-webpack-loader.spec ++++++
#
# spec file for package python-django-webpack-loader
#
# 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-webpack-loader
Version:        0.6.0
Release:        0
Summary:        Transparently use webpack with django
License:        MIT
Group:          Development/Languages/Python
URL:            https://github.com/owais/django-webpack-loader
Source:         
https://github.com/owais/django-webpack-loader/archive/%{version}.tar.gz
BuildRequires:  %{python_module Django >= 1.8}
BuildRequires:  %{python_module django-jinja}
BuildRequires:  %{python_module setuptools}
BuildRequires: %{python_module unittest2}
BuildRequires: %{python_module pytest}
BuildRequires:  fdupes
BuildRequires:  python-rpm-macros
Requires:       python-Django >= 1.8
Recommends:     python-django-jinja
BuildArch:      noarch
%python_subpackages

%description
Use webpack to generate your static bundles without Django's
staticfiles or opaque wrappers.

%prep
%setup -q -n django-webpack-loader-%{version}

%build
%python_build

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

%check
pushd tests
export DJANGO_SETTINGS_MODULE='app.settings'
# The tests are not working without nodejs webpack package
#%%pytest
popd

%files %{python_files}
%doc README.md CHANGELOG.md
%license LICENSE
%{python_sitelib}/*

%changelog

Reply via email to