Hello community,

here is the log from the commit of package python-requests-toolbelt for 
openSUSE:Factory checked in at 2017-02-19 01:01:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-requests-toolbelt (Old)
 and      /work/SRC/openSUSE:Factory/.python-requests-toolbelt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-requests-toolbelt"

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

--- /dev/null   2017-01-26 09:49:33.150892021 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-requests-toolbelt.new/python-requests-toolbelt.changes
   2017-02-19 01:01:31.703399281 +0100
@@ -0,0 +1,32 @@
+-------------------------------------------------------------------
+Thu Jan 19 10:10:48 UTC 2017 - [email protected]
+
+- use pypi.io source link
+
+-------------------------------------------------------------------
+Wed Jan 18 11:51:40 UTC 2017 - [email protected]
+
+- update to upstream release 0.7.0
+- simply rely on python_sitelib macro when installing files
+
+-------------------------------------------------------------------
+Mon Jul 13 13:12:38 UTC 2015 - [email protected]
+
+- Fix building on SLES 11
+
+-------------------------------------------------------------------
+Mon Nov 17 15:58:27 UTC 2014 - [email protected]
+
+- added explicit version dependency for python-request to avoid build errors
+  for old distributions
+
+-------------------------------------------------------------------
+Thu Nov 13 17:06:47 UTC 2014 - [email protected]
+
+- added python-requests to build requirements to do python tests
+
+-------------------------------------------------------------------
+Wed Nov  5 09:36:57 UTC 2014 - [email protected]
+
+- inital commit
+

New:
----
  python-requests-toolbelt.changes
  python-requests-toolbelt.spec
  requests-toolbelt-0.7.0.tar.gz

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

Other differences:
------------------
++++++ python-requests-toolbelt.spec ++++++
#
# spec file for package python-requests-toolbelt
#
# 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/
#


%define short_name requests-toolbelt

Name:           python-requests-toolbelt
Version:        0.7.0
Release:        0
Summary:        Utility belt for advanced users of python-requests
License:        Apache-2.0
Group:          Development/Languages/Python
Url:            https://pypi.io/packages/source/r/requests-toolbelt/%{version}
Source:         %{short_name}-%{version}.tar.gz
BuildRequires:  python-requests >= 2.0.1
BuildRequires:  python-setuptools
Requires:       python-requests >= 2.0.1
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} > 1110
BuildArch:      noarch
%endif

%description
This is just a collection of utilities for python-requests, but don't really 
belong in requests proper. The minimum tested requests version is 2.1.0. In 
reality, the toolbelt should work with 2.0.1 as well, but some idiosyncracies 
prevent effective or sane testing on that version.

%prep
%setup -q -n %{short_name}-%{version}

%build
python setup.py build

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

%check
python setup.py test

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

%changelog

Reply via email to