notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: net/py-gspread/distinfo

Number of commits found: 24

Tuesday, 2 Apr 2024
01:01 Steven Kreuzer (skreuzer) search for other commits by this committer
net/py-gspread: Update to v6.1.0

Changelog: https://github.com/burnash/gspread/compare/v5.11.3...v6.1.0
commit hash: f5d16d08a634151fed0b052e0315dfc180db7240 commit hash: f5d16d08a634151fed0b052e0315dfc180db7240 commit hash: f5d16d08a634151fed0b052e0315dfc180db7240 commit hash: f5d16d08a634151fed0b052e0315dfc180db7240 f5d16d0
Friday, 13 Oct 2023
01:22 Steven Kreuzer (skreuzer) search for other commits by this committer
net/py-gspread: update to 5.11.3

Changes:
 * Fix list_spreadsheet_files return value
commit hash: d10d82970b219d8f816046691a0c09c87d66ef46 commit hash: d10d82970b219d8f816046691a0c09c87d66ef46 commit hash: d10d82970b219d8f816046691a0c09c87d66ef46 commit hash: d10d82970b219d8f816046691a0c09c87d66ef46 d10d829
Tuesday, 4 Jul 2023
13:51 Steven Kreuzer (skreuzer) search for other commits by this committer
net/py-gspread: update to 5.10.0

Changes:
  * Fix rows_auto_resize in worksheet.py by removing redundant self
  * Add deprecation warning for future release 6.0.x
  * FEATURE: show/hide gridlines
  * 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()
  * Bump codespell from 2.2.4 to 2.2.5
  * Add/refresh last update time
  * Update-build-tools by @alifeee in #1231
  * add read the doc configuration file
  * update licence year
  * remove deprecated methods from tests
commit hash: 04efacfd37cc66618cbf59593fb13ce5c83f0770 commit hash: 04efacfd37cc66618cbf59593fb13ce5c83f0770 commit hash: 04efacfd37cc66618cbf59593fb13ce5c83f0770 commit hash: 04efacfd37cc66618cbf59593fb13ce5c83f0770 04efacf
Thursday, 1 Dec 2022
16:55 Steven Kreuzer (skreuzer) search for other commits by this committer
net/py-gspread: Update to 5.7.1

Changes:
  * Fix dependencies required version
  * chore: Update outdated LICENSE year
  * add dependabot to maintain dependencies
  * improve trigger on CI
  * Bump bandit from 1.7.0 to 1.7.4
  * cancel previous run on same ref
  * Bump actions/setup-python from 2 to 4
  * Bump actions/checkout from 2 to 3
  * Bump black from 22.3.0 to 22.10.0
  * Bump isort from 5.9.3 to 5.10.1
  * Bump codespell from 2.1.0 to 2.2.2
  * add named tuple for `DateTimeRenderOption`
  * Feature/copy cut paste
  * isSheetHidden method added to worksheet.py
commit hash: 1b6b2c7dd4801a226664d4898534531fff758120 commit hash: 1b6b2c7dd4801a226664d4898534531fff758120 commit hash: 1b6b2c7dd4801a226664d4898534531fff758120 commit hash: 1b6b2c7dd4801a226664d4898534531fff758120 1b6b2c7
Saturday, 5 Nov 2022
22:04 Steven Kreuzer (skreuzer) search for other commits by this committer
net/py-gspread: Update to 5.6.2

Changes:
  * update parent folder for client.copy method
commit hash: 7d06b6c49693dfc6384e68b27bb0811223be6dfb commit hash: 7d06b6c49693dfc6384e68b27bb0811223be6dfb commit hash: 7d06b6c49693dfc6384e68b27bb0811223be6dfb commit hash: 7d06b6c49693dfc6384e68b27bb0811223be6dfb 7d06b6c
Friday, 2 Sep 2022
18:55 Steven Kreuzer (skreuzer) search for other commits by this committer
net/py-gspread: update to version 5.5.0

Changes:
  * Use pathlib
  * Migrate to drive API V3
  * Implement eq method for Cell
  * Add missing documentation on set_timeout
  * Add method to transfer / accept ownership of a spreadsheet
  * Add client_factory parameter to auth methods
  * Fix list_protected_ranges
  * Add function to convert column letter to column index
  * Fix docstring name of named_range() param
  * Fix grammar in docstring for client.export
  * Many typo fixes to worksheet docstrings
  * Fix function numericise_all
  * Fix documentation about oauth_from_dict
  * inherit_from_before option for insert_row/insert_rows
  * add method to change the color of a tab
  * docs: Fix a few typos
  * Fix typo in Worksheet.batch_format method
