commit python-pydocumentdb for openSUSE:Factory

2020-08-29 Thread root
Hello community,

here is the log from the commit of package python-pydocumentdb for 
openSUSE:Factory checked in at 2020-08-29 20:34:34

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


Package is "python-pydocumentdb"

Sat Aug 29 20:34:34 2020 rev:5 rq:829645 version:2.3.5

Changes:

--- /work/SRC/openSUSE:Factory/python-pydocumentdb/python-pydocumentdb.changes  
2020-03-04 09:46:16.110138636 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pydocumentdb.new.3399/python-pydocumentdb.changes
2020-08-29 20:34:51.489276086 +0200
@@ -1,0 +2,5 @@
+Tue Aug 25 22:05:24 UTC 2020 - John Paul Adrian Glaubitz 

+
+- Use %patch instead %patch0 to fix build on older distributions
+
+---



Other differences:
--
++ python-pydocumentdb.spec ++
--- /var/tmp/diff_new_pack.Yw7VzG/_old  2020-08-29 20:34:52.261276412 +0200
+++ /var/tmp/diff_new_pack.Yw7VzG/_new  2020-08-29 20:34:52.265276413 +0200
@@ -46,7 +46,7 @@
 
 %prep
 %setup -q -n pydocumentdb-%{version}
-%patch0 -p1
+%patch -p1
 
 %build
 %python_build




commit python-pydocumentdb for openSUSE:Factory

2020-03-04 Thread root
Hello community,

here is the log from the commit of package python-pydocumentdb for 
openSUSE:Factory checked in at 2020-03-04 09:45:44

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


Package is "python-pydocumentdb"

Wed Mar  4 09:45:44 2020 rev:4 rq:781217 version:2.3.5

Changes:

--- /work/SRC/openSUSE:Factory/python-pydocumentdb/python-pydocumentdb.changes  
2019-05-14 13:39:34.076156546 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pydocumentdb.new.26092/python-pydocumentdb.changes
   2020-03-04 09:46:16.110138636 +0100
@@ -1,0 +2,9 @@
+Tue Mar  3 12:41:42 UTC 2020 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.3.5
+  + Updated README regarding package deprecation
+- Add patch to disable parsing of changelog.md in setup.py
+  + p_disable-changelog-parsing.patch
+
+---

Old:

  pydocumentdb-2.3.3.tar.gz

New:

  p_disable-changelog-parsing.patch
  pydocumentdb-2.3.5.tar.gz



Other differences:
--
++ python-pydocumentdb.spec ++
--- /var/tmp/diff_new_pack.hx5nRq/_old  2020-03-04 09:46:17.558139504 +0100
+++ /var/tmp/diff_new_pack.hx5nRq/_new  2020-03-04 09:46:17.558139504 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pydocumentdb
 #
-# 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,13 +18,14 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pydocumentdb
-Version:2.3.3
+Version:2.3.5
 Release:0
 Summary:Azure DocumentDB Python SDK
 License:MIT
 Group:  Development/Languages/Python
 URL:https://github.com/Azure/azure-documentdb-python
 Source: 
https://files.pythonhosted.org/packages/source/p/pydocumentdb/pydocumentdb-%{version}.tar.gz
+Patch:  p_disable-changelog-parsing.patch
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -45,6 +46,7 @@
 
 %prep
 %setup -q -n pydocumentdb-%{version}
+%patch0 -p1
 
 %build
 %python_build

++ p_disable-changelog-parsing.patch ++
diff -Nru pydocumentdb-2.3.5.orig/setup.py pydocumentdb-2.3.5/setup.py
--- pydocumentdb-2.3.5.orig/setup.py2019-10-01 02:29:56.0 +0200
+++ pydocumentdb-2.3.5/setup.py 2020-03-03 13:38:33.698263211 +0100
@@ -7,13 +7,10 @@
 with open("README.md", encoding="utf-8") as f:
 README = f.read()
 
