commit python-requests-toolbelt for openSUSE:Factory

2019-05-10 Thread root
Hello community,

here is the log from the commit of package python-requests-toolbelt for 
openSUSE:Factory checked in at 2019-05-10 09:14:14

Comparing /work/SRC/openSUSE:Factory/python-requests-toolbelt (Old)
 and  /work/SRC/openSUSE:Factory/.python-requests-toolbelt.new.5148 (New)


Package is "python-requests-toolbelt"

Fri May 10 09:14:14 2019 rev:4 rq:701116 version:0.9.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-requests-toolbelt/python-requests-toolbelt.changes
2017-07-04 11:58:26.460974825 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-requests-toolbelt.new.5148/python-requests-toolbelt.changes
  2019-05-10 09:14:16.447801717 +0200
@@ -1,0 +2,30 @@
+Mon May  6 14:06:37 UTC 2019 - Tomáš Chvátal 
+
+- Add patch to fix tests fix-tests.patch
+- Use pytest to execute the tests, same as the upstream
+
+---
+Thu Apr 25 19:57:47 UTC 2019 - Dirk Mueller 
+
+- update to 0.9.1:
+  - Fix import of pyOpenSSL shim from urllib3 for PKCS12 adapter
+  - Add X509 Adapter that can handle PKCS12 
+  - Add stateless solution for streaming files by MultipartEncoder from one 
host to another (in chunks)
+  - Update link to example
+  - Move import of ``ABCs`` from collections into version-specific part of
+_compat module
+  - Fix backwards incompatibility in ``get_encodings_from_content``
+  - Correct callback documentation for ``MultipartEncoderMonitor``
+  - Fix bug when ``MultipartEncoder`` is asked to encode zero parts
+  - Correct the type of non string request body dumps
+  - Removed content from being stored in MultipartDecoder
+  - Fix bug by enabling support for contenttype with capital letters. 
+  - Coerce proxy URL to bytes before dumping request
+  - Avoid bailing out with exception upon empty response reason
+  - Corrected Pool documentation
+  - Corrected parentheses match in example usage
+  - Fix "oject" to "object" in ``MultipartEncoder``
+  - Fix URL for the project after the move 
+  - Add fix for OSX TCPKeepAliveAdapter
+
+---

Old:

  requests-toolbelt-0.8.0.tar.gz

New:

  fix-tests.patch
  requests-toolbelt-0.9.1.tar.gz



Other differences:
--
++ python-requests-toolbelt.spec ++
--- /var/tmp/diff_new_pack.ZQSsHq/_old  2019-05-10 09:14:17.667805200 +0200
+++ /var/tmp/diff_new_pack.ZQSsHq/_new  2019-05-10 09:14:17.671805212 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-requests-toolbelt
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -12,31 +12,32 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-requests-toolbelt
-Version:0.8.0
+Version:0.9.1
 Release:0
 Summary:A utility belt for advanced users of python3-requests
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:https://toolbelt.readthedocs.org
+URL:https://github.com/requests/toolbelt
 Source: 
https://files.pythonhosted.org/packages/source/r/requests-toolbelt/requests-toolbelt-%{version}.tar.gz
-BuildRequires:  %{python_module requests >= 2.0.1}
+Patch0: fix-tests.patch
+BuildRequires:  %{python_module requests >= 2.12.2}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+Requires:   python-requests >= 2.12.2
+BuildArch:  noarch
 # SECTION test requirements
-BuildRequires:  %{python_module betamax}
+BuildRequires:  %{python_module betamax >= 0.5.0}
 BuildRequires:  %{python_module mock}
+BuildRequires:  %{python_module pyOpenSSL}
 BuildRequires:  %{python_module pytest}
 # /SECTION
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
-Requires:   python-requests >= 2.0.1
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildArch:  noarch
 %python_subpackages
 
 %description
@@ -47,21 +48,24 @@
 
 %prep
 %setup -q -n requests-toolbelt-%{version}
+%patch0 -p1
 rm -rf requests_toolbelt.egg-info
+# requires network access
+rm -v tests/test_multipart_encoder.py
 
 %build
 %python_build
 
 %install
 %python_install
-%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 

commit python-requests-toolbelt for openSUSE:Factory

2017-07-04 Thread root
Hello community,

here is the log from the commit of package python-requests-toolbelt for 
openSUSE:Factory checked in at 2017-07-04 11:58:23

Comparing /work/SRC/openSUSE:Factory/python-requests-toolbelt (Old)
 and  /work/SRC/openSUSE:Factory/.python-requests-toolbelt.new (New)


Package is "python-requests-toolbelt"

Tue Jul  4 11:58:23 2017 rev:3 rq:507986 version:0.8.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-requests-toolbelt/python-requests-toolbelt.changes
2017-05-17 10:55:18.530769201 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-requests-toolbelt.new/python-requests-toolbelt.changes
   2017-07-04 11:58:26.460974825 +0200
@@ -1,0 +2,6 @@
+Fri Jun 30 16:59:55 UTC 2017 - aloi...@gmx.com
+
+- Update to version 0.8.0 (see HISTORY.rst)
+- Converted to single-spec
+
+---

Old:

  requests-toolbelt-0.7.0.tar.gz

New:

  requests-toolbelt-0.8.0.tar.gz



Other differences:
--
++ python-requests-toolbelt.spec ++
--- /var/tmp/diff_new_pack.Lg4ib4/_old  2017-07-04 11:58:27.956764328 +0200
+++ /var/tmp/diff_new_pack.Lg4ib4/_new  2017-07-04 11:58:27.960763765 +0200
@@ -16,45 +16,52 @@
 #
 
 
