Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-gspread for openSUSE:Factory 
checked in at 2024-01-15 22:15:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-gspread (Old)
 and      /work/SRC/openSUSE:Factory/.python-gspread.new.21961 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-gspread"

Mon Jan 15 22:15:57 2024 rev:12 rq:1138508 version:5.12.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-gspread/python-gspread.changes    
2022-12-08 16:51:23.811547868 +0100
+++ /work/SRC/openSUSE:Factory/.python-gspread.new.21961/python-gspread.changes 
2024-01-15 22:17:08.226238366 +0100
@@ -1,0 +2,59 @@
+Sat Jan 13 21:04:22 UTC 2024 - Dirk Müller <[email protected]>
+
+- update to 5.12.4:
+  * Fixed default value of merge_type parameter in merge_cells
+    function docstring.
+  * 1363 get all records retrieves a large number of empty rows
+    after the end of the data
+  * Many fixes for get_records
+  * change worksheet.update migration guide
+  * feature/readme migration v6
+  * add deprecation warnings for lastUpdateTime...
+  * remove use_index and references to it in get_records
+  * make deprecation warning dependent on if kwarg is used for
+    client_factory
+  * fix 1352 expected headers broken
+  * fix combine_merged_cells when using from a range that doesn't
+    start at A1
+  * feature -- adding worksheet.get_records to get specific row
+    ranges
+  * Fix list_spreadsheet_files return value
+  * Fix warning message for worksheet.update method
+  * change lambda function to dict (fix pyupgrade issue)
+  * allows users to silence deprecation warnings
+  * Add maintain_size to keep asked for size in get, get_values
+  * Fix list_spreadsheet_files return value by @mephinet in
+  * Fix merge_combined_cells in get_values (AND 5.11.2 RELEASE)
+  * remove Drive API access on Spreadsheet init (FIX - VERSION
+    5.11.1)
+  * add docs/build to .gitignore
+  * add release process to CONTRIBUTING.md
+  * add test_fill_gaps and docstring for fill_gaps
+  * Remove API calls from creationTime/lastUpdateTime
+  * Fix Worksheet ID Type Inconsistencies
+  * Add column_count prop as well as col_count
+  * Add required kwargs with no default value
+  * Add deprecation warnings for colors
+  * Add better Exceptions on opening spreadsheets
+  * Fix rows_auto_resize in worksheet.py by removing redundant
+    self
+  * Add deprecation warning for future release 6.0.x
+  * FEATURE: show/hide gridlines (#1197)
+  * CLEANUP: cleanup tox.ini, and ignore ./env
+  * Refactor/update-contributing-guide
+  * Spelling fix (with legacy option)
+  * 457-fetch-without-hidden-worksheets
+  * Add_deprecated_warning_sort_method
+  * Update (and test for) internal properties on change
+  * Feature: Add "Remove tab colour" method
+  * Refresh-test-cassettes
+  * update self._properties after batch_update
+  * 700-fill-merged-cells
+  * Fix/update-internal-properties
+  * Add breaking change warning in Worksheet.update()
+  * remove deprecated methods from tests
+  * Bugfix/fix get last update time
+  * Add batch notes insert/update/clear
+  * #1104: added a delete by worksheet id method
+
+-------------------------------------------------------------------

Old:
----
  v5.7.2.tar.gz

New:
----
  v5.12.4.tar.gz

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

Other differences:
------------------
++++++ python-gspread.spec ++++++
--- /var/tmp/diff_new_pack.aLCWR2/_old  2024-01-15 22:17:08.722256487 +0100
+++ /var/tmp/diff_new_pack.aLCWR2/_new  2024-01-15 22:17:08.726256634 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-gspread
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,17 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-gspread
-Version:        5.7.2
+Version:        5.12.4
 Release:        0
 Summary:        Google Spreadsheets Python API
 License:        MIT
 URL:            https://github.com/burnash/gspread
 Source:         https://github.com/burnash/gspread/archive/v%{version}.tar.gz
 BuildRequires:  %{python_module betamax}
+BuildRequires:  %{python_module flit-core}
 BuildRequires:  %{python_module google-auth-oauthlib >= 0.4.1}
+BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  %{python_module xml}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -50,10 +53,10 @@
 %setup -q -n gspread-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check

++++++ v5.7.2.tar.gz -> v5.12.4.tar.gz ++++++
++++ 164043 lines of diff (skipped)

Reply via email to