commit hash: a8383c7260efc1d21f2555e0504cbd2d286c259c commit hash: a8383c7260efc1d21f2555e0504cbd2d286c259c commit hash: a8383c7260efc1d21f2555e0504cbd2d286c259c commit hash: a8383c7260efc1d21f2555e0504cbd2d286c259c a8383c7
Friday, 10 Jun 2022
20:26 Steven Kreuzer (skreuzer) search for other commits by this committer
net/py-gspread: update to version 5.4.0

Changes:
  * Fix error message in get_all_records
  * Auto resizing is now available for rows
  * add new method to hide/show a worksheet
  * Download PDF from Spreadsheet
  * Add test on auto_resize_columns
  * Add method to unmerge cells
  * Add method to delete a protected range
  * Feature/clean organize documentation
  * Add warning about deprecated oauth flow
  * Add new batch_format method.
  * Encode string to utf-8 when importing CSV content
commit hash: 1ca684565eb3b10666eb0b854360f8bd9fd57d88 commit hash: 1ca684565eb3b10666eb0b854360f8bd9fd57d88 commit hash: 1ca684565eb3b10666eb0b854360f8bd9fd57d88 commit hash: 1ca684565eb3b10666eb0b854360f8bd9fd57d88 1ca6845
Friday, 20 May 2022
22:01 Steven Kreuzer (skreuzer) search for other commits by this committer
net/py-gspread: update to version 5.3.2

Changelog:
 * Bugfix: get all record duplicated columns
commit hash: 80e235325f0db89e8e75a5fbbc8c3cc6636f85a0 commit hash: 80e235325f0db89e8e75a5fbbc8c3cc6636f85a0 commit hash: 80e235325f0db89e8e75a5fbbc8c3cc6636f85a0 commit hash: 80e235325f0db89e8e75a5fbbc8c3cc6636f85a0 80e2353
Friday, 8 Apr 2022
14:04 Steven Kreuzer (skreuzer) search for other commits by this committer
net/py-gspread: Update to version 5.3.0

Changes:
  * Feature/rework test cassettes recording
  * Add method list protected ranges
  * Add new methods to add/list/delete dimensionGroups
  * Add method to hide rows/columns
  * Add ability to rename Spreadsheets (via a new Spreadsheet.update_title)
commit hash: 1eb5acdf24ad454ad42eb6434de95078029de12e commit hash: 1eb5acdf24ad454ad42eb6434de95078029de12e commit hash: 1eb5acdf24ad454ad42eb6434de95078029de12e commit hash: 1eb5acdf24ad454ad42eb6434de95078029de12e 1eb5acd
Wednesday, 9 Mar 2022
01:27 Steven Kreuzer (skreuzer) search for other commits by this committer
net/py-gspread: Update to version 5.2.0

Changes:
  * Copy comments when during spreadsheet copy
  * Update user-guide.rst
  * merge setup test cassettes
  * Feature/add header validation get all records
  * Add timeout to client
  * Feature/update timezone and locale
  * Feature/make case comparison in find
  * Updated API rate limits
  * Feature/prevent insert row to sheet with colon
commit hash: 98049ada91ba2c3fdc41d3aeed989507867b77de commit hash: 98049ada91ba2c3fdc41d3aeed989507867b77de commit hash: 98049ada91ba2c3fdc41d3aeed989507867b77de commit hash: 98049ada91ba2c3fdc41d3aeed989507867b77de 98049ad
Thursday, 23 Dec 2021
19:41 Steven Kreuzer (skreuzer) search for other commits by this committer
net/py-gspread: Update to version 5.1.1

Changelog: https://github.com/burnash/gspread/releases/tag/v5.1.1
commit hash: 7ea09b6e8be5d6a52d23ed50f8aa6847da7598fe commit hash: 7ea09b6e8be5d6a52d23ed50f8aa6847da7598fe commit hash: 7ea09b6e8be5d6a52d23ed50f8aa6847da7598fe commit hash: 7ea09b6e8be5d6a52d23ed50f8aa6847da7598fe 7ea09b6
Friday, 17 Dec 2021
14:49 Steven Kreuzer (skreuzer) search for other commits by this committer
net/py-gspread: Update to version 5.0.0

