Hello community,

here is the log from the commit of package python-node-semver for 
openSUSE:Factory checked in at 2018-01-10 23:33:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-node-semver (Old)
 and      /work/SRC/openSUSE:Factory/.python-node-semver.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-node-semver"

Wed Jan 10 23:33:07 2018 rev:1 rq:559893 version:0.2.0

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

--- /dev/null   2018-01-05 12:14:39.755488130 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-node-semver.new/python-node-semver.changes   
    2018-01-10 23:33:17.453308301 +0100
@@ -0,0 +1,15 @@
+-------------------------------------------------------------------
+Mon Dec 25 21:53:07 UTC 2017 - mplus...@suse.com
+
+- Use github source
+- Run tests
+
+-------------------------------------------------------------------
+Mon Dec 25 19:24:25 UTC 2017 - mplus...@suse.com
+
+- Cleanup specfile
+
+-------------------------------------------------------------------
+Wed Oct 25 21:23:15 UTC 2017 - dan.weather...@cantab.net
+
+- generate package from pyPI using py2pack

New:
----
  python-node-semver-0.2.0.tar.gz
  python-node-semver.changes
  python-node-semver.spec

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

Other differences:
------------------
++++++ python-node-semver.spec ++++++
#
# spec file for package python-node-semver
#
# Copyright (c) 2017 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-%{**}}
Name:           python-node-semver
Version:        0.2.0
Release:        0
Summary:        Port of node-semver
License:        MIT
Group:          Development/Languages/Python
Url:            https://github.com/podhmo/python-semver
Source:         
https://github.com/podhmo/python-semver/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires:  %{python_module devel}
BuildRequires:  %{python_module pytest}
BuildRequires:  %{python_module setuptools}
BuildRequires:  fdupes
BuildRequires:  python-rpm-macros
BuildArch:      noarch
%python_subpackages

%description
python version of node-semver (https://github.com/isaacs/node-semver)

%prep
%setup -q -n python-semver-%{version}

%build
%python_build

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

%check
%python_exec setup.py test

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

%changelog

Reply via email to