Hello community,

here is the log from the commit of package python-requirements-parser for 
openSUSE:Factory checked in at 2014-03-09 20:18:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-requirements-parser (Old)
 and      /work/SRC/openSUSE:Factory/.python-requirements-parser.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-requirements-parser"

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

--- /dev/null   2014-02-13 01:09:38.344032506 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-requirements-parser.new/python-requirements-parser.changes
       2014-03-09 20:18:36.000000000 +0100
@@ -0,0 +1,11 @@
+-------------------------------------------------------------------
+Thu Mar  6 14:48:44 UTC 2014 - cfarr...@suse.com
+
+- license update: BSD-2-Clause
+  See License.rst
+
+-------------------------------------------------------------------
+Wed Sep  4 11:32:38 UTC 2013 - speili...@suse.com
+
+- Initial version
+

New:
----
  python-requirements-parser.changes
  python-requirements-parser.spec
  requirements-parser-0.0.6.tar.gz

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

Other differences:
------------------
++++++ python-requirements-parser.spec ++++++
#
# spec file for package python-requirements-parser
#
# Copyright (c) 2013 SUSE LINUX Products 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/


Name:           python-requirements-parser
Version:        0.0.6
Release:        0
License:        BSD-2-Clause
Summary:        Parses Pip requirement files
Url:            https://github.com/davidfischer/requirements-parser
Group:          Development/Languages/Python
Source:         
https://pypi.python.org/packages/source/r/requirements-parser/requirements-parser-%{version}.tar.gz
BuildRequires:  python-devel
BuildRequires:  python-setuptools
# Test requirements:
BuildRequires:  python-nose
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else
BuildArch:      noarch
%endif

%description
This is a small Python module for parsing Pip requirement files.

%prep
%setup -q -n requirements-parser-%{version}

%build
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

%check
python setup.py test

%files
%defattr(-,root,root,-)
%doc LICENSE.rst README.rst
%{python_sitelib}/*

%changelog
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to