commit python-msrest for openSUSE:Factory

2020-10-08 Thread root
Hello community,

here is the log from the commit of package python-msrest for openSUSE:Factory 
checked in at 2020-10-08 13:13:00

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


Package is "python-msrest"

Thu Oct  8 13:13:00 2020 rev:12 rq:839868 version:0.6.19

Changes:

--- /work/SRC/openSUSE:Factory/python-msrest/python-msrest.changes  
2020-10-02 17:23:22.698238993 +0200
+++ /work/SRC/openSUSE:Factory/.python-msrest.new.4249/python-msrest.changes
2020-10-08 13:13:28.623242664 +0200
@@ -1,0 +2,8 @@
+Tue Oct  6 11:42:45 UTC 2020 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 0.6.19
+  + For detailed information about changes see the
+README.rst file provided with this package
+
+---

Old:

  msrest-0.6.18.tar.gz

New:

  msrest-0.6.19.tar.gz



Other differences:
--
++ python-msrest.spec ++
--- /var/tmp/diff_new_pack.ZXaf2A/_old  2020-10-08 13:13:29.363243334 +0200
+++ /var/tmp/diff_new_pack.ZXaf2A/_new  2020-10-08 13:13:29.367243337 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-msrest
-Version:0.6.18
+Version:0.6.19
 Release:0
 Summary:AutoRest swagger generator Python client runtime
 License:MIT

++ msrest-0.6.18.tar.gz -> msrest-0.6.19.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/msrest-0.6.18/PKG-INFO new/msrest-0.6.19/PKG-INFO
--- old/msrest-0.6.18/PKG-INFO  2020-07-28 17:03:54.0 +0200
+++ new/msrest-0.6.19/PKG-INFO  2020-09-08 18:13:01.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: msrest
-Version: 0.6.18
+Version: 0.6.19
 Summary: AutoRest swagger generator Python client runtime.
 Home-page: https://github.com/Azure/msrest-for-python
 Author: Microsoft Corporation
@@ -27,6 +27,15 @@
 Release History
 ---
 
+2020-09-08 Version 0.6.19
++
+
+**Bugfixes**
+
+- Fix serialization of random Model object  #220
+- Fix serialization of unicode string in Py2 and object mode #221
+
+
 2020-07-27 Version 0.6.18
 +
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/msrest-0.6.18/README.rst new/msrest-0.6.19/README.rst
--- old/msrest-0.6.18/README.rst2020-07-28 17:03:05.0 +0200
+++ new/msrest-0.6.19/README.rst2020-09-08 18:12:14.0 +0200
@@ -20,6 +20,15 @@
 Release History
 ---
 
+2020-09-08 Version 0.6.19
++
+
+**Bugfixes**
+
+- Fix serialization of random Model object  #220
+- Fix serialization of unicode string in Py2 and object mode #221
+
+
 2020-07-27 Version 0.6.18
 +
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/msrest-0.6.18/msrest/serialization.py 
new/msrest-0.6.19/msrest/serialization.py
--- old/msrest-0.6.18/msrest/serialization.py   2020-07-28 17:03:05.0 
+0200
+++ new/msrest-0.6.19/msrest/serialization.py   2020-09-08 18:12:14.0 
+0200
@@ -951,9 +951,11 @@
 return self.serialize_basic(attr, self.basic_types[obj_type], 
**kwargs)
 if obj_type is _long_type:
 return self.serialize_long(attr)
+if obj_type is unicode_str:
+return self.serialize_unicode(attr)
 
 # If it's a model or I know this dependency, serialize as a Model
-elif obj_type in self.dependencies.values() or isinstance(obj_type, 
Model):
+elif obj_type in self.dependencies.values() or isinstance(attr, Model):
 return self._serialize(attr)
 
 if obj_type == dict:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/msrest-0.6.18/msrest/version.py 
new/msrest-0.6.19/msrest/version.py
--- old/msrest-0.6.18/msrest/version.py 2020-07-28 17:03:05.0 +0200
+++ new/msrest-0.6.19/msrest/version.py 2020-09-08 18:12:14.0 +0200
@@ -25,4 +25,4 @@
 # --
 
 #: version of this package. Use msrest.__version__ instead
-msrest_version = "0.6.18"
+msrest_version = "0.6.19"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/msrest-0.6.18/msrest.egg-info/PKG-INFO 
new/msrest-0.6.19/msrest.egg-info/PKG-INFO
--- old/msrest-0.6.18/msrest.egg-info/PKG-INFO  2020-07-28 17:03:54.0 
+0200
+++ 

commit python-msrest for openSUSE:Factory

2020-10-02 Thread root
Hello community,

here is the log from the commit of package python-msrest for openSUSE:Factory 
checked in at 2020-10-02 17:23:05

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


Package is "python-msrest"

Fri Oct  2 17:23:05 2020 rev:11 rq:830913 version:0.6.18

Changes:

--- /work/SRC/openSUSE:Factory/python-msrest/python-msrest.changes  
2020-06-17 14:53:33.177641796 +0200
+++ /work/SRC/openSUSE:Factory/.python-msrest.new.4249/python-msrest.changes
2020-10-02 17:23:22.698238993 +0200
@@ -1,0 +2,8 @@
+Fri Aug 28 13:04:38 UTC 2020 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 0.6.18
+  + For detailed information about changes see the
+README.rst file provided with this package
+
+---

Old:

  msrest-0.6.16.tar.gz

New:

  msrest-0.6.18.tar.gz