-with open("changelog.md", encoding="utf-8") as f:
-CHANGELOG = f.read()
-
 setup(name='pydocumentdb',
   version='2.3.5',
   description='Azure DocumentDB Python SDK',
-  long_description=README + "\n\n" + CHANGELOG,
+  long_description=README,
   long_description_content_type="text/markdown",
   author="Microsoft",
   author_email="askdo...@microsoft.com",
++ pydocumentdb-2.3.3.tar.gz -> pydocumentdb-2.3.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pydocumentdb-2.3.3/PKG-INFO 
new/pydocumentdb-2.3.5/PKG-INFO
--- old/pydocumentdb-2.3.3/PKG-INFO 2018-09-09 07:58:33.0 +0200
+++ new/pydocumentdb-2.3.5/PKG-INFO 2019-10-01 02:31:23.0 +0200
@@ -1,6 +1,6 @@
-Metadata-Version: 1.2
+Metadata-Version: 2.1
 Name: pydocumentdb
-Version: 2.3.3
+Version: 2.3.5
 Summary: Azure DocumentDB Python SDK
 Home-page: https://github.com/Azure/azure-documentdb-python
 Author: Microsoft
@@ -8,7 +8,124 @@
 Maintainer: Microsoft
 Maintainer-email: askdo...@microsoft.com
 License: MIT
-Description: UNKNOWN
+Description:  The pydocumentdb package for versions 1.x and 2.x of the 
Azure Cosmos DB Python SDK for SQL API will be retired August 20, 2020.
+See the [release and retirement 
documentation](https://docs.microsoft.com/en-us/azure/cosmos-db/sql-api-sdk-python#release--retirement-dates)
 for more information.
+
+Please use the latest version of the Python SDK with new package name, 
[azure-cosmos](https://pypi.org/project/azure-cosmos/).
+
+## Changes in 2.3.5 : ##
+- Updated README regarding package deprecation
+
+## Changes in 2.3.3 : ##
+
+- Added support for proxy
+- Added support for reading change feed
+- Added support for collection quota headers
+- Bugfix for large session tokens issue
+- Bugfix for ReadMedia API
+- Bugfix in partition key range cache
+
+## Changes in 

commit python-pydocumentdb for openSUSE:Factory

2019-05-14 Thread root
Hello community,

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

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


Package is "python-pydocumentdb"

Tue May 14 13:39:29 2019 rev:3 rq:694565 version:2.3.3

Changes:

--- /work/SRC/openSUSE:Factory/python-pydocumentdb/python-pydocumentdb.changes  
2018-09-26 16:16:17.491001770 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pydocumentdb.new.5148/python-pydocumentdb.changes
2019-05-14 13:39:34.076156546 +0200
@@ -1,0 +2,8 @@
+Mon Apr 15 10:02:17 UTC 2019 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.3.3
+  + No upstream changelog provided
+- Remove python-devel package from BuildRequires
+
+---

Old:

  pydocumentdb-2.3.2.tar.gz

New:

  pydocumentdb-2.3.3.tar.gz



Other differences:
--
++ python-pydocumentdb.spec ++
--- /var/tmp/diff_new_pack.fP6ijD/_old  2019-05-14 13:39:35.412159904 +0200
+++ /var/tmp/diff_new_pack.fP6ijD/_new  2019-05-14 13:39:35.416159914 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pydocumentdb
 #
-# 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
@@ -12,20 +12,19 @@
 # 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-pydocumentdb
-Version:2.3.2
+Version:2.3.3
 Release:0
 Summary:Azure DocumentDB Python SDK
 License:MIT
 Group:  Development/Languages/Python
 URL:https://github.com/Azure/azure-documentdb-python
 Source: 
https://files.pythonhosted.org/packages/source/p/pydocumentdb/pydocumentdb-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros

++ pydocumentdb-2.3.2.tar.gz -> pydocumentdb-2.3.3.tar.gz ++
 2176 lines of diff (skipped)




commit python-pydocumentdb for openSUSE:Factory

2018-09-26 Thread root
Hello community,

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

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


Package is "python-pydocumentdb"

Wed Sep 26 16:16:16 2018 rev:2 rq:638009 version:2.3.2

Changes:

--- /work/SRC/openSUSE:Factory/python-pydocumentdb/python-pydocumentdb.changes  
2018-05-13 16:05:16.625867742 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pydocumentdb.new/python-pydocumentdb.changes 
2018-09-26 16:16:17.491001770 +0200
@@ -1,0 +2,7 @@
+Thu Sep  6 12:57:59 UTC 2018 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.3.2
+  + No upstream changelog provided
+
+---

Old:

  pydocumentdb-2.3.1.tar.gz

New:

  pydocumentdb-2.3.2.tar.gz



Other differences:
--
++ python-pydocumentdb.spec ++
--- /var/tmp/diff_new_pack.JjqgS5/_old  2018-09-26 16:16:18.051000843 +0200
+++ /var/tmp/diff_new_pack.JjqgS5/_new  2018-09-26 16:16:18.051000843 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pydocumentdb
-Version:2.3.1
+Version:2.3.2
 Release:0
 Summary:Azure DocumentDB Python SDK
 License:MIT

++ pydocumentdb-2.3.1.tar.gz -> pydocumentdb-2.3.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pydocumentdb-2.3.1/PKG-INFO 
new/pydocumentdb-2.3.2/PKG-INFO
--- old/pydocumentdb-2.3.1/PKG-INFO 2017-12-22 01:45:45.0 +0100
+++ new/pydocumentdb-2.3.2/PKG-INFO 2018-05-08 22:39:48.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pydocumentdb
-Version: 2.3.1
+Version: 2.3.2
 Summary: Azure DocumentDB Python SDK
 Home-page: https://github.com/Azure/azure-documentdb-python
 Author: Microsoft
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pydocumentdb-2.3.1/README.md 
new/pydocumentdb-2.3.2/README.md
--- old/pydocumentdb-2.3.1/README.md2017-12-22 00:52:28.0 +0100
+++ new/pydocumentdb-2.3.2/README.md2018-05-08 00:09:38.0 +0200
@@ -1,19 +1,21 @@
-This is the README of the Python driver for Microsoft Azure DocumentDB 
database service.
+# Microsoft Azure Cosmos DB Python SDK
 
-Welcome to DocumentDB.
+Welcome to the repo containing all things Python for the Azure Cosmos DB API 
which is published with name 
[pydocumentdb](https://pypi.python.org/pypi/pydocumentdb/). For documentation 
please see the Microsoft Azure 
[link](https://docs.microsoft.com/en-us/azure/cosmos-db/sql-api-sdk-python).
 
 
-0) Pre-requirements:
+## Pre-requirements
 
-Python 2.7, Python 3.3, Python 3.4, or Python 3.5
-https://www.python.org/downloads/
+Python 2.7, Python 3.3, Python 3.4, or Python 3.5
+https://www.python.org/downloads/
 
-If you use Microsoft Visual Studio as IDE (we use 2015), please install the
-following extension for Python.
-http://microsoft.github.io/PTVS/
+If you use Microsoft Visual Studio as IDE (we use 2015), please install the
+following extension for Python.
+http://microsoft.github.io/PTVS/
 
+Install Cosmos DB emulator
+Follow instruction at 
https://docs.microsoft.com/en-us/azure/cosmos-db/local-emulator 
 
-1) Installation:
+## Installation:
 
 $ python setup.py install
 
@@ -22,7 +24,12 @@
 $ pip install pydocumentdb
 
 
-2) Testing:
+## Running Testing
+Clone the repo 
+```bash
+git clone https://github.com/Azure/azure-documentdb-python.git
+cd azure-documentdb-python
+```
 
 Most of the test files under test sub-folder require you to enter your Azure 
DocumentDB master key and host endpoint: 
 
@@ -40,7 +47,7 @@
 Most of the test cases create collections in your DocumentDB account. 
Collections are billing entities. By running these test cases, you may incur 
monetary costs on your account.
   
 
-3) To generate documentations:
+## Documentation generation
 
 Install Sphinx: http://sphinx-doc.org/install.html
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pydocumentdb-2.3.1/doc/conf.py 
new/pydocumentdb-2.3.2/doc/conf.py
--- old/pydocumentdb-2.3.1/doc/conf.py  2017-12-22 00:52:28.0 +0100
+++ new/pydocumentdb-2.3.2/doc/conf.py  2018-05-08 00:13:56.0 +0200
@@ -52,9 +52,9 @@
 # built documents.
 #
 # The short X.Y version.
-version = '2.3.1'
+version = '2.3.2'
 # The full version, including alpha/beta/rc tags.
-release = '2.3.1'
+release = '2.3.2'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of