Notable Changes:
  * Avoid IndexError when row_values() returns an empty row
  * Add Worksheet.index property
  * Add ability to create directory if it does not exist before saving
      the credentials to disk
  * Add functions for defining, deleting and listing named ranges
  * Implement open sheet within Drive folder
  * Fix get range for unbounded ranges
  * Remove potential I/O when reading spreadsheet title
  * Replace raw string "ROWS" & "COLUMNS" to Dimension named tuple
  * Replace raw string "FORMATTED_VALUE", "UNFORMATTED_VALUE", "FORMULA" to
      ValueRenderOption named tuple
  * Replace raw string "RAW", "USER_ENTERED" to ValueInputOption named tuple
commit hash: 8074ed6ad022b360663afb3c9eecd55f73330a9d commit hash: 8074ed6ad022b360663afb3c9eecd55f73330a9d commit hash: 8074ed6ad022b360663afb3c9eecd55f73330a9d commit hash: 8074ed6ad022b360663afb3c9eecd55f73330a9d 8074ed6
Friday, 20 Aug 2021
19:27 Steven Kreuzer (skreuzer) search for other commits by this committer
net/py-gspread: Update to version 4.0.1

Update to version 4.0.1 which fixes a bug in the numericise function in
which the original value is overwritten when trying to convert to a number.
commit hash: f83dc16124bb35bc368f1f40b288b9e3c0a91eba commit hash: f83dc16124bb35bc368f1f40b288b9e3c0a91eba commit hash: f83dc16124bb35bc368f1f40b288b9e3c0a91eba commit hash: f83dc16124bb35bc368f1f40b288b9e3c0a91eba f83dc16
Monday, 2 Aug 2021
21:51 Steven Kreuzer (skreuzer) search for other commits by this committer
net/py-gspread: Update to version 4.0.0
commit hash: 0d6691f5d3c678568fff4297cfd07490e456db5d commit hash: 0d6691f5d3c678568fff4297cfd07490e456db5d commit hash: 0d6691f5d3c678568fff4297cfd07490e456db5d commit hash: 0d6691f5d3c678568fff4297cfd07490e456db5d 0d6691f
Friday, 24 Apr 2020
14:58 skreuzer search for other commits by this committer
Update to version 3.5.0

  * Simplified OAuth2 flow
  * Fix Worksheet.delete_rows() index error
  * Deprecate Worksheet.delete_row()
  * Scope Worksheet.find() to a specific row or a column
  * Add Worksheet.add_protected_range()
  * Add ability to fetch cell address in A1 notation
  * Add Worksheet.delete_columns()
  * Ignore numericising specific columns in get_all_records
  * Add option folder_id when creating a spreadsheet
  * Add insertDataOption to Worksheet.append_row() and Worksheet.append_rows()
Original commitRevision:532760 
Saturday, 14 Mar 2020
17:40 skreuzer search for other commits by this committer
Update to version 3.3.0

Remove DEPRECATED flag as this port now supports python3

* Added Spreadsheet.values_batch_update()
* Added:
  * Worksheet.get()
  * Worksheet.batch_get()
  * Worksheet.update()
  * Worksheet.batch_update()
  * Worksheet.format()
  * Added more parameters to Worksheet.append_row()
* Fix usage of client.openall when a title is passed in
Original commitRevision:528427 
Saturday, 8 Sep 2018
06:54 mat search for other commits by this committer
Fix USE_GITHUB usage.
Original commitRevision:479230 
02:20 skreuzer search for other commits by this committer
Upgrade to version 3.0.1
Original commitRevision:479227 
Monday, 12 Mar 2018
13:20 skreuzer search for other commits by this committer
Update to version 2.0.0
Original commitRevision:464249 
Wednesday, 18 Jan 2017
14:54 skreuzer search for other commits by this committer
Update to version 0.6.2
Original commitRevision:431810 
Friday, 1 Jul 2016
19:39 skreuzer search for other commits by this committer
Update to version 0.4.0
Original commitRevision:417901 
Friday, 18 Mar 2016
13:12 skreuzer search for other commits by this committer
Update to version 0.3.0
Original commitRevision:411351 
Monday, 7 Dec 2015
14:46 skreuzer search for other commits by this committer
Update to 0.2.5
Original commitRevision:403209 
Tuesday, 16 Sep 2014
16:20 skreuzer search for other commits by this committer
Simple API access to Google Spreadsheets

WWW: http://burnash.github.io/gspread/
Original commitRevision:368335 

Number of commits found: 24