Other differences:
--
++ python-msrest.spec ++
--- /var/tmp/diff_new_pack.sWp2Df/_old  2020-10-02 17:23:23.806239656 +0200
+++ /var/tmp/diff_new_pack.sWp2Df/_new  2020-10-02 17:23:23.810239659 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-msrest
-Version:0.6.16
+Version:0.6.18
 Release:0
 Summary:AutoRest swagger generator Python client runtime
 License:MIT

++ msrest-0.6.16.tar.gz -> msrest-0.6.18.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/msrest-0.6.16/PKG-INFO new/msrest-0.6.18/PKG-INFO
--- old/msrest-0.6.16/PKG-INFO  2020-06-09 18:52:20.0 +0200
+++ new/msrest-0.6.18/PKG-INFO  2020-07-28 17:03:54.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: msrest
-Version: 0.6.16
+Version: 0.6.18
 Summary: AutoRest swagger generator Python client runtime.
 Home-page: https://github.com/Azure/msrest-for-python
 Author: Microsoft Corporation
@@ -27,6 +27,22 @@
 Release History
 ---
 
+2020-07-27 Version 0.6.18
++
+
+**Features**
+
+- Add support for attributes/text in the same XML node  #218
+
+
+2020-06-25 Version 0.6.17
++
+
+**Bugfixes**
+
+- Fix XML and discriminator  #214
+
+
 2020-06-09 Version 0.6.16
 +
 
@@ -720,10 +736,10 @@
 Classifier: Programming Language :: Python :: 2
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
+Classifier: Programming Language :: Python :: 3.8
 Classifier: License :: OSI Approved :: MIT License
 Classifier: Topic :: Software Development
 Provides-Extra: async
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/msrest-0.6.16/README.rst new/msrest-0.6.18/README.rst
--- old/msrest-0.6.16/README.rst2020-06-09 18:51:38.0 +0200
+++ new/msrest-0.6.18/README.rst2020-07-28 17:03:05.0 +0200
@@ -20,6 +20,22 @@
 Release History
 ---
 
+2020-07-27 Version 0.6.18
++
+
+**Features**
+
+- Add support for attributes/text in the same XML node  #218
+
+
+2020-06-25 Version 0.6.17
++
+
+**Bugfixes**
+
+- Fix XML and discriminator  #214
+
+
 2020-06-09 Version 0.6.16
 +
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/msrest-0.6.16/msrest/serialization.py 
new/msrest-0.6.18/msrest/serialization.py
--- old/msrest-0.6.16/msrest/serialization.py   2020-06-09 18:51:38.0 
+0200
+++ new/msrest-0.6.18/msrest/serialization.py   2020-07-28 17:03:05.0 
+0200
@@ -366,8 +366,15 @@
 for subtype_key in cls.__dict__.get('_subtype_map', {}).keys():
 subtype_value = None
 