-%define short_name requests-toolbelt
-
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-requests-toolbelt
-Version:0.7.0
+Version:0.8.0
 Release:0
-Summary:Utility belt for advanced users of python-requests
+Summary:A utility belt for advanced users of python3-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
+Url:https://toolbelt.readthedocs.org
+Source: 
https://files.pythonhosted.org/packages/source/r/requests-toolbelt/requests-toolbelt-%{version}.tar.gz
+BuildRequires:  %{python_module requests >= 2.0.1}
+BuildRequires:  %{python_module setuptools}
+# SECTION test requirements
 BuildRequires:  %{python_module betamax}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module requests}
-BuildRequires:  %{python_module setuptools}
+# /SECTION
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:   %{python_module requests}
+Requires:   python-requests >= 2.0.1
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
 %python_subpackages
 
 %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.
+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}
+%setup -q -n requests-toolbelt-%{version}
+rm -rf requests_toolbelt.egg-info
 
 %build
 %python_build
 
 %install
 %python_install
+%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
 
 %check
 %python_exec setup.py test
 
 %files %{python_files}
-%defattr(-,root,root)
-%doc AUTHORS.rst HISTORY.rst README.rst LICENSE
+%defattr(-,root,root,-)
+%doc AUTHORS.rst HISTORY.rst LICENSE README.rst
 %{python_sitelib}/*
 
 %changelog

++ requests-toolbelt-0.7.0.tar.gz -> requests-toolbelt-0.8.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/requests-toolbelt-0.7.0/HISTORY.rst 
new/requests-toolbelt-0.8.0/HISTORY.rst
--- old/requests-toolbelt-0.7.0/HISTORY.rst 2016-07-22 15:03:36.0 
+0200
+++ new/requests-toolbelt-0.8.0/HISTORY.rst 2017-05-20 23:31:29.0 
+0200
@@ -1,6 +1,47 @@
 History
 ===
 
+0.8.0 -- 2017-05-20
+---
+
+More information about this release can be found on the `0.8.0 milestone`_.
+
+New Features
+
+
+- Add ``UserAgentBuilder`` to provide more control over generated User-Agent
+  strings.
+
+Fixed Bugs
+~~
+
+- Include ``_validate_certificate`` in the lits of picked attributes on the
+  ``AppEngineAdapter``.
+- Fix backwards incompatibility in ``get_encodings_from_content``
+
+.. _0.8.0 milestone:
+https://github.com/sigmavirus24/requests-toolbelt/milestones/0.8.0
+
+0.7.1 -- 2017-02-13
+---
+
+More information about this release can be found on the `0.7.1 milestone`_.
+
+Fixed Bugs
+~~
+
+

commit python-requests-toolbelt for openSUSE:Factory

2017-05-17 Thread root
Hello community,

here is the log from the commit of package python-requests-toolbelt for 
openSUSE:Factory checked in at 2017-05-17 10:55:15

Comparing /work/SRC/openSUSE:Factory/python-requests-toolbelt (Old)
 and  /work/SRC/openSUSE:Factory/.python-requests-toolbelt.new (New)


Package is "python-requests-toolbelt"

Wed May 17 10:55:15 2017 rev:2 rq:495407 version:0.7.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-requests-toolbelt/python-requests-toolbelt.changes
2017-02-19 01:01:31.703399281 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-requests-toolbelt.new/python-requests-toolbelt.changes
   2017-05-17 10:55:18.530769201 +0200
@@ -1,0 +2,5 @@
+Tue May 16 16:04:50 UTC 2017 - dmuel...@suse.com
+
+- convert to singlespec
+
+---



Other differences:
--
++ python-requests-toolbelt.spec ++
--- /var/tmp/diff_new_pack.S3tsnu/_old  2017-05-17 10:55:19.254667363 +0200
+++ /var/tmp/diff_new_pack.S3tsnu/_new  2017-05-17 10:55:19.258666801 +0200
@@ -18,6 +18,7 @@
 
 %define short_name requests-toolbelt
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-requests-toolbelt
 Version:0.7.0
 Release:0
@@ -26,13 +27,15 @@
 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
+BuildRequires:  %{python_module betamax}
+BuildRequires:  %{python_module mock}
+BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module requests}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  python-rpm-macros
+Requires:   %{python_module requests}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} && 0%{?suse_version} > 1110
-BuildArch:  noarch
-%endif
+%python_subpackages
 
 %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.
@@ -41,15 +44,15 @@
 %setup -q -n %{short_name}-%{version}
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --root %{buildroot} --prefix %{_prefix}
+%python_install
 
 %check
-python setup.py test
+%python_exec setup.py test
 
-%files
+%files %{python_files}
 %defattr(-,root,root)
 %doc AUTHORS.rst HISTORY.rst README.rst LICENSE
 %{python_sitelib}/*




commit python-requests-toolbelt for openSUSE:Factory

2017-02-18 Thread root
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 - dmuel...@suse.com
+
+- use pypi.io source link
+
+---
+Wed Jan 18 11:51:40 UTC 2017 - mich...@stroeder.com
+
+- update to upstream release 0.7.0
+- simply rely on python_sitelib macro when installing files
+
+---
+Mon Jul 13 13:12:38 UTC 2015 - toddrme2...@gmail.com
+
+- Fix building on SLES 11
+
+---
+Mon Nov 17 15:58:27 UTC 2014 - sei...@b1-systems.de
+
+- added explicit version dependency for python-request to avoid build errors
+  for old distributions
+
+---
+Thu Nov 13 17:06:47 UTC 2014 - sei...@b1-systems.de
+
+- added python-requests to build requirements to do python tests
+
+---
+Wed Nov  5 09:36:57 UTC 2014 - sei...@b1-systems.de
+
+- 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