Hello community,

here is the log from the commit of package python3-requests-toolbelt for 
openSUSE:Factory checked in at 2016-06-02 09:36:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-requests-toolbelt (Old)
 and      /work/SRC/openSUSE:Factory/.python3-requests-toolbelt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-requests-toolbelt"

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

--- /dev/null   2016-04-07 01:36:33.300037506 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-requests-toolbelt.new/python3-requests-toolbelt.changes
 2016-06-02 09:36:28.000000000 +0200
@@ -0,0 +1,9 @@
+-------------------------------------------------------------------
+Sat May 14 14:19:20 UTC 2016 - [email protected]
+
+- Removed commented BuildRequires.
+
+-------------------------------------------------------------------
+Sat May 14 14:05:10 UTC 2016 - [email protected]
+
+- Introduce version 0.6.2.

New:
----
  python3-requests-toolbelt.changes
  python3-requests-toolbelt.spec
  requests-toolbelt-0.6.2.tar.gz

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

Other differences:
------------------
++++++ python3-requests-toolbelt.spec ++++++
#
# spec file for package python3-requests-toolbelt
#
# Copyright (c) 2016 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:           python3-requests-toolbelt
Version:        0.6.2
Release:        0
License:        Apache-2.0
Summary:        A utility belt for advanced users of python3-requests
Url:            https://toolbelt.readthedocs.org
Group:          Development/Languages/Python
Source:         
https://pypi.python.org/packages/e1/a4/a94c037bc72ad70441aff1403d3243510d2542ddca7759faaeffeb11aefe/requests-toolbelt-%{version}.tar.gz
BuildRequires:  python3-setuptools
BuildRequires:  python3-requests >= 2.0.1
Requires:       python3-requests >= 2.0.1
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch

%description
This is just a collection of utilities for `python3-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 requests-toolbelt-%{version}

%build
python3 setup.py build

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

%check
# Requires python3-betamax.  This package does not exist.
#python3 setup.py test

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

%changelog

Reply via email to