-rest_api_response_key = cls._get_rest_key_parts(subtype_key)[-1]
-subtype_value = response.pop(rest_api_response_key, None) or 
response.pop(subtype_key, None)
+if not isinstance(response, ET.Element):
+rest_api_response_key = 
cls._get_rest_key_parts(subtype_key)[-1]
+subtype_value = response.pop(rest_api_response_key, None) or 
response.pop(subtype_key, None)
+else:
+subtype_value = xml_key_extractor(
+subtype_key,
+ 

commit python-msrest for openSUSE:Factory

2020-06-17 Thread root
Hello community,

here is the log from the commit of package python-msrest for openSUSE:Factory 
checked in at 2020-06-17 14:52:54

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


Package is "python-msrest"

Wed Jun 17 14:52:54 2020 rev:10 rq:815304 version:0.6.16

Changes:

--- /work/SRC/openSUSE:Factory/python-msrest/python-msrest.changes  
2020-04-01 19:12:39.823377929 +0200
+++ /work/SRC/openSUSE:Factory/.python-msrest.new.3606/python-msrest.changes
2020-06-17 14:53:33.177641796 +0200
@@ -1,0 +2,8 @@
+Tue Jun 16 17:40:48 UTC 2020 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 0.6.16
+  + For detailed information about changes see the
+README.rst file provided with this package
+
+---

Old:

  msrest-0.6.11.tar.gz

New:

  msrest-0.6.16.tar.gz



Other differences:
--
++ python-msrest.spec ++
--- /var/tmp/diff_new_pack.1bVTH7/_old  2020-06-17 14:53:34.257645494 +0200
+++ /var/tmp/diff_new_pack.1bVTH7/_new  2020-06-17 14:53:34.257645494 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-msrest
-Version:0.6.11
+Version:0.6.16
 Release:0
 Summary:AutoRest swagger generator Python client runtime
 License:MIT

++ msrest-0.6.11.tar.gz -> msrest-0.6.16.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/msrest-0.6.11/MANIFEST.in 
new/msrest-0.6.16/MANIFEST.in
--- old/msrest-0.6.11/MANIFEST.in   2020-01-30 18:02:00.0 +0100
+++ new/msrest-0.6.16/MANIFEST.in   2020-06-09 18:51:38.0 +0200
@@ -1,2 +1,3 @@
 include *.rst
 recursive-include tests *.py
+include msrest/py.typed
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/msrest-0.6.11/PKG-INFO new/msrest-0.6.16/PKG-INFO
--- old/msrest-0.6.11/PKG-INFO  2020-01-30 18:02:40.0 +0100
+++ new/msrest-0.6.16/PKG-INFO  2020-06-09 18:52:20.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: msrest
-Version: 0.6.11
+Version: 0.6.16
 Summary: AutoRest swagger generator Python client runtime.
 Home-page: https://github.com/Azure/msrest-for-python
 Author: Microsoft Corporation
@@ -27,7 +27,55 @@
 Release History
 ---
 
-2019-01-30 Version 0.6.11
+2020-06-09 Version 0.6.16
++
+
+**Bugfixes**
+
+- Fix XML parsing with namespaces and attributes  #209
+
+**Features**
+
+- Add py.typed for mypy support
+
+
+2020-06-04 Version 0.6.15
++
+
+**Bugfixes**
+
+- Fix RFC regression introduced in 0.6.14 (RFC parse date are no 
longer pickable)  #208
+- Fix XML parsing with namespaces  #206
+
+Thanks to ivanst0 for the contribution
+
+
+2020-05-18 Version 0.6.14
++
+
+**Bugfixes**
+
+- Fix "from_dict" in some complex flattening scenario  #204
+- Fix RFC date parsing if machine locale is not English  #201
+
+
+2020-04-07 Version 0.6.13
++
+
+**Bugfixes**
+
+- Fix deserializer and flattening if intermediate node is None  #198
+- Fix validation exception message for minimum/maximum checks  #199
+
+
+2020-04-06 Version 0.6.12
++
+
+**Features**
+
+- Add "time" serializer/deserializer  #196
+
+2020-01-30 Version 0.6.11
 +
 
 **Features**
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/msrest-0.6.11/README.rst new/msrest-0.6.16/README.rst
--- old/msrest-0.6.11/README.rst2020-01-30 18:02:00.0 +0100
+++ new/msrest-0.6.16/README.rst2020-06-09 18:51:38.0 +0200
@@ -20,7 +20,55 @@
 Release History
 ---
 
-2019-01-30 Version 0.6.11
+2020-06-09 Version 0.6.16
++
+
+**Bugfixes**
+
+- Fix XML parsing with namespaces and attributes  #209
+
+**Features**
+
+- Add py.typed for mypy support
+
+
+2020-06-04 Version 0.6.15
++
+
+**Bugfixes**
+
+- Fix RFC regression introduced in 0.6.14 (RFC parse date are no longer 
pickable)  #208
+- Fix XML parsing with namespaces  #206
+

commit python-msrest for openSUSE:Factory

2020-04-01 Thread root
Hello community,

here is the log from the commit of package python-msrest for openSUSE:Factory 
checked in at 2020-04-01 19:09:32

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


Package is "python-msrest"

Wed Apr  1 19:09:32 2020 rev:9 rq:790243 version:0.6.11

Changes:

--- /work/SRC/openSUSE:Factory/python-msrest/python-msrest.changes  
2019-10-10 14:32:08.868373959 +0200
+++ /work/SRC/openSUSE:Factory/.python-msrest.new.3248/python-msrest.changes
2020-04-01 19:12:39.823377929 +0200
@@ -1,0 +2,8 @@
+Tue Mar 31 15:26:34 UTC 2020 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 0.6.11
+  + For detailed information about changes see the
+README.rst file provided with this package
+
+---
@@ -5 +13 @@
-  + Version 0.6.20
+  + Version 0.6.10
@@ -7 +15 @@
-HISTORY.txt file provided with this package
+README.rst file provided with this package
@@ -46 +53,0 @@
-- Install HISTORY.rst into doc directory

Old:

  msrest-0.6.10.tar.gz

New:

  msrest-0.6.11.tar.gz



Other differences:
--
++ python-msrest.spec ++
--- /var/tmp/diff_new_pack.M18d3I/_old  2020-04-01 19:12:42.187378992 +0200
+++ /var/tmp/diff_new_pack.M18d3I/_new  2020-04-01 19:12:42.191378994 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-msrest
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-msrest
-Version:0.6.10
+Version:0.6.11
 Release:0
 Summary:AutoRest swagger generator Python client runtime
 License:MIT
 Group:  Development/Languages/Python
-Url:https://pypi.python.org/pypi/msrest
+URL:https://pypi.python.org/pypi/msrest
 Source: 
https://files.pythonhosted.org/packages/source/m/msrest/msrest-%{version}.tar.gz
 Source1:LICENSE.md
 BuildRequires:  %{python_module setuptools}

++ msrest-0.6.10.tar.gz -> msrest-0.6.11.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/msrest-0.6.10/PKG-INFO new/msrest-0.6.11/PKG-INFO
--- old/msrest-0.6.10/PKG-INFO  2019-09-04 20:04:43.0 +0200
+++ new/msrest-0.6.11/PKG-INFO  2020-01-30 18:02:40.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: msrest
-Version: 0.6.10
+Version: 0.6.11
 Summary: AutoRest swagger generator Python client runtime.
 Home-page: https://github.com/Azure/msrest-for-python
 Author: Microsoft Corporation
@@ -27,6 +27,22 @@
 Release History
 ---
 
+2019-01-30 Version 0.6.11
++
+
+**Features**
+
+- XML mode can now be enabled even if the given Model has no XML 
metadata  #184
+- Add Kerberos Authentication  #186
+- Improve error message if expected type is dictionnary and something 
else is provided  #188
+
+**Bugfixes**
+
+- Fix comma separated serialization of array in query  #186
+- Fix validation of basic types in some complex scenario  #189
+
+Thanks to catatonicprime for the contribution
+
 2019-09-04 Version 0.6.10
 +
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/msrest-0.6.10/README.rst new/msrest-0.6.11/README.rst
--- old/msrest-0.6.10/README.rst2019-09-04 20:03:33.0 +0200
+++ new/msrest-0.6.11/README.rst2020-01-30 18:02:00.0 +0100
@@ -20,6 +20,22 @@
 Release History
 ---
 
+2019-01-30 Version 0.6.11
++
+
+**Features**
+
+- XML mode can now be enabled even if the given Model has no XML metadata  #184
+- Add Kerberos Authentication  #186
+- Improve error message if expected type is dictionnary and something else is 
provided  #188
+
+**Bugfixes**
+
+- Fix comma separated serialization of array in query  #186
+- Fix validation of basic types in some complex scenario  #189
+
+Thanks to catatonicprime for the contribution
+
 2019-09-04 Version 0.6.10
 +
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/msrest-0.6.10/msrest/authentication.py 
new/msrest-0.6.11/msrest/authentication.py
--- old/msrest-0.6.10/msrest/authentication.py  2019-09-04 

commit python-msrest for openSUSE:Factory

2019-10-10 Thread root
Hello community,

here is the log from the commit of package python-msrest for openSUSE:Factory 
checked in at 2019-10-10 14:32:07

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


Package is "python-msrest"

Thu Oct 10 14:32:07 2019 rev:8 rq:735764 version:0.6.10

Changes:

--- /work/SRC/openSUSE:Factory/python-msrest/python-msrest.changes  
2019-05-14 13:39:15.124213494 +0200
+++ /work/SRC/openSUSE:Factory/.python-msrest.new.2352/python-msrest.changes
2019-10-10 14:32:08.868373959 +0200
@@ -1,0 +2,12 @@
+Fri Oct  4 12:22:07 UTC 2019 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 0.6.20
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Drop patches to support older versions of setuptools as
+  SLE-12 is now shipping with a recent enough version
+  + m_drop-compatible-releases-operator.patch
+  + m_drop-extras-require.patch
+
+---

Old:

  m_drop-compatible-releases-operator.patch
  m_drop-extras-require.patch
  msrest-0.6.6.tar.gz

New:

  msrest-0.6.10.tar.gz



Other differences:
--
++ python-msrest.spec ++
--- /var/tmp/diff_new_pack.cQjkw8/_old  2019-10-10 14:32:09.332372877 +0200
+++ /var/tmp/diff_new_pack.cQjkw8/_new  2019-10-10 14:32:09.340372859 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-msrest
-Version:0.6.6
+Version:0.6.10
 Release:0
 Summary:AutoRest swagger generator Python client runtime
 License:MIT
@@ -26,8 +26,6 @@
 Url:https://pypi.python.org/pypi/msrest
 Source: 
https://files.pythonhosted.org/packages/source/m/msrest/msrest-%{version}.tar.gz
 Source1:LICENSE.md
-Patch0: m_drop-compatible-releases-operator.patch
-Patch1: m_drop-extras-require.patch
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -53,8 +51,6 @@
 
 %prep
 %setup -q -n msrest-%{version}
-%patch0 -p1
-%patch1 -p1
 cp %{SOURCE1} LICENSE.md
 
 %build

++ msrest-0.6.6.tar.gz -> msrest-0.6.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/msrest-0.6.6/PKG-INFO new/msrest-0.6.10/PKG-INFO
--- old/msrest-0.6.6/PKG-INFO   2019-03-22 02:35:53.0 +0100
+++ new/msrest-0.6.10/PKG-INFO  2019-09-04 20:04:43.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: msrest
-Version: 0.6.6
+Version: 0.6.10
 Summary: AutoRest swagger generator Python client runtime.
 Home-page: https://github.com/Azure/msrest-for-python
 Author: Microsoft Corporation
@@ -27,6 +27,48 @@
 Release History
 ---
 
+2019-09-04 Version 0.6.10
++
+
+**Features**
+
+- XML mode now supports OpenAPI additional properties  # 174
+
+**Bugfixes**
+
+- Accept "is_xml" kwargs to force XML serialization  #178
+- Disable XML deserialization if received element is not an 
ElementTree  #178
+- A "null" enum deserialize as None, and not "None" anymore  #173
+- Fix some UTF8 encoding issue in Python 2.7 and XML mode  #172
+
+
+2019-07-24 Version 0.6.9
+
+
+**Features**
+
+- Accept extensions of JSON mimetype as valid JSON  #167
+
+2019-06-24 Version 0.6.8
+
+
+**BugFixes**
+
+- Impossible to serialize XML if model contains UTF8 characters on 
Python 2.7  #165
+- Impossible to deserialize a HTTP response as XML if body contains 
UTF8 characters on Python 2.7  #165
+- Loading a serialized configuration fails with NameError on 
NoOptionError  #162
+
+Thanks to cclauss for the contribution
+
+2019-06-12 Version 0.6.7
+
+
+**Features**
+
+- Add DomainCredentials credentials for EventGrid
+
+Thanks to kalyanaj for the contribution
+
 2019-03-21 Version 0.6.6
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/msrest-0.6.6/README.rst new/msrest-0.6.10/README.rst
--- old/msrest-0.6.6/README.rst 2019-03-22 02:34:37.0 +0100
+++ new/msrest-0.6.10/README.rst2019-09-04 20:03:33.0 +0200
@@ -20,6 +20,48 @@
 Release History
 ---
 
+2019-09-04 

commit python-msrest for openSUSE:Factory

2019-05-14 Thread root
Hello community,

here is the log from the commit of package python-msrest for openSUSE:Factory 
checked in at 2019-05-14 13:39:09

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


Package is "python-msrest"

Tue May 14 13:39:09 2019 rev:7 rq:694563 version:0.6.6

Changes:

--- /work/SRC/openSUSE:Factory/python-msrest/python-msrest.changes  
2018-09-26 16:16:12.947009292 +0200
+++ /work/SRC/openSUSE:Factory/.python-msrest.new.5148/python-msrest.changes
2019-05-14 13:39:15.124213494 +0200
@@ -1,0 +2,12 @@
+Mon Apr 15 10:00:10 UTC 2019 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 0.6.6
+  + No upstream changelog provided
+- Refresh patches for new version
+  + m_drop-compatible-releases-operator.patch
+  + m_drop-extras-require.patch
+- Remove python-devel package from BuildRequires
+- Add %python_expand to %fdupes invocation
+
+---

Old:

  msrest-0.5.5.tar.gz

New:

  msrest-0.6.6.tar.gz



Other differences:
--
++ python-msrest.spec ++
--- /var/tmp/diff_new_pack.T6G1pT/_old  2019-05-14 13:39:15.684207064 +0200
+++ /var/tmp/diff_new_pack.T6G1pT/_new  2019-05-14 13:39:15.684207064 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-msrest
 #
-# Copyright (c) 2018 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
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-msrest
-Version:0.5.5
+Version:0.6.6
 Release:0
 Summary:AutoRest swagger generator Python client runtime
 License:MIT
@@ -28,7 +28,6 @@
 Source1:LICENSE.md
 Patch0: m_drop-compatible-releases-operator.patch
 Patch1: m_drop-extras-require.patch
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -63,8 +62,7 @@
 
 %install
 %python_install
-
-%fdupes %{buildroot}/%{python_sitelib}/*
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %files %{python_files}
 %defattr(-,root,root,-)

++ m_drop-compatible-releases-operator.patch ++
--- /var/tmp/diff_new_pack.T6G1pT/_old  2019-05-14 13:39:15.708206788 +0200
+++ /var/tmp/diff_new_pack.T6G1pT/_new  2019-05-14 13:39:15.708206788 +0200
@@ -1,7 +1,7 @@
-diff -Nru msrest-0.5.5.orig/setup.py msrest-0.5.5/setup.py
 msrest-0.5.5.orig/setup.py 2018-09-04 21:14:13.0 +0200
-+++ msrest-0.5.5/setup.py  2018-09-06 14:25:16.473344949 +0200
-@@ -47,7 +47,7 @@
+diff -Nru msrest-0.6.6.orig/setup.py msrest-0.6.6/setup.py
+--- msrest-0.6.6.orig/setup.py 2019-03-22 02:34:37.0 +0100
 msrest-0.6.6/setup.py  2019-04-02 17:08:39.226844660 +0200
+@@ -48,7 +48,7 @@
  'License :: OSI Approved :: MIT License',
  'Topic :: Software Development'],
  install_requires=[

++ m_drop-extras-require.patch ++
--- /var/tmp/diff_new_pack.T6G1pT/_old  2019-05-14 13:39:15.712206741 +0200
+++ /var/tmp/diff_new_pack.T6G1pT/_new  2019-05-14 13:39:15.716206696 +0200
@@ -1,12 +1,16 @@
-diff -Nru msrest-0.5.5.orig/setup.py msrest-0.5.5/setup.py
 msrest-0.5.5.orig/setup.py 2018-09-06 14:25:16.473344949 +0200
-+++ msrest-0.5.5/setup.py  2018-09-06 14:25:41.501568822 +0200
-@@ -52,8 +52,4 @@
+diff -Nru msrest-0.6.6.orig/setup.py msrest-0.6.6/setup.py
+--- msrest-0.6.6.orig/setup.py 2019-04-02 17:09:03.735080855 +0200
 msrest-0.6.6/setup.py  2019-04-02 17:09:14.547185065 +0200
+@@ -53,12 +53,4 @@
  "isodate>=0.6.0",
  "certifi>=2017.4.17",
  ],
 -extras_require={
 -":python_version<'3.4'": ['enum34>=1.0.4'],
 -":python_version<'3.5'": ['typing'],
+-"async:python_version>='3.5'": [
+-'aiohttp>=3.0',
+-'aiodns'
+-],
 -}
  )

++ msrest-0.5.5.tar.gz -> msrest-0.6.6.tar.gz ++
 12330 lines of diff (skipped)




commit python-msrest for openSUSE:Factory

2018-09-26 Thread root
Hello community,

here is the log from the commit of package python-msrest for openSUSE:Factory 
checked in at 2018-09-26 16:16:12

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


Package is "python-msrest"

Wed Sep 26 16:16:12 2018 rev:6 rq:638007 version:0.5.5

Changes:

--- /work/SRC/openSUSE:Factory/python-msrest/python-msrest.changes  
2018-05-13 16:03:43.821253496 +0200
+++ /work/SRC/openSUSE:Factory/.python-msrest.new/python-msrest.changes 
2018-09-26 16:16:12.947009292 +0200
@@ -1,0 +2,14 @@
+Thu Sep  6 12:59:32 UTC 2018 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 0.5.0
+  + No upstream changelog provided
+- Add LICENSE.md and install into %license directory
+- Add python-enum34 to Requires for Python 2.x and Python 3.4
+- Add python-typing to Requires for Python Python 2x., 3.4 and 3.5
+- Refresh patches for new version
+  + m_drop-compatible-releases-operator.patch
+  + m_drop-extras-require.patch
+- Update Requires from setup.py
+
+---

Old:

  msrest-0.4.28.tar.gz

New:

  LICENSE.md
  msrest-0.5.5.tar.gz



Other differences:
--
++ python-msrest.spec ++
--- /var/tmp/diff_new_pack.2ze7ys/_old  2018-09-26 16:16:13.443008471 +0200
+++ /var/tmp/diff_new_pack.2ze7ys/_new  2018-09-26 16:16:13.447008464 +0200
@@ -12,19 +12,20 @@
 # 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-msrest
-Version:0.4.28
+Version:0.5.5
 Release:0
 Summary:AutoRest swagger generator Python client runtime
 License:MIT
 Group:  Development/Languages/Python
 Url:https://pypi.python.org/pypi/msrest
 Source: 
https://files.pythonhosted.org/packages/source/m/msrest/msrest-%{version}.tar.gz
+Source1:LICENSE.md
 Patch0: m_drop-compatible-releases-operator.patch
 Patch1: m_drop-extras-require.patch
 BuildRequires:  %{python_module devel}
@@ -34,8 +35,14 @@
 Requires:   python-certifi >= 2017.4.17
 Requires:   python-isodate >= 0.6.0
 Requires:   python-requests < 3.00
-Requires:   python-requests >= 2.14
+Requires:   python-requests >= 2.16
 Requires:   python-requests-oauthlib >= 0.5.0
+%if "%{python_flavor}" == "python2" || %{python3_version_nodots} < 35
+Requires:   python-typing
+%endif
+%if "%{python_flavor}" == "python2" || %{python3_version_nodots} < 34
+Requires:   python-enum34 >= 1.0.4
+%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -49,6 +56,7 @@
 %setup -q -n msrest-%{version}
 %patch0 -p1
 %patch1 -p1
+cp %{SOURCE1} LICENSE.md
 
 %build
 %python_build
@@ -61,6 +69,7 @@
 %files %{python_files}
 %defattr(-,root,root,-)
 %doc README.rst
+%license LICENSE.md
 %{python_sitelib}/*
 
 %changelog

++ LICENSE.md ++
MIT License

Copyright (c) 2016 Microsoft Azure

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
++ m_drop-compatible-releases-operator.patch ++
--- /var/tmp/diff_new_pack.2ze7ys/_old  2018-09-26 16:16:13.511008358 +0200
+++ /var/tmp/diff_new_pack.2ze7ys/_new  2018-09-26 16:16:13.511008358 +0200
@@ -1,12 +1,12 @@
-diff -Nru msrest-0.4.28.orig/setup.py msrest-0.4.28/setup.py
 msrest-0.4.28.orig/setup.py2018-04-18 23:08:15.0 +0200
-+++ msrest-0.4.28/setup.py 2018-04-24 12:46:33.099513431 +0200
+diff -Nru msrest-0.5.5.orig/setup.py 

commit python-msrest for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package python-msrest for openSUSE:Factory 
checked in at 2018-05-13 16:03:43

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


Package is "python-msrest"

Sun May 13 16:03:43 2018 rev:5 rq:601547 version:0.4.28

Changes:

--- /work/SRC/openSUSE:Factory/python-msrest/python-msrest.changes  
2018-02-14 09:27:23.732669346 +0100
+++ /work/SRC/openSUSE:Factory/.python-msrest.new/python-msrest.changes 
2018-05-13 16:03:43.821253496 +0200
@@ -1,0 +2,13 @@
+Tue Apr 24 10:52:43 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 0.4.28
+  + For detailed information about changes see the
+README.rst file provided with this package
+- Install HISTORY.rst into doc directory
+- Refresh patches for new version
+  + m_drop-compatible-releases-operator.patch
+  + m_drop-extras-require.patch
+- Update Requires from setup.py
+
+---

Old:

  msrest-0.4.25.tar.gz

New:

  msrest-0.4.28.tar.gz



Other differences:
--
++ python-msrest.spec ++
--- /var/tmp/diff_new_pack.xnQbrx/_old  2018-05-13 16:03:44.549226937 +0200
+++ /var/tmp/diff_new_pack.xnQbrx/_new  2018-05-13 16:03:44.549226937 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-msrest
-Version:0.4.25
+Version:0.4.28
 Release:0
 Summary:AutoRest swagger generator Python client runtime
 License:MIT
@@ -32,7 +32,7 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-certifi >= 2017.4.17
-Requires:   python-isodate >= 0.5.4
+Requires:   python-isodate >= 0.6.0
 Requires:   python-requests < 3.00
 Requires:   python-requests >= 2.14
 Requires:   python-requests-oauthlib >= 0.5.0
@@ -60,6 +60,7 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
+%doc README.rst
 %{python_sitelib}/*
 
 %changelog

++ m_drop-compatible-releases-operator.patch ++
--- /var/tmp/diff_new_pack.xnQbrx/_old  2018-05-13 16:03:44.573226061 +0200
+++ /var/tmp/diff_new_pack.xnQbrx/_new  2018-05-13 16:03:44.573226061 +0200
@@ -1,12 +1,12 @@
-diff -Nru msrest-0.4.11.orig/setup.py msrest-0.4.11/setup.py
 msrest-0.4.11.orig/setup.py2017-06-21 21:21:28.0 +0200
-+++ msrest-0.4.11/setup.py 2017-09-19 21:48:38.208520870 +0200
-@@ -48,7 +48,7 @@
+diff -Nru msrest-0.4.28.orig/setup.py msrest-0.4.28/setup.py
+--- msrest-0.4.28.orig/setup.py2018-04-18 23:08:15.0 +0200
 msrest-0.4.28/setup.py 2018-04-24 12:46:33.099513431 +0200
+@@ -47,7 +47,7 @@
  'License :: OSI Approved :: MIT License',
  'Topic :: Software Development'],
  install_requires=[
 -"requests~=2.14",
 +"requests>=2.14",
  "requests_oauthlib>=0.5.0",
- "isodate>=0.5.4",
+ "isodate>=0.6.0",
  "certifi>=2017.4.17",

++ m_drop-extras-require.patch ++
--- /var/tmp/diff_new_pack.xnQbrx/_old  2018-05-13 16:03:44.585225624 +0200
+++ /var/tmp/diff_new_pack.xnQbrx/_new  2018-05-13 16:03:44.585225624 +0200
@@ -1,13 +1,11 @@
-diff -Nru msrest-0.4.11.orig/setup.py msrest-0.4.11/setup.py
 msrest-0.4.11.orig/setup.py2017-09-19 21:48:38.208520870 +0200
-+++ msrest-0.4.11/setup.py 2017-09-19 21:50:56.557685936 +0200
-@@ -52,8 +52,5 @@
- "requests_oauthlib>=0.5.0",
- "isodate>=0.5.4",
+diff -Nru msrest-0.4.28.orig/setup.py msrest-0.4.28/setup.py
+--- msrest-0.4.28.orig/setup.py2018-04-24 12:46:33.099513431 +0200
 msrest-0.4.28/setup.py 2018-04-24 12:47:31.784002289 +0200
+@@ -52,7 +52,4 @@
+ "isodate>=0.6.0",
  "certifi>=2017.4.17",
--],
+ ],
 -extras_require={
 -":python_version<'3.4'": ['enum34>=1.0.4'],
 -}
-+]
  )

++ msrest-0.4.25.tar.gz -> msrest-0.4.28.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/msrest-0.4.25/PKG-INFO new/msrest-0.4.28/PKG-INFO
--- old/msrest-0.4.25/PKG-INFO  2018-01-08 22:52:45.0 +0100
+++ new/msrest-0.4.28/PKG-INFO  2018-04-18 23:08:55.0 +0200
@@ -1,14 +1,13 @@
 Metadata-Version: 1.1
 Name: msrest
-Version: 0.4.25
+Version: 0.4.28
 Summary: AutoRest swagger generator Python client runtime.
 Home-page: https://github.com/Azure/msrest-for-python
 Author: Microsoft Corporation
 Author-email: UNKNOWN
 License: MIT License
-Description-Content-Type: UNKNOWN
 Description: AutoRest: Python Client Runtime
-
+===
 
 .. image:: 

commit python-msrest for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package python-msrest for openSUSE:Factory 
checked in at 2018-02-14 09:27:18

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


Package is "python-msrest"

Wed Feb 14 09:27:18 2018 rev:4 rq:571126 version:0.4.25

Changes:

--- /work/SRC/openSUSE:Factory/python-msrest/python-msrest.changes  
2017-09-20 17:13:08.417760052 +0200
+++ /work/SRC/openSUSE:Factory/.python-msrest.new/python-msrest.changes 
2018-02-14 09:27:23.732669346 +0100
@@ -1,0 +2,7 @@
+Mon Jan 29 11:59:01 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 0.4.25
+- Update Requires from setup.py
+
+---

Old:

  msrest-0.4.11.tar.gz

New:

  msrest-0.4.25.tar.gz



Other differences:
--
++ python-msrest.spec ++
--- /var/tmp/diff_new_pack.w8O4FM/_old  2018-02-14 09:27:25.076620643 +0100
+++ /var/tmp/diff_new_pack.w8O4FM/_new  2018-02-14 09:27:25.076620643 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-msrest
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-msrest
-Version:0.4.11
+Version:0.4.25
 Release:0
 Summary:AutoRest swagger generator Python client runtime
 License:MIT
@@ -31,11 +31,10 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:   python-certifi >= 2015.9.6.2
-Requires:   python-chardet >= 2.3.0
+Requires:   python-certifi >= 2017.4.17
 Requires:   python-isodate >= 0.5.4
-Requires:   python-keyring >= 5.6
-Requires:   python-requests >= 2.7.0
+Requires:   python-requests < 3.00
+Requires:   python-requests >= 2.14
 Requires:   python-requests-oauthlib >= 0.5.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch

++ msrest-0.4.11.tar.gz -> msrest-0.4.25.tar.gz ++
 2031 lines of diff (skipped)




commit python-msrest for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package python-msrest for openSUSE:Factory 
checked in at 2017-09-20 17:13:04

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


Package is "python-msrest"

Wed Sep 20 17:13:04 2017 rev:3 rq:527378 version:0.4.11

Changes:

--- /work/SRC/openSUSE:Factory/python-msrest/python-msrest.changes  
2017-07-19 12:21:53.384902716 +0200
+++ /work/SRC/openSUSE:Factory/.python-msrest.new/python-msrest.changes 
2017-09-20 17:13:08.417760052 +0200
@@ -1,0 +2,10 @@
+Tue Sep 19 19:54:12 UTC 2017 - adrian.glaub...@suse.com
+
+- Add patch to drop compatible releases operator from setup.py,
+  required for SLES12 as the setuptools version is too old
+  + m_drop-compatible-releases-operator.patch
+- Add patch to extras_require field from setup.py, required
+  for SLES12 as the setuptools version is too old
+  + m_drop-extras-require.patch
+
+---

New:

  m_drop-compatible-releases-operator.patch
  m_drop-extras-require.patch



Other differences:
--
++ python-msrest.spec ++
--- /var/tmp/diff_new_pack.s7RMic/_old  2017-09-20 17:13:09.117661527 +0200
+++ /var/tmp/diff_new_pack.s7RMic/_new  2017-09-20 17:13:09.121660965 +0200
@@ -25,6 +25,8 @@
 Group:  Development/Languages/Python
 Url:https://pypi.python.org/pypi/msrest
 Source: 
https://files.pythonhosted.org/packages/source/m/msrest/msrest-%{version}.tar.gz
+Patch0: m_drop-compatible-releases-operator.patch
+Patch1: m_drop-extras-require.patch
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -46,6 +48,8 @@
 
 %prep
 %setup -q -n msrest-%{version}
+%patch0 -p1
+%patch1 -p1
 
 %build
 %python_build

++ m_drop-compatible-releases-operator.patch ++
diff -Nru msrest-0.4.11.orig/setup.py msrest-0.4.11/setup.py
--- msrest-0.4.11.orig/setup.py 2017-06-21 21:21:28.0 +0200
+++ msrest-0.4.11/setup.py  2017-09-19 21:48:38.208520870 +0200
@@ -48,7 +48,7 @@
 'License :: OSI Approved :: MIT License',
 'Topic :: Software Development'],
 install_requires=[
-"requests~=2.14",
+"requests>=2.14",
 "requests_oauthlib>=0.5.0",
 "isodate>=0.5.4",
 "certifi>=2017.4.17",
++ m_drop-extras-require.patch ++
diff -Nru msrest-0.4.11.orig/setup.py msrest-0.4.11/setup.py
--- msrest-0.4.11.orig/setup.py 2017-09-19 21:48:38.208520870 +0200
+++ msrest-0.4.11/setup.py  2017-09-19 21:50:56.557685936 +0200
@@ -52,8 +52,5 @@
 "requests_oauthlib>=0.5.0",
 "isodate>=0.5.4",
 "certifi>=2017.4.17",
-],
-extras_require={
-":python_version<'3.4'": ['enum34>=1.0.4'],
-}
+]
 )



commit python-msrest for openSUSE:Factory

2017-07-19 Thread root
Hello community,

here is the log from the commit of package python-msrest for openSUSE:Factory 
checked in at 2017-07-19 11:21:24

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


Package is "python-msrest"

Wed Jul 19 11:21:24 2017 rev:2 rq:510104 version:0.4.11

Changes:

--- /work/SRC/openSUSE:Factory/python-msrest/python-msrest.changes  
2017-02-03 18:57:51.453661784 +0100
+++ /work/SRC/openSUSE:Factory/.python-msrest.new/python-msrest.changes 
2017-07-19 12:21:53.384902716 +0200
@@ -1,0 +2,9 @@
+Mon Jul 10 13:20:42 UTC 2017 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 0.4.11
+- Provide full source URL in Source field
+- Convert package to single spec
+- Remove python-enum34 from Requires
+
+---

Old:

  msrest-0.4.4.tar.gz

New:

  msrest-0.4.11.tar.gz



Other differences:
--
++ python-msrest.spec ++
--- /var/tmp/diff_new_pack.Lg0E5h/_old  2017-07-19 12:21:53.876833299 +0200
+++ /var/tmp/diff_new_pack.Lg0E5h/_new  2017-07-19 12:21:53.876833299 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-msrest
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -14,27 +14,32 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-msrest
-Version:0.4.4
+Version:0.4.11
 Release:0
 Summary:AutoRest swagger generator Python client runtime
 License:MIT
 Group:  Development/Languages/Python
 Url:https://pypi.python.org/pypi/msrest
-Source: msrest-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/m/msrest/msrest-%{version}.tar.gz
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
-Requires:   python-requests >= 2.7.0
-Requires:   python-keyring >= 5.6
-Requires:   python-requests-oauthlib >= 0.5.0
-Requires:   python-isodate >= 0.5.4
+BuildRequires:  python-rpm-macros
 Requires:   python-certifi >= 2015.9.6.2
 Requires:   python-chardet >= 2.3.0
-Requires:   python-enum34 >= 1.0.4
+Requires:   python-isodate >= 0.5.4
+Requires:   python-keyring >= 5.6
+Requires:   python-requests >= 2.7.0
+Requires:   python-requests-oauthlib >= 0.5.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
+%python_subpackages
+
 %description
 AutoRest swagger generator Python client runtime
 Swagger is a powerful open source framework: http://swagger.io
@@ -43,14 +48,14 @@
 %setup -q -n msrest-%{version}
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
 
 %fdupes %{buildroot}/%{python_sitelib}/*
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
 %{python_sitelib}/*
 

++ msrest-0.4.4.tar.gz -> msrest-0.4.11.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/msrest-0.4.4/PKG-INFO new/msrest-0.4.11/PKG-INFO
--- old/msrest-0.4.4/PKG-INFO   2016-09-14 17:29:02.0 +0200
+++ new/msrest-0.4.11/PKG-INFO  2017-06-21 21:22:45.0 +0200
@@ -1,14 +1,19 @@
 Metadata-Version: 1.1
 Name: msrest
-Version: 0.4.4
+Version: 0.4.11
 Summary: AutoRest swagger generator Python client runtime.
-Home-page: 
https://github.com/xingwu1/autorest/tree/python/ClientRuntimes/Python/msrest
+Home-page: https://github.com/Azure/msrest-for-python
 Author: Microsoft Corporation
 Author-email: UNKNOWN
 License: MIT License
 Description: AutoRest: Python Client Runtime
 
 
+.. image:: 
https://travis-ci.org/Azure/msrest-for-python.svg?branch=master
+ :target: https://travis-ci.org/Azure/msrest-for-python
+
+.. image:: 
https://codecov.io/gh/azure/msrest-for-python/branch/master/graph/badge.svg
+ :target: https://codecov.io/gh/azure/msrest-for-python
 
 Installation
 
@@ -23,6 +28,71 @@
 Release History
 ---
 
+2017-06-21 Version 0.4.11
++
+
+**Bugfixes**
+
+- Fix incorrect dependency to "requests" 2.14.x, instead of 2